@ecan-bi/datav 1.0.67 → 1.0.69

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.
@@ -153,6 +153,48 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
153
153
  layer: "2";
154
154
  };
155
155
  };
156
+ xAxisLabelWidth: {
157
+ type?: undefined;
158
+ default?: undefined;
159
+ } | {
160
+ type: any;
161
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
162
+ [key: string]: any;
163
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
164
+ [key: string]: any;
165
+ chartType: "bar";
166
+ plugin: "1";
167
+ layer: "2";
168
+ };
169
+ };
170
+ xAxisLabelOverflow: {
171
+ type?: undefined;
172
+ default?: undefined;
173
+ } | {
174
+ type: any;
175
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
176
+ [key: string]: any;
177
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
178
+ [key: string]: any;
179
+ chartType: "bar";
180
+ plugin: "1";
181
+ layer: "2";
182
+ };
183
+ };
184
+ xAxisLabelRotate: {
185
+ type?: undefined;
186
+ default?: undefined;
187
+ } | {
188
+ type: any;
189
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
190
+ [key: string]: any;
191
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
192
+ [key: string]: any;
193
+ chartType: "bar";
194
+ plugin: "1";
195
+ layer: "2";
196
+ };
197
+ };
156
198
  xAxisLineStyleColor: {
157
199
  type?: undefined;
158
200
  default?: undefined;
@@ -1044,6 +1086,16 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
1044
1086
  color: string | number | boolean | {
1045
1087
  [key: string]: any;
1046
1088
  };
1089
+ interval: number;
1090
+ rotate: string | number | boolean | {
1091
+ [key: string]: any;
1092
+ };
1093
+ width: string | number | boolean | {
1094
+ [key: string]: any;
1095
+ };
1096
+ overflow: string | number | boolean | {
1097
+ [key: string]: any;
1098
+ };
1047
1099
  };
1048
1100
  axisLine: {
1049
1101
  lineStyle: {
@@ -1253,6 +1305,48 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
1253
1305
  layer: "2";
1254
1306
  };
1255
1307
  };
1308
+ xAxisLabelWidth: {
1309
+ type?: undefined;
1310
+ default?: undefined;
1311
+ } | {
1312
+ type: any;
1313
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
1314
+ [key: string]: any;
1315
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
1316
+ [key: string]: any;
1317
+ chartType: "bar";
1318
+ plugin: "1";
1319
+ layer: "2";
1320
+ };
1321
+ };
1322
+ xAxisLabelOverflow: {
1323
+ type?: undefined;
1324
+ default?: undefined;
1325
+ } | {
1326
+ type: any;
1327
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
1328
+ [key: string]: any;
1329
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
1330
+ [key: string]: any;
1331
+ chartType: "bar";
1332
+ plugin: "1";
1333
+ layer: "2";
1334
+ };
1335
+ };
1336
+ xAxisLabelRotate: {
1337
+ type?: undefined;
1338
+ default?: undefined;
1339
+ } | {
1340
+ type: any;
1341
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
1342
+ [key: string]: any;
1343
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
1344
+ [key: string]: any;
1345
+ chartType: "bar";
1346
+ plugin: "1";
1347
+ layer: "2";
1348
+ };
1349
+ };
1256
1350
  xAxisLineStyleColor: {
1257
1351
  type?: undefined;
1258
1352
  default?: undefined;
@@ -11,6 +11,9 @@ export interface BarProps extends Props {
11
11
  legendOrient: 'vertical' | 'horizontal';
12
12
  xAxisSplitLineShow: boolean;
13
13
  xAxisLabelColor: string;
14
+ xAxisLabelWidth: number | undefined;
15
+ xAxisLabelOverflow: 'none' | 'truncate' | 'break' | 'breakAll';
16
+ xAxisLabelRotate: number;
14
17
  xAxisLineStyleColor: string;
15
18
  xAxisTickShow: boolean;
16
19
  yAxisSplitLineShow: boolean;
@@ -206,6 +209,48 @@ export declare const barComponentProps: {
206
209
  layer: '2';
207
210
  };
208
211
  };
212
+ xAxisLabelWidth: {
213
+ type?: undefined;
214
+ default?: undefined;
215
+ } | {
216
+ type: any;
217
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
218
+ [key: string]: any;
219
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
220
+ [key: string]: any;
221
+ chartType: 'bar';
222
+ plugin: '1';
223
+ layer: '2';
224
+ };
225
+ };
226
+ xAxisLabelOverflow: {
227
+ type?: undefined;
228
+ default?: undefined;
229
+ } | {
230
+ type: any;
231
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
232
+ [key: string]: any;
233
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
234
+ [key: string]: any;
235
+ chartType: 'bar';
236
+ plugin: '1';
237
+ layer: '2';
238
+ };
239
+ };
240
+ xAxisLabelRotate: {
241
+ type?: undefined;
242
+ default?: undefined;
243
+ } | {
244
+ type: any;
245
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
246
+ [key: string]: any;
247
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
248
+ [key: string]: any;
249
+ chartType: 'bar';
250
+ plugin: '1';
251
+ layer: '2';
252
+ };
253
+ };
209
254
  xAxisLineStyleColor: {
210
255
  type?: undefined;
211
256
  default?: undefined;