diff --git a/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml b/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml index 2aab9726..1e225c8b 100644 --- a/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml +++ b/packages/cw/cw_echarts_library/components/cw-echart-bar-view/api.yaml @@ -36,12 +36,14 @@ - name: xAxis title: 维度 type: string + display: property-select default: '' description: 设置维度(统计类别) group: 图表数据 - name: yAxis title: 度量 type: string + display: property-select default: '' description: 设置度量(统计值) group: 图表数据 diff --git a/packages/cw/cw_echarts_library/components/cw-echart-line-view/api.yaml b/packages/cw/cw_echarts_library/components/cw-echart-line-view/api.yaml index 62f9aafb..13716363 100644 --- a/packages/cw/cw_echarts_library/components/cw-echart-line-view/api.yaml +++ b/packages/cw/cw_echarts_library/components/cw-echart-line-view/api.yaml @@ -38,12 +38,14 @@ type: string default: '' description: 设置维度(统计类别) + display: property-select group: 图表数据 - name: yAxis title: 度量 type: string default: '' description: 设置度量(统计值) + display: property-select group: 图表数据 - name: title title: 图表标题 diff --git a/packages/cw/cw_echarts_library/components/cw-echart-pie-view/api.yaml b/packages/cw/cw_echarts_library/components/cw-echart-pie-view/api.yaml index aed3fe1b..62b55c98 100644 --- a/packages/cw/cw_echarts_library/components/cw-echart-pie-view/api.yaml +++ b/packages/cw/cw_echarts_library/components/cw-echart-pie-view/api.yaml @@ -38,12 +38,14 @@ type: string default: '' description: 设置维度(统计类别) + display: property-select group: 图表数据 - name: yAxis title: 度量 type: string default: '' description: 设置度量(统计值) + display: property-select group: 图表数据 - name: title title: 标题