@byteluck-fe/model-driven-controls 7.0.0-props.96 → 7.0.0-props.97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,12 @@ interface BarChartPropertyInterface extends PropertyInterface {
105
105
  * @public
106
106
  */
107
107
  xField: string;
108
+ /**
109
+ * Y 轴字段(单值映射场景)
110
+ * @defaultValue ''
111
+ * @public
112
+ */
113
+ yField: string;
108
114
  /**
109
115
  * 统一 series 配置;可同时覆盖宽表/长表/堆叠场景
110
116
  * @defaultValue []
@@ -128,6 +134,7 @@ declare class BarChartProperty extends Property implements BarChartPropertyInter
128
134
  defaultValue: string[];
129
135
  openMultistageFilling: boolean;
130
136
  xField: string;
137
+ yField: string;
131
138
  seriesConfig: BarChartSeriesConfigItem[];
132
139
  constructor(props?: Partial<BarChartProperty>);
133
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.96",
3
+ "version": "7.0.0-props.97",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "7.0.0-props.94",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "d479ff1824b5927c99fe07264d5bdd0d62898dc6"
34
+ "gitHead": "f440dab53481b3d43e6661d574fee5aece60db76"
35
35
  }