Skip to content

Commit

Permalink
feat(dashboard): 大盘支持嵌入全屏、整行、指定宽高的图表 #127
Browse files Browse the repository at this point in the history
  • Loading branch information
aide-cloud committed May 7, 2024
1 parent 8023301 commit b79256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/home/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const addChartOptions: (DataFormItem | DataFormItem[])[] = [
parentProps: {
options: Object.entries(ChartTypeData).filter(([key]) => +key !== ChartType.ChartTypeAll).map(([key, value]) => ({
label: value,
value: key
value: +key
})),
placeholder: '请选择图表类型'
}
Expand Down

0 comments on commit b79256f

Please sign in to comment.