@ecan-bi/datav 1.1.40 → 1.1.42

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.
Files changed (83) hide show
  1. package/dist/index.es.js +1307 -1297
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +6 -6
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +144 -618
  8. package/types/container/border/index.d.ts +144 -618
  9. package/types/container/border/props.d.ts +72 -309
  10. package/types/container/modal/Modal.vue.d.ts +74 -237
  11. package/types/container/modal/index.d.ts +73 -237
  12. package/types/container/modal/props.d.ts +36 -117
  13. package/types/container/tabs/Tabs.vue.d.ts +176 -400
  14. package/types/container/tabs/index.d.ts +176 -400
  15. package/types/container/tabs/props.d.ts +88 -200
  16. package/types/control/button/Button.vue.d.ts +126 -418
  17. package/types/control/button/index.d.ts +126 -418
  18. package/types/control/button/props.d.ts +63 -209
  19. package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
  20. package/types/control/checkbox/index.d.ts +102 -334
  21. package/types/control/checkbox/props.d.ts +51 -167
  22. package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
  23. package/types/control/date-picker/index.d.ts +119 -391
  24. package/types/control/date-picker/props.d.ts +59 -195
  25. package/types/control/input/Input.vue.d.ts +102 -334
  26. package/types/control/input/index.d.ts +102 -334
  27. package/types/control/input/props.d.ts +51 -167
  28. package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
  29. package/types/control/range-picker/index.d.ts +128 -420
  30. package/types/control/range-picker/props.d.ts +63 -209
  31. package/types/control/select/Select.vue.d.ts +125 -531
  32. package/types/control/select/index.d.ts +125 -531
  33. package/types/control/select/props.d.ts +59 -265
  34. package/types/graph/bar/Bar.vue.d.ts +374 -2044
  35. package/types/graph/bar/index.d.ts +373 -2043
  36. package/types/graph/bar/props.d.ts +166 -962
  37. package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
  38. package/types/graph/combo-graph/index.d.ts +339 -741
  39. package/types/graph/combo-graph/props.d.ts +154 -355
  40. package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
  41. package/types/graph/custom-graph/index.d.ts +100 -420
  42. package/types/graph/custom-graph/props.d.ts +50 -210
  43. package/types/graph/line/Line.vue.d.ts +364 -2546
  44. package/types/graph/line/index.d.ts +364 -2546
  45. package/types/graph/line/props.d.ts +149 -1211
  46. package/types/graph/pie/Pie.vue.d.ts +317 -722
  47. package/types/graph/pie/index.d.ts +316 -722
  48. package/types/graph/pie/props.d.ts +142 -345
  49. package/types/graph/scatter/Scatter.vue.d.ts +293 -639
  50. package/types/graph/scatter/index.d.ts +293 -639
  51. package/types/graph/scatter/props.d.ts +132 -305
  52. package/types/map/map/Map.vue.d.ts +269 -1404
  53. package/types/map/map/index.d.ts +269 -1404
  54. package/types/map/map/props.d.ts +121 -664
  55. package/types/media/iframe/Iframe.vue.d.ts +102 -334
  56. package/types/media/iframe/index.d.ts +102 -334
  57. package/types/media/iframe/props.d.ts +51 -167
  58. package/types/media/image/Image.vue.d.ts +110 -362
  59. package/types/media/image/index.d.ts +110 -362
  60. package/types/media/image/props.d.ts +55 -181
  61. package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
  62. package/types/setting/page-config/index.d.ts +28 -70
  63. package/types/setting/page-config/props.d.ts +14 -35
  64. package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
  65. package/types/setting/provider-config/index.d.ts +22 -62
  66. package/types/setting/provider-config/props.d.ts +11 -31
  67. package/types/table/table/Table.vue.d.ts +234 -1660
  68. package/types/table/table/index.d.ts +234 -1660
  69. package/types/table/table/props.d.ts +101 -811
  70. package/types/text/list/List.vue.d.ts +136 -688
  71. package/types/text/list/index.d.ts +136 -688
  72. package/types/text/list/props.d.ts +68 -344
  73. package/types/text/proportion/Proportion.vue.d.ts +148 -636
  74. package/types/text/proportion/index.d.ts +148 -636
  75. package/types/text/proportion/props.d.ts +74 -318
  76. package/types/text/text/Text.vue.d.ts +160 -690
  77. package/types/text/text/index.d.ts +160 -690
  78. package/types/text/text/props.d.ts +81 -346
  79. package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
  80. package/types/text/time-display/index.d.ts +126 -418
  81. package/types/text/time-display/props.d.ts +63 -209
  82. package/types/utils/props.d.ts +3 -5
  83. package/types/utils/runCode.d.ts +2 -0
@@ -1,1156 +1,350 @@
1
1
  export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  data: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
8
- [key: string]: any;
9
- } | import("../../utils/props").RequestParams | {
10
- [key: string]: any;
11
- chartType: "bar";
12
- plugin: "1";
13
- layer: "2";
14
- };
3
+ type?: import("vue").PropType<import("../../utils/props").Data>;
4
+ default?: import("../../utils/props").Data;
15
5
  };
16
6
  titleText: {
17
- type?: undefined;
18
- default?: undefined;
19
- } | {
20
- type: any;
21
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
22
- [key: string]: any;
23
- } | import("../../utils/props").RequestParams | {
24
- [key: string]: any;
25
- chartType: "bar";
26
- plugin: "1";
27
- layer: "2";
28
- };
7
+ type?: import("vue").PropType<string>;
8
+ default?: string;
29
9
  };
30
10
  titleSubtext: {
31
- type?: undefined;
32
- default?: undefined;
33
- } | {
34
- type: any;
35
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
36
- [key: string]: any;
37
- } | import("../../utils/props").RequestParams | {
38
- [key: string]: any;
39
- chartType: "bar";
40
- plugin: "1";
41
- layer: "2";
42
- };
11
+ type?: import("vue").PropType<string>;
12
+ default?: string;
43
13
  };
44
14
  colors: {
45
- type?: undefined;
46
- default?: undefined;
47
- } | {
48
- type: any;
49
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
50
- [key: string]: any;
51
- } | import("../../utils/props").RequestParams | {
52
- [key: string]: any;
53
- chartType: "bar";
54
- plugin: "1";
55
- layer: "2";
56
- };
15
+ type?: import("vue").PropType<string[]>;
16
+ default?: string[];
57
17
  };
58
18
  legendShow: {
59
- type?: undefined;
60
- default?: undefined;
61
- } | {
62
- type: any;
63
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
64
- [key: string]: any;
65
- } | import("../../utils/props").RequestParams | {
66
- [key: string]: any;
67
- chartType: "bar";
68
- plugin: "1";
69
- layer: "2";
70
- };
19
+ type?: import("vue").PropType<boolean>;
20
+ default?: boolean;
71
21
  };
72
22
  legendTextStyleColor: {
73
- type?: undefined;
74
- default?: undefined;
75
- } | {
76
- type: any;
77
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
78
- [key: string]: any;
79
- } | import("../../utils/props").RequestParams | {
80
- [key: string]: any;
81
- chartType: "bar";
82
- plugin: "1";
83
- layer: "2";
84
- };
23
+ type?: import("vue").PropType<string>;
24
+ default?: string;
85
25
  };
86
26
  legendLeft: {
87
- type?: undefined;
88
- default?: undefined;
89
- } | {
90
- type: any;
91
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
92
- [key: string]: any;
93
- } | import("../../utils/props").RequestParams | {
94
- [key: string]: any;
95
- chartType: "bar";
96
- plugin: "1";
97
- layer: "2";
98
- };
27
+ type?: import("vue").PropType<"left" | "center" | "right">;
28
+ default?: "left" | "center" | "right";
99
29
  };
100
30
  legendTop: {
101
- type?: undefined;
102
- default?: undefined;
103
- } | {
104
- type: any;
105
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
106
- [key: string]: any;
107
- } | import("../../utils/props").RequestParams | {
108
- [key: string]: any;
109
- chartType: "bar";
110
- plugin: "1";
111
- layer: "2";
112
- };
31
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
32
+ default?: "top" | "bottom" | "middle";
113
33
  };
114
34
  legendOrient: {
115
- type?: undefined;
116
- default?: undefined;
117
- } | {
118
- type: any;
119
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
120
- [key: string]: any;
121
- } | import("../../utils/props").RequestParams | {
122
- [key: string]: any;
123
- chartType: "bar";
124
- plugin: "1";
125
- layer: "2";
126
- };
35
+ type?: import("vue").PropType<"horizontal" | "vertical">;
36
+ default?: "horizontal" | "vertical";
127
37
  };
128
38
  xAxisSplitLineShow: {
129
- type?: undefined;
130
- default?: undefined;
131
- } | {
132
- type: any;
133
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
134
- [key: string]: any;
135
- } | import("../../utils/props").RequestParams | {
136
- [key: string]: any;
137
- chartType: "bar";
138
- plugin: "1";
139
- layer: "2";
140
- };
39
+ type?: import("vue").PropType<boolean>;
40
+ default?: boolean;
141
41
  };
142
42
  xAxisLabelColor: {
143
- type?: undefined;
144
- default?: undefined;
145
- } | {
146
- type: any;
147
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
148
- [key: string]: any;
149
- } | import("../../utils/props").RequestParams | {
150
- [key: string]: any;
151
- chartType: "bar";
152
- plugin: "1";
153
- layer: "2";
154
- };
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
155
45
  };
156
46
  xAxisLabelWidth: {
157
- type?: undefined;
158
- default?: undefined;
159
- } | {
160
- type: any;
161
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
162
- [key: string]: any;
163
- } | import("../../utils/props").RequestParams | {
164
- [key: string]: any;
165
- chartType: "bar";
166
- plugin: "1";
167
- layer: "2";
168
- };
47
+ type?: import("vue").PropType<number>;
48
+ default?: number;
169
49
  };
170
50
  xAxisLabelOverflow: {
171
- type?: undefined;
172
- default?: undefined;
173
- } | {
174
- type: any;
175
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
176
- [key: string]: any;
177
- } | import("../../utils/props").RequestParams | {
178
- [key: string]: any;
179
- chartType: "bar";
180
- plugin: "1";
181
- layer: "2";
182
- };
51
+ type?: import("vue").PropType<"none" | "truncate" | "break" | "breakAll">;
52
+ default?: "none" | "truncate" | "break" | "breakAll";
183
53
  };
184
54
  xAxisLabelRotate: {
185
- type?: undefined;
186
- default?: undefined;
187
- } | {
188
- type: any;
189
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
190
- [key: string]: any;
191
- } | import("../../utils/props").RequestParams | {
192
- [key: string]: any;
193
- chartType: "bar";
194
- plugin: "1";
195
- layer: "2";
196
- };
55
+ type?: import("vue").PropType<number>;
56
+ default?: number;
197
57
  };
198
58
  xAxisLineStyleColor: {
199
- type?: undefined;
200
- default?: undefined;
201
- } | {
202
- type: any;
203
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
204
- [key: string]: any;
205
- } | import("../../utils/props").RequestParams | {
206
- [key: string]: any;
207
- chartType: "bar";
208
- plugin: "1";
209
- layer: "2";
210
- };
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
211
61
  };
212
62
  xAxisTickShow: {
213
- type?: undefined;
214
- default?: undefined;
215
- } | {
216
- type: any;
217
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
218
- [key: string]: any;
219
- } | import("../../utils/props").RequestParams | {
220
- [key: string]: any;
221
- chartType: "bar";
222
- plugin: "1";
223
- layer: "2";
224
- };
63
+ type?: import("vue").PropType<boolean>;
64
+ default?: boolean;
225
65
  };
226
66
  xAxisLabelFormatter: {
227
- type?: undefined;
228
- default?: undefined;
229
- } | {
230
- type: any;
231
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
232
- [key: string]: any;
233
- } | import("../../utils/props").RequestParams | {
234
- [key: string]: any;
235
- chartType: "bar";
236
- plugin: "1";
237
- layer: "2";
238
- };
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
239
69
  };
240
70
  xAxisSplitLineStyleColor: {
241
- type?: undefined;
242
- default?: undefined;
243
- } | {
244
- type: any;
245
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
246
- [key: string]: any;
247
- } | import("../../utils/props").RequestParams | {
248
- [key: string]: any;
249
- chartType: "bar";
250
- plugin: "1";
251
- layer: "2";
252
- };
71
+ type?: import("vue").PropType<string>;
72
+ default?: string;
253
73
  };
254
74
  xAxisInverse: {
255
- type?: undefined;
256
- default?: undefined;
257
- } | {
258
- type: any;
259
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
260
- [key: string]: any;
261
- } | import("../../utils/props").RequestParams | {
262
- [key: string]: any;
263
- chartType: "bar";
264
- plugin: "1";
265
- layer: "2";
266
- };
75
+ type?: import("vue").PropType<boolean>;
76
+ default?: boolean;
267
77
  };
268
78
  xAxisMinInterval: {
269
- type?: undefined;
270
- default?: undefined;
271
- } | {
272
- type: any;
273
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
274
- [key: string]: any;
275
- } | import("../../utils/props").RequestParams | {
276
- [key: string]: any;
277
- chartType: "bar";
278
- plugin: "1";
279
- layer: "2";
280
- };
79
+ type?: import("vue").PropType<number>;
80
+ default?: number;
281
81
  };
282
82
  yAxisMinInterval: {
283
- type?: undefined;
284
- default?: undefined;
285
- } | {
286
- type: any;
287
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
288
- [key: string]: any;
289
- } | import("../../utils/props").RequestParams | {
290
- [key: string]: any;
291
- chartType: "bar";
292
- plugin: "1";
293
- layer: "2";
294
- };
83
+ type?: import("vue").PropType<number>;
84
+ default?: number;
295
85
  };
296
86
  yAxisInverse: {
297
- type?: undefined;
298
- default?: undefined;
299
- } | {
300
- type: any;
301
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
302
- [key: string]: any;
303
- } | import("../../utils/props").RequestParams | {
304
- [key: string]: any;
305
- chartType: "bar";
306
- plugin: "1";
307
- layer: "2";
308
- };
87
+ type?: import("vue").PropType<boolean>;
88
+ default?: boolean;
309
89
  };
310
90
  yAxisLabelWidth: {
311
- type?: undefined;
312
- default?: undefined;
313
- } | {
314
- type: any;
315
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
316
- [key: string]: any;
317
- } | import("../../utils/props").RequestParams | {
318
- [key: string]: any;
319
- chartType: "bar";
320
- plugin: "1";
321
- layer: "2";
322
- };
91
+ type?: import("vue").PropType<number>;
92
+ default?: number;
323
93
  };
324
94
  yAxisLabelOverflow: {
325
- type?: undefined;
326
- default?: undefined;
327
- } | {
328
- type: any;
329
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
330
- [key: string]: any;
331
- } | import("../../utils/props").RequestParams | {
332
- [key: string]: any;
333
- chartType: "bar";
334
- plugin: "1";
335
- layer: "2";
336
- };
95
+ type?: import("vue").PropType<"none" | "truncate" | "break" | "breakAll">;
96
+ default?: "none" | "truncate" | "break" | "breakAll";
337
97
  };
338
98
  yAxisLabelRotate: {
339
- type?: undefined;
340
- default?: undefined;
341
- } | {
342
- type: any;
343
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
344
- [key: string]: any;
345
- } | import("../../utils/props").RequestParams | {
346
- [key: string]: any;
347
- chartType: "bar";
348
- plugin: "1";
349
- layer: "2";
350
- };
99
+ type?: import("vue").PropType<number>;
100
+ default?: number;
351
101
  };
352
102
  yAxisSplitLineShow: {
353
- type?: undefined;
354
- default?: undefined;
355
- } | {
356
- type: any;
357
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
358
- [key: string]: any;
359
- } | import("../../utils/props").RequestParams | {
360
- [key: string]: any;
361
- chartType: "bar";
362
- plugin: "1";
363
- layer: "2";
364
- };
103
+ type?: import("vue").PropType<boolean>;
104
+ default?: boolean;
365
105
  };
366
106
  yAxisSplitLineStyleColor: {
367
- type?: undefined;
368
- default?: undefined;
369
- } | {
370
- type: any;
371
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
372
- [key: string]: any;
373
- } | import("../../utils/props").RequestParams | {
374
- [key: string]: any;
375
- chartType: "bar";
376
- plugin: "1";
377
- layer: "2";
378
- };
107
+ type?: import("vue").PropType<string>;
108
+ default?: string;
379
109
  };
380
110
  yAxisLabelColor: {
381
- type?: undefined;
382
- default?: undefined;
383
- } | {
384
- type: any;
385
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
386
- [key: string]: any;
387
- } | import("../../utils/props").RequestParams | {
388
- [key: string]: any;
389
- chartType: "bar";
390
- plugin: "1";
391
- layer: "2";
392
- };
111
+ type?: import("vue").PropType<string>;
112
+ default?: string;
393
113
  };
394
114
  yAxisLineStyleColor: {
395
- type?: undefined;
396
- default?: undefined;
397
- } | {
398
- type: any;
399
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
400
- [key: string]: any;
401
- } | import("../../utils/props").RequestParams | {
402
- [key: string]: any;
403
- chartType: "bar";
404
- plugin: "1";
405
- layer: "2";
406
- };
115
+ type?: import("vue").PropType<string>;
116
+ default?: string;
407
117
  };
408
118
  yAxisLabelFormatter: {
409
- type?: undefined;
410
- default?: undefined;
411
- } | {
412
- type: any;
413
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
414
- [key: string]: any;
415
- } | import("../../utils/props").RequestParams | {
416
- [key: string]: any;
417
- chartType: "bar";
418
- plugin: "1";
419
- layer: "2";
420
- };
119
+ type?: import("vue").PropType<string>;
120
+ default?: string;
421
121
  };
422
122
  valueTypeDataFieldNames: {
423
- type?: undefined;
424
- default?: undefined;
425
- } | {
426
- type: any;
427
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
428
- [key: string]: any;
429
- } | import("../../utils/props").RequestParams | {
430
- [key: string]: any;
431
- chartType: "bar";
432
- plugin: "1";
433
- layer: "2";
434
- };
123
+ type?: import("vue").PropType<import("../../utils/props").ValueTypeDataFieldNames>;
124
+ default?: import("../../utils/props").ValueTypeDataFieldNames;
435
125
  };
436
126
  keyTypeDataFieldNames: {
437
- type?: undefined;
438
- default?: undefined;
439
- } | {
440
- type: any;
441
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
442
- [key: string]: any;
443
- } | import("../../utils/props").RequestParams | {
444
- [key: string]: any;
445
- chartType: "bar";
446
- plugin: "1";
447
- layer: "2";
448
- };
127
+ type?: import("vue").PropType<import("../../utils/props").KeyTypeDataFieldNames>;
128
+ default?: import("../../utils/props").KeyTypeDataFieldNames;
449
129
  };
450
130
  dataFieldConfigType: {
451
- type?: undefined;
452
- default?: undefined;
453
- } | {
454
- type: any;
455
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
456
- [key: string]: any;
457
- } | import("../../utils/props").RequestParams | {
458
- [key: string]: any;
459
- chartType: "bar";
460
- plugin: "1";
461
- layer: "2";
462
- };
131
+ type?: import("vue").PropType<"value" | "key">;
132
+ default?: "value" | "key";
463
133
  };
464
134
  tooltipShow: {
465
- type?: undefined;
466
- default?: undefined;
467
- } | {
468
- type: any;
469
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
470
- [key: string]: any;
471
- } | import("../../utils/props").RequestParams | {
472
- [key: string]: any;
473
- chartType: "bar";
474
- plugin: "1";
475
- layer: "2";
476
- };
135
+ type?: import("vue").PropType<boolean>;
136
+ default?: boolean;
477
137
  };
478
138
  tooltipTextStyleColor: {
479
- type?: undefined;
480
- default?: undefined;
481
- } | {
482
- type: any;
483
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
484
- [key: string]: any;
485
- } | import("../../utils/props").RequestParams | {
486
- [key: string]: any;
487
- chartType: "bar";
488
- plugin: "1";
489
- layer: "2";
490
- };
139
+ type?: import("vue").PropType<string>;
140
+ default?: string;
491
141
  };
492
142
  tooltipFormatter: {
493
- type?: undefined;
494
- default?: undefined;
495
- } | {
496
- type: any;
497
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
498
- [key: string]: any;
499
- } | import("../../utils/props").RequestParams | {
500
- [key: string]: any;
501
- chartType: "bar";
502
- plugin: "1";
503
- layer: "2";
504
- };
143
+ type?: import("vue").PropType<string>;
144
+ default?: string;
505
145
  };
506
146
  gridContainLabel: {
507
- type?: undefined;
508
- default?: undefined;
509
- } | {
510
- type: any;
511
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
512
- [key: string]: any;
513
- } | import("../../utils/props").RequestParams | {
514
- [key: string]: any;
515
- chartType: "bar";
516
- plugin: "1";
517
- layer: "2";
518
- };
147
+ type?: import("vue").PropType<boolean>;
148
+ default?: boolean;
519
149
  };
520
150
  gridTop: {
521
- type?: undefined;
522
- default?: undefined;
523
- } | {
524
- type: any;
525
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
526
- [key: string]: any;
527
- } | import("../../utils/props").RequestParams | {
528
- [key: string]: any;
529
- chartType: "bar";
530
- plugin: "1";
531
- layer: "2";
532
- };
151
+ type?: import("vue").PropType<string>;
152
+ default?: string;
533
153
  };
534
154
  gridBottom: {
535
- type?: undefined;
536
- default?: undefined;
537
- } | {
538
- type: any;
539
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
540
- [key: string]: any;
541
- } | import("../../utils/props").RequestParams | {
542
- [key: string]: any;
543
- chartType: "bar";
544
- plugin: "1";
545
- layer: "2";
546
- };
155
+ type?: import("vue").PropType<string>;
156
+ default?: string;
547
157
  };
548
158
  gridLeft: {
549
- type?: undefined;
550
- default?: undefined;
551
- } | {
552
- type: any;
553
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
554
- [key: string]: any;
555
- } | import("../../utils/props").RequestParams | {
556
- [key: string]: any;
557
- chartType: "bar";
558
- plugin: "1";
559
- layer: "2";
560
- };
159
+ type?: import("vue").PropType<string>;
160
+ default?: string;
561
161
  };
562
162
  gridRight: {
563
- type?: undefined;
564
- default?: undefined;
565
- } | {
566
- type: any;
567
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
568
- [key: string]: any;
569
- } | import("../../utils/props").RequestParams | {
570
- [key: string]: any;
571
- chartType: "bar";
572
- plugin: "1";
573
- layer: "2";
574
- };
163
+ type?: import("vue").PropType<string>;
164
+ default?: string;
575
165
  };
576
166
  barWidth: {
577
- type?: undefined;
578
- default?: undefined;
579
- } | {
580
- type: any;
581
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
582
- [key: string]: any;
583
- } | import("../../utils/props").RequestParams | {
584
- [key: string]: any;
585
- chartType: "bar";
586
- plugin: "1";
587
- layer: "2";
588
- };
167
+ type?: import("vue").PropType<string>;
168
+ default?: string;
589
169
  };
590
170
  graphicConfig: {
591
- type?: undefined;
592
- default?: undefined;
593
- } | {
594
- type: any;
595
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
596
- [key: string]: any;
597
- } | import("../../utils/props").RequestParams | {
171
+ type?: import("vue").PropType<{
598
172
  [key: string]: any;
599
173
  chartType: "bar";
600
174
  plugin: "1";
601
175
  layer: "2";
602
- };
603
- };
604
- toolboxShow: {
605
- type?: undefined;
606
- default?: undefined;
607
- } | {
608
- type: any;
609
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
610
- [key: string]: any;
611
- } | import("../../utils/props").RequestParams | {
176
+ }>;
177
+ default?: {
612
178
  [key: string]: any;
613
179
  chartType: "bar";
614
180
  plugin: "1";
615
181
  layer: "2";
616
182
  };
617
183
  };
184
+ toolboxShow: {
185
+ type?: import("vue").PropType<boolean>;
186
+ default?: boolean;
187
+ };
618
188
  toolboxOrient: {
619
- type?: undefined;
620
- default?: undefined;
621
- } | {
622
- type: any;
623
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
624
- [key: string]: any;
625
- } | import("../../utils/props").RequestParams | {
626
- [key: string]: any;
627
- chartType: "bar";
628
- plugin: "1";
629
- layer: "2";
630
- };
189
+ type?: import("vue").PropType<"horizontal" | "vertical">;
190
+ default?: "horizontal" | "vertical";
631
191
  };
632
192
  toolboxItemSize: {
633
- type?: undefined;
634
- default?: undefined;
635
- } | {
636
- type: any;
637
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
638
- [key: string]: any;
639
- } | import("../../utils/props").RequestParams | {
640
- [key: string]: any;
641
- chartType: "bar";
642
- plugin: "1";
643
- layer: "2";
644
- };
193
+ type?: import("vue").PropType<number>;
194
+ default?: number;
645
195
  };
646
196
  toolboxItemGap: {
647
- type?: undefined;
648
- default?: undefined;
649
- } | {
650
- type: any;
651
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
652
- [key: string]: any;
653
- } | import("../../utils/props").RequestParams | {
654
- [key: string]: any;
655
- chartType: "bar";
656
- plugin: "1";
657
- layer: "2";
658
- };
197
+ type?: import("vue").PropType<number>;
198
+ default?: number;
659
199
  };
660
200
  toolboxLeft: {
661
- type?: undefined;
662
- default?: undefined;
663
- } | {
664
- type: any;
665
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
666
- [key: string]: any;
667
- } | import("../../utils/props").RequestParams | {
668
- [key: string]: any;
669
- chartType: "bar";
670
- plugin: "1";
671
- layer: "2";
672
- };
201
+ type?: import("vue").PropType<"left" | "center" | "right">;
202
+ default?: "left" | "center" | "right";
673
203
  };
674
204
  toolboxTop: {
675
- type?: undefined;
676
- default?: undefined;
677
- } | {
678
- type: any;
679
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
680
- [key: string]: any;
681
- } | import("../../utils/props").RequestParams | {
682
- [key: string]: any;
683
- chartType: "bar";
684
- plugin: "1";
685
- layer: "2";
686
- };
205
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
206
+ default?: "top" | "bottom" | "middle";
687
207
  };
688
208
  toolboxIconStyleBorderColor: {
689
- type?: undefined;
690
- default?: undefined;
691
- } | {
692
- type: any;
693
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
694
- [key: string]: any;
695
- } | import("../../utils/props").RequestParams | {
696
- [key: string]: any;
697
- chartType: "bar";
698
- plugin: "1";
699
- layer: "2";
700
- };
209
+ type?: import("vue").PropType<string>;
210
+ default?: string;
701
211
  };
702
212
  toolboxDownloadUrl: {
703
- type?: undefined;
704
- default?: undefined;
705
- } | {
706
- type: any;
707
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
708
- [key: string]: any;
709
- } | import("../../utils/props").RequestParams | {
710
- [key: string]: any;
711
- chartType: "bar";
712
- plugin: "1";
713
- layer: "2";
714
- };
213
+ type?: import("vue").PropType<string>;
214
+ default?: string;
715
215
  };
716
216
  toolboxInfoText: {
717
- type?: undefined;
718
- default?: undefined;
719
- } | {
720
- type: any;
721
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
722
- [key: string]: any;
723
- } | import("../../utils/props").RequestParams | {
724
- [key: string]: any;
725
- chartType: "bar";
726
- plugin: "1";
727
- layer: "2";
728
- };
217
+ type?: import("vue").PropType<string>;
218
+ default?: string;
729
219
  };
730
220
  isUseHorizontalAxis: {
731
- type?: undefined;
732
- default?: undefined;
733
- } | {
734
- type: any;
735
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
736
- [key: string]: any;
737
- } | import("../../utils/props").RequestParams | {
738
- [key: string]: any;
739
- chartType: "bar";
740
- plugin: "1";
741
- layer: "2";
742
- };
221
+ type?: import("vue").PropType<boolean>;
222
+ default?: boolean;
743
223
  };
744
224
  axisInverse: {
745
- type?: undefined;
746
- default?: undefined;
747
- } | {
748
- type: any;
749
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
750
- [key: string]: any;
751
- } | import("../../utils/props").RequestParams | {
752
- [key: string]: any;
753
- chartType: "bar";
754
- plugin: "1";
755
- layer: "2";
756
- };
225
+ type?: import("vue").PropType<boolean>;
226
+ default?: boolean;
757
227
  };
758
228
  isStack: {
759
- type?: undefined;
760
- default?: undefined;
761
- } | {
762
- type: any;
763
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
764
- [key: string]: any;
765
- } | import("../../utils/props").RequestParams | {
766
- [key: string]: any;
767
- chartType: "bar";
768
- plugin: "1";
769
- layer: "2";
770
- };
229
+ type?: import("vue").PropType<boolean>;
230
+ default?: boolean;
771
231
  };
772
232
  labelShow: {
773
- type?: undefined;
774
- default?: undefined;
775
- } | {
776
- type: any;
777
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
778
- [key: string]: any;
779
- } | import("../../utils/props").RequestParams | {
780
- [key: string]: any;
781
- chartType: "bar";
782
- plugin: "1";
783
- layer: "2";
784
- };
233
+ type?: import("vue").PropType<boolean>;
234
+ default?: boolean;
785
235
  };
786
236
  labelFontSize: {
787
- type?: undefined;
788
- default?: undefined;
789
- } | {
790
- type: any;
791
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
792
- [key: string]: any;
793
- } | import("../../utils/props").RequestParams | {
794
- [key: string]: any;
795
- chartType: "bar";
796
- plugin: "1";
797
- layer: "2";
798
- };
237
+ type?: import("vue").PropType<string>;
238
+ default?: string;
799
239
  };
800
240
  labelPosition: {
801
- type?: undefined;
802
- default?: undefined;
803
- } | {
804
- type: any;
805
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
806
- [key: string]: any;
807
- } | import("../../utils/props").RequestParams | {
808
- [key: string]: any;
809
- chartType: "bar";
810
- plugin: "1";
811
- layer: "2";
812
- };
241
+ type?: import("vue").PropType<"top" | "left" | "right" | "bottom" | "inside">;
242
+ default?: "top" | "left" | "right" | "bottom" | "inside";
813
243
  };
814
244
  labelColor: {
815
- type?: undefined;
816
- default?: undefined;
817
- } | {
818
- type: any;
819
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
820
- [key: string]: any;
821
- } | import("../../utils/props").RequestParams | {
822
- [key: string]: any;
823
- chartType: "bar";
824
- plugin: "1";
825
- layer: "2";
826
- };
245
+ type?: import("vue").PropType<string>;
246
+ default?: string;
827
247
  };
828
248
  id: {
829
- type?: undefined;
830
- default?: undefined;
831
- } | {
832
- type: any;
833
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
834
- [key: string]: any;
835
- } | import("../../utils/props").RequestParams | {
836
- [key: string]: any;
837
- chartType: "bar";
838
- plugin: "1";
839
- layer: "2";
840
- };
249
+ type?: import("vue").PropType<string>;
250
+ default?: string;
841
251
  };
842
252
  name: {
843
- type?: undefined;
844
- default?: undefined;
845
- } | {
846
- type: any;
847
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
848
- [key: string]: any;
849
- } | import("../../utils/props").RequestParams | {
850
- [key: string]: any;
851
- chartType: "bar";
852
- plugin: "1";
853
- layer: "2";
854
- };
253
+ type?: import("vue").PropType<string>;
254
+ default?: string;
855
255
  };
856
256
  keyName: {
857
- type?: undefined;
858
- default?: undefined;
859
- } | {
860
- type: any;
861
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
862
- [key: string]: any;
863
- } | import("../../utils/props").RequestParams | {
864
- [key: string]: any;
865
- chartType: "bar";
866
- plugin: "1";
867
- layer: "2";
868
- };
257
+ type?: import("vue").PropType<string>;
258
+ default?: string;
869
259
  };
870
260
  type: {
871
- type?: undefined;
872
- default?: undefined;
873
- } | {
874
- type: any;
875
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
876
- [key: string]: any;
877
- } | import("../../utils/props").RequestParams | {
878
- [key: string]: any;
879
- chartType: "bar";
880
- plugin: "1";
881
- layer: "2";
882
- };
261
+ type?: import("vue").PropType<string>;
262
+ default?: string;
883
263
  };
884
264
  width: {
885
- type?: undefined;
886
- default?: undefined;
887
- } | {
888
- type: any;
889
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
890
- [key: string]: any;
891
- } | import("../../utils/props").RequestParams | {
892
- [key: string]: any;
893
- chartType: "bar";
894
- plugin: "1";
895
- layer: "2";
896
- };
265
+ type?: import("vue").PropType<string>;
266
+ default?: string;
897
267
  };
898
268
  height: {
899
- type?: undefined;
900
- default?: undefined;
901
- } | {
902
- type: any;
903
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
904
- [key: string]: any;
905
- } | import("../../utils/props").RequestParams | {
906
- [key: string]: any;
907
- chartType: "bar";
908
- plugin: "1";
909
- layer: "2";
910
- };
269
+ type?: import("vue").PropType<string>;
270
+ default?: string;
911
271
  };
912
272
  position: {
913
- type?: undefined;
914
- default?: undefined;
915
- } | {
916
- type: any;
917
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
918
- [key: string]: any;
919
- } | import("../../utils/props").RequestParams | {
920
- [key: string]: any;
921
- chartType: "bar";
922
- plugin: "1";
923
- layer: "2";
924
- };
273
+ type?: import("vue").PropType<string>;
274
+ default?: string;
925
275
  };
926
276
  top: {
927
- type?: undefined;
928
- default?: undefined;
929
- } | {
930
- type: any;
931
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
932
- [key: string]: any;
933
- } | import("../../utils/props").RequestParams | {
934
- [key: string]: any;
935
- chartType: "bar";
936
- plugin: "1";
937
- layer: "2";
938
- };
277
+ type?: import("vue").PropType<string>;
278
+ default?: string;
939
279
  };
940
280
  left: {
941
- type?: undefined;
942
- default?: undefined;
943
- } | {
944
- type: any;
945
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
946
- [key: string]: any;
947
- } | import("../../utils/props").RequestParams | {
948
- [key: string]: any;
949
- chartType: "bar";
950
- plugin: "1";
951
- layer: "2";
952
- };
281
+ type?: import("vue").PropType<string>;
282
+ default?: string;
953
283
  };
954
284
  zIndex: {
955
- type?: undefined;
956
- default?: undefined;
957
- } | {
958
- type: any;
959
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
960
- [key: string]: any;
961
- } | import("../../utils/props").RequestParams | {
962
- [key: string]: any;
963
- chartType: "bar";
964
- plugin: "1";
965
- layer: "2";
966
- };
285
+ type?: import("vue").PropType<number>;
286
+ default?: number;
967
287
  };
968
288
  rotate: {
969
- type?: undefined;
970
- default?: undefined;
971
- } | {
972
- type: any;
973
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
974
- [key: string]: any;
975
- } | import("../../utils/props").RequestParams | {
976
- [key: string]: any;
977
- chartType: "bar";
978
- plugin: "1";
979
- layer: "2";
980
- };
289
+ type?: import("vue").PropType<string>;
290
+ default?: string;
981
291
  };
982
292
  isShow: {
983
- type?: undefined;
984
- default?: undefined;
985
- } | {
986
- type: any;
987
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
988
- [key: string]: any;
989
- } | import("../../utils/props").RequestParams | {
990
- [key: string]: any;
991
- chartType: "bar";
992
- plugin: "1";
993
- layer: "2";
994
- };
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
995
295
  };
996
296
  isRender: {
997
- type?: undefined;
998
- default?: undefined;
999
- } | {
1000
- type: any;
1001
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1002
- [key: string]: any;
1003
- } | import("../../utils/props").RequestParams | {
1004
- [key: string]: any;
1005
- chartType: "bar";
1006
- plugin: "1";
1007
- layer: "2";
1008
- };
297
+ type?: import("vue").PropType<boolean>;
298
+ default?: boolean;
1009
299
  };
1010
300
  events: {
1011
- type?: undefined;
1012
- default?: undefined;
1013
- } | {
1014
- type: any;
1015
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1016
- [key: string]: any;
1017
- } | import("../../utils/props").RequestParams | {
1018
- [key: string]: any;
1019
- chartType: "bar";
1020
- plugin: "1";
1021
- layer: "2";
1022
- };
301
+ type?: import("vue").PropType<import("../../utils/props").Events>;
302
+ default?: import("../../utils/props").Events;
1023
303
  };
1024
304
  requestUrl: {
1025
- type?: undefined;
1026
- default?: undefined;
1027
- } | {
1028
- type: any;
1029
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1030
- [key: string]: any;
1031
- } | import("../../utils/props").RequestParams | {
1032
- [key: string]: any;
1033
- chartType: "bar";
1034
- plugin: "1";
1035
- layer: "2";
1036
- };
305
+ type?: import("vue").PropType<string>;
306
+ default?: string;
1037
307
  };
1038
308
  requestMethod: {
1039
- type?: undefined;
1040
- default?: undefined;
1041
- } | {
1042
- type: any;
1043
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1044
- [key: string]: any;
1045
- } | import("../../utils/props").RequestParams | {
1046
- [key: string]: any;
1047
- chartType: "bar";
1048
- plugin: "1";
1049
- layer: "2";
1050
- };
309
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
310
+ default?: import("../../utils/props").RequestMethod;
1051
311
  };
1052
312
  requestHeaders: {
1053
- type?: undefined;
1054
- default?: undefined;
1055
- } | {
1056
- type: any;
1057
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
313
+ type?: import("vue").PropType<{
1058
314
  [key: string]: any;
1059
- } | import("../../utils/props").RequestParams | {
315
+ }>;
316
+ default?: {
1060
317
  [key: string]: any;
1061
- chartType: "bar";
1062
- plugin: "1";
1063
- layer: "2";
1064
318
  };
1065
319
  };
1066
320
  isOpenRequestTimer: {
1067
- type?: undefined;
1068
- default?: undefined;
1069
- } | {
1070
- type: any;
1071
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1072
- [key: string]: any;
1073
- } | import("../../utils/props").RequestParams | {
1074
- [key: string]: any;
1075
- chartType: "bar";
1076
- plugin: "1";
1077
- layer: "2";
1078
- };
321
+ type?: import("vue").PropType<boolean>;
322
+ default?: boolean;
1079
323
  };
1080
324
  requestInterval: {
1081
- type?: undefined;
1082
- default?: undefined;
1083
- } | {
1084
- type: any;
1085
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1086
- [key: string]: any;
1087
- } | import("../../utils/props").RequestParams | {
1088
- [key: string]: any;
1089
- chartType: "bar";
1090
- plugin: "1";
1091
- layer: "2";
1092
- };
325
+ type?: import("vue").PropType<number>;
326
+ default?: number;
1093
327
  };
1094
328
  requestParams: {
1095
- type?: undefined;
1096
- default?: undefined;
1097
- } | {
1098
- type: any;
1099
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1100
- [key: string]: any;
1101
- } | import("../../utils/props").RequestParams | {
1102
- [key: string]: any;
1103
- chartType: "bar";
1104
- plugin: "1";
1105
- layer: "2";
1106
- };
329
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
330
+ default?: import("../../utils/props").RequestParams;
1107
331
  };
1108
332
  requestSort: {
1109
- type?: undefined;
1110
- default?: undefined;
1111
- } | {
1112
- type: any;
1113
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1114
- [key: string]: any;
1115
- } | import("../../utils/props").RequestParams | {
1116
- [key: string]: any;
1117
- chartType: "bar";
1118
- plugin: "1";
1119
- layer: "2";
1120
- };
333
+ type?: import("vue").PropType<number>;
334
+ default?: number;
1121
335
  };
1122
336
  dataType: {
1123
- type?: undefined;
1124
- default?: undefined;
1125
- } | {
1126
- type: any;
1127
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1128
- [key: string]: any;
1129
- } | import("../../utils/props").RequestParams | {
1130
- [key: string]: any;
1131
- chartType: "bar";
1132
- plugin: "1";
1133
- layer: "2";
1134
- };
337
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
338
+ default?: "indicator" | "static" | "request";
1135
339
  };
1136
340
  }, {
1137
- option: import("vue").ComputedRef<{
1138
- toolbox: {
1139
- show: string | number | boolean | {
1140
- [key: string]: any;
1141
- };
1142
- left: string | number | boolean | {
1143
- [key: string]: any;
1144
- };
1145
- top: string | number | boolean | {
1146
- [key: string]: any;
1147
- };
1148
- itemSize: string | number | boolean | {
1149
- [key: string]: any;
1150
- };
1151
- itemGap: string | number | boolean | {
1152
- [key: string]: any;
1153
- };
341
+ option: import("vue").ComputedRef<{
342
+ toolbox: {
343
+ show: boolean;
344
+ left: "left" | "center" | "right";
345
+ top: "top" | "bottom" | "middle";
346
+ itemSize: number;
347
+ itemGap: number;
1154
348
  feature: {
1155
349
  myDownload: {
1156
350
  show: boolean;
@@ -1173,63 +367,33 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1173
367
  };
1174
368
  };
1175
369
  title: {
1176
- text: string | number | boolean | {
1177
- [key: string]: any;
1178
- };
1179
- subtext: string | number | boolean | {
1180
- [key: string]: any;
1181
- };
370
+ text: string;
371
+ subtext: string;
1182
372
  left: string;
1183
373
  };
1184
374
  grid: {
1185
- top: string | number | boolean | {
1186
- [key: string]: any;
1187
- };
1188
- bottom: string | number | boolean | {
1189
- [key: string]: any;
1190
- };
1191
- left: string | number | boolean | {
1192
- [key: string]: any;
1193
- };
1194
- right: string | number | boolean | {
1195
- [key: string]: any;
1196
- };
1197
- containLabel: string | number | boolean | {
1198
- [key: string]: any;
1199
- };
1200
- };
1201
- color: string | number | boolean | {
1202
- [key: string]: any;
375
+ top: string;
376
+ bottom: string;
377
+ left: string;
378
+ right: string;
379
+ containLabel: boolean;
1203
380
  };
381
+ color: string[];
1204
382
  tooltip: {
1205
383
  trigger: string;
1206
- show: string | number | boolean | {
1207
- [key: string]: any;
1208
- };
384
+ show: boolean;
1209
385
  formatter: (params: any) => string;
1210
386
  textStyle: {
1211
- color: string | number | boolean | {
1212
- [key: string]: any;
1213
- };
387
+ color: string;
1214
388
  };
1215
389
  };
1216
390
  legend: {
1217
- show: string | number | boolean | {
1218
- [key: string]: any;
1219
- };
1220
- orient: string | number | boolean | {
1221
- [key: string]: any;
1222
- };
1223
- top: string | number | boolean | {
1224
- [key: string]: any;
1225
- };
1226
- left: string | number | boolean | {
1227
- [key: string]: any;
1228
- };
391
+ show: boolean;
392
+ orient: "horizontal" | "vertical";
393
+ top: "top" | "bottom" | "middle";
394
+ left: "left" | "center" | "right";
1229
395
  textStyle: {
1230
- color: string | number | boolean | {
1231
- [key: string]: any;
1232
- };
396
+ color: string;
1233
397
  };
1234
398
  };
1235
399
  xAxis: {
@@ -1237,49 +401,29 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1237
401
  data: {
1238
402
  [x: string]: any;
1239
403
  }[];
1240
- inverse: string | number | boolean | {
1241
- [key: string]: any;
1242
- };
1243
- minInterval: string | number | boolean | {
1244
- [key: string]: any;
1245
- };
404
+ inverse: boolean;
405
+ minInterval: number;
1246
406
  splitLine: {
1247
- show: string | number | boolean | {
1248
- [key: string]: any;
1249
- };
407
+ show: boolean;
1250
408
  lineStyle: {
1251
- color: string | number | boolean | {
1252
- [key: string]: any;
1253
- };
409
+ color: string;
1254
410
  };
1255
411
  };
1256
412
  axisLabel: {
1257
- color: string | number | boolean | {
1258
- [key: string]: any;
1259
- };
413
+ color: string;
1260
414
  interval: number;
1261
- rotate: string | number | boolean | {
1262
- [key: string]: any;
1263
- };
1264
- width: string | number | boolean | {
1265
- [key: string]: any;
1266
- };
1267
- overflow: string | number | boolean | {
1268
- [key: string]: any;
1269
- };
415
+ rotate: number;
416
+ width: number;
417
+ overflow: "none" | "truncate" | "break" | "breakAll";
1270
418
  formatter(value: string): string;
1271
419
  };
1272
420
  axisLine: {
1273
421
  lineStyle: {
1274
- color: string | number | boolean | {
1275
- [key: string]: any;
1276
- };
422
+ color: string;
1277
423
  };
1278
424
  };
1279
425
  axisTick: {
1280
- show: string | number | boolean | {
1281
- [key: string]: any;
1282
- };
426
+ show: boolean;
1283
427
  };
1284
428
  };
1285
429
  yAxis: {
@@ -1287,42 +431,24 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1287
431
  data: {
1288
432
  [x: string]: any;
1289
433
  }[];
1290
- inverse: string | number | boolean | {
1291
- [key: string]: any;
1292
- };
1293
- minInterval: string | number | boolean | {
1294
- [key: string]: any;
1295
- };
434
+ inverse: boolean;
435
+ minInterval: number;
1296
436
  splitLine: {
1297
- show: string | number | boolean | {
1298
- [key: string]: any;
1299
- };
437
+ show: boolean;
1300
438
  lineStyle: {
1301
- color: string | number | boolean | {
1302
- [key: string]: any;
1303
- };
439
+ color: string;
1304
440
  };
1305
441
  };
1306
442
  axisLabel: {
1307
- color: string | number | boolean | {
1308
- [key: string]: any;
1309
- };
1310
- rotate: string | number | boolean | {
1311
- [key: string]: any;
1312
- };
1313
- width: string | number | boolean | {
1314
- [key: string]: any;
1315
- };
1316
- overflow: string | number | boolean | {
1317
- [key: string]: any;
1318
- };
443
+ color: string;
444
+ rotate: number;
445
+ width: number;
446
+ overflow: "none" | "truncate" | "break" | "breakAll";
1319
447
  formatter(value: string): string;
1320
448
  };
1321
449
  axisLine: {
1322
450
  lineStyle: {
1323
- color: string | number | boolean | {
1324
- [key: string]: any;
1325
- };
451
+ color: string;
1326
452
  };
1327
453
  };
1328
454
  };
@@ -1336,1138 +462,342 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1336
462
  hideModal: () => void;
1337
463
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1338
464
  data: {
1339
- type?: undefined;
1340
- default?: undefined;
1341
- } | {
1342
- type: any;
1343
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1344
- [key: string]: any;
1345
- } | import("../../utils/props").RequestParams | {
1346
- [key: string]: any;
1347
- chartType: "bar";
1348
- plugin: "1";
1349
- layer: "2";
1350
- };
465
+ type?: import("vue").PropType<import("../../utils/props").Data>;
466
+ default?: import("../../utils/props").Data;
1351
467
  };
1352
468
  titleText: {
1353
- type?: undefined;
1354
- default?: undefined;
1355
- } | {
1356
- type: any;
1357
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1358
- [key: string]: any;
1359
- } | import("../../utils/props").RequestParams | {
1360
- [key: string]: any;
1361
- chartType: "bar";
1362
- plugin: "1";
1363
- layer: "2";
1364
- };
469
+ type?: import("vue").PropType<string>;
470
+ default?: string;
1365
471
  };
1366
472
  titleSubtext: {
1367
- type?: undefined;
1368
- default?: undefined;
1369
- } | {
1370
- type: any;
1371
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1372
- [key: string]: any;
1373
- } | import("../../utils/props").RequestParams | {
1374
- [key: string]: any;
1375
- chartType: "bar";
1376
- plugin: "1";
1377
- layer: "2";
1378
- };
473
+ type?: import("vue").PropType<string>;
474
+ default?: string;
1379
475
  };
1380
476
  colors: {
1381
- type?: undefined;
1382
- default?: undefined;
1383
- } | {
1384
- type: any;
1385
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1386
- [key: string]: any;
1387
- } | import("../../utils/props").RequestParams | {
1388
- [key: string]: any;
1389
- chartType: "bar";
1390
- plugin: "1";
1391
- layer: "2";
1392
- };
477
+ type?: import("vue").PropType<string[]>;
478
+ default?: string[];
1393
479
  };
1394
480
  legendShow: {
1395
- type?: undefined;
1396
- default?: undefined;
1397
- } | {
1398
- type: any;
1399
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1400
- [key: string]: any;
1401
- } | import("../../utils/props").RequestParams | {
1402
- [key: string]: any;
1403
- chartType: "bar";
1404
- plugin: "1";
1405
- layer: "2";
1406
- };
481
+ type?: import("vue").PropType<boolean>;
482
+ default?: boolean;
1407
483
  };
1408
484
  legendTextStyleColor: {
1409
- type?: undefined;
1410
- default?: undefined;
1411
- } | {
1412
- type: any;
1413
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1414
- [key: string]: any;
1415
- } | import("../../utils/props").RequestParams | {
1416
- [key: string]: any;
1417
- chartType: "bar";
1418
- plugin: "1";
1419
- layer: "2";
1420
- };
485
+ type?: import("vue").PropType<string>;
486
+ default?: string;
1421
487
  };
1422
488
  legendLeft: {
1423
- type?: undefined;
1424
- default?: undefined;
1425
- } | {
1426
- type: any;
1427
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1428
- [key: string]: any;
1429
- } | import("../../utils/props").RequestParams | {
1430
- [key: string]: any;
1431
- chartType: "bar";
1432
- plugin: "1";
1433
- layer: "2";
1434
- };
489
+ type?: import("vue").PropType<"left" | "center" | "right">;
490
+ default?: "left" | "center" | "right";
1435
491
  };
1436
492
  legendTop: {
1437
- type?: undefined;
1438
- default?: undefined;
1439
- } | {
1440
- type: any;
1441
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1442
- [key: string]: any;
1443
- } | import("../../utils/props").RequestParams | {
1444
- [key: string]: any;
1445
- chartType: "bar";
1446
- plugin: "1";
1447
- layer: "2";
1448
- };
493
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
494
+ default?: "top" | "bottom" | "middle";
1449
495
  };
1450
496
  legendOrient: {
1451
- type?: undefined;
1452
- default?: undefined;
1453
- } | {
1454
- type: any;
1455
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1456
- [key: string]: any;
1457
- } | import("../../utils/props").RequestParams | {
1458
- [key: string]: any;
1459
- chartType: "bar";
1460
- plugin: "1";
1461
- layer: "2";
1462
- };
497
+ type?: import("vue").PropType<"horizontal" | "vertical">;
498
+ default?: "horizontal" | "vertical";
1463
499
  };
1464
500
  xAxisSplitLineShow: {
1465
- type?: undefined;
1466
- default?: undefined;
1467
- } | {
1468
- type: any;
1469
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1470
- [key: string]: any;
1471
- } | import("../../utils/props").RequestParams | {
1472
- [key: string]: any;
1473
- chartType: "bar";
1474
- plugin: "1";
1475
- layer: "2";
1476
- };
501
+ type?: import("vue").PropType<boolean>;
502
+ default?: boolean;
1477
503
  };
1478
504
  xAxisLabelColor: {
1479
- type?: undefined;
1480
- default?: undefined;
1481
- } | {
1482
- type: any;
1483
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1484
- [key: string]: any;
1485
- } | import("../../utils/props").RequestParams | {
1486
- [key: string]: any;
1487
- chartType: "bar";
1488
- plugin: "1";
1489
- layer: "2";
1490
- };
505
+ type?: import("vue").PropType<string>;
506
+ default?: string;
1491
507
  };
1492
508
  xAxisLabelWidth: {
1493
- type?: undefined;
1494
- default?: undefined;
1495
- } | {
1496
- type: any;
1497
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1498
- [key: string]: any;
1499
- } | import("../../utils/props").RequestParams | {
1500
- [key: string]: any;
1501
- chartType: "bar";
1502
- plugin: "1";
1503
- layer: "2";
1504
- };
509
+ type?: import("vue").PropType<number>;
510
+ default?: number;
1505
511
  };
1506
512
  xAxisLabelOverflow: {
1507
- type?: undefined;
1508
- default?: undefined;
1509
- } | {
1510
- type: any;
1511
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1512
- [key: string]: any;
1513
- } | import("../../utils/props").RequestParams | {
1514
- [key: string]: any;
1515
- chartType: "bar";
1516
- plugin: "1";
1517
- layer: "2";
1518
- };
513
+ type?: import("vue").PropType<"none" | "truncate" | "break" | "breakAll">;
514
+ default?: "none" | "truncate" | "break" | "breakAll";
1519
515
  };
1520
516
  xAxisLabelRotate: {
1521
- type?: undefined;
1522
- default?: undefined;
1523
- } | {
1524
- type: any;
1525
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1526
- [key: string]: any;
1527
- } | import("../../utils/props").RequestParams | {
1528
- [key: string]: any;
1529
- chartType: "bar";
1530
- plugin: "1";
1531
- layer: "2";
1532
- };
517
+ type?: import("vue").PropType<number>;
518
+ default?: number;
1533
519
  };
1534
520
  xAxisLineStyleColor: {
1535
- type?: undefined;
1536
- default?: undefined;
1537
- } | {
1538
- type: any;
1539
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1540
- [key: string]: any;
1541
- } | import("../../utils/props").RequestParams | {
1542
- [key: string]: any;
1543
- chartType: "bar";
1544
- plugin: "1";
1545
- layer: "2";
1546
- };
521
+ type?: import("vue").PropType<string>;
522
+ default?: string;
1547
523
  };
1548
524
  xAxisTickShow: {
1549
- type?: undefined;
1550
- default?: undefined;
1551
- } | {
1552
- type: any;
1553
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1554
- [key: string]: any;
1555
- } | import("../../utils/props").RequestParams | {
1556
- [key: string]: any;
1557
- chartType: "bar";
1558
- plugin: "1";
1559
- layer: "2";
1560
- };
525
+ type?: import("vue").PropType<boolean>;
526
+ default?: boolean;
1561
527
  };
1562
528
  xAxisLabelFormatter: {
1563
- type?: undefined;
1564
- default?: undefined;
1565
- } | {
1566
- type: any;
1567
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1568
- [key: string]: any;
1569
- } | import("../../utils/props").RequestParams | {
1570
- [key: string]: any;
1571
- chartType: "bar";
1572
- plugin: "1";
1573
- layer: "2";
1574
- };
529
+ type?: import("vue").PropType<string>;
530
+ default?: string;
1575
531
  };
1576
532
  xAxisSplitLineStyleColor: {
1577
- type?: undefined;
1578
- default?: undefined;
1579
- } | {
1580
- type: any;
1581
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1582
- [key: string]: any;
1583
- } | import("../../utils/props").RequestParams | {
1584
- [key: string]: any;
1585
- chartType: "bar";
1586
- plugin: "1";
1587
- layer: "2";
1588
- };
533
+ type?: import("vue").PropType<string>;
534
+ default?: string;
1589
535
  };
1590
536
  xAxisInverse: {
1591
- type?: undefined;
1592
- default?: undefined;
1593
- } | {
1594
- type: any;
1595
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1596
- [key: string]: any;
1597
- } | import("../../utils/props").RequestParams | {
1598
- [key: string]: any;
1599
- chartType: "bar";
1600
- plugin: "1";
1601
- layer: "2";
1602
- };
537
+ type?: import("vue").PropType<boolean>;
538
+ default?: boolean;
1603
539
  };
1604
540
  xAxisMinInterval: {
1605
- type?: undefined;
1606
- default?: undefined;
1607
- } | {
1608
- type: any;
1609
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1610
- [key: string]: any;
1611
- } | import("../../utils/props").RequestParams | {
1612
- [key: string]: any;
1613
- chartType: "bar";
1614
- plugin: "1";
1615
- layer: "2";
1616
- };
541
+ type?: import("vue").PropType<number>;
542
+ default?: number;
1617
543
  };
1618
544
  yAxisMinInterval: {
1619
- type?: undefined;
1620
- default?: undefined;
1621
- } | {
1622
- type: any;
1623
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1624
- [key: string]: any;
1625
- } | import("../../utils/props").RequestParams | {
1626
- [key: string]: any;
1627
- chartType: "bar";
1628
- plugin: "1";
1629
- layer: "2";
1630
- };
545
+ type?: import("vue").PropType<number>;
546
+ default?: number;
1631
547
  };
1632
548
  yAxisInverse: {
1633
- type?: undefined;
1634
- default?: undefined;
1635
- } | {
1636
- type: any;
1637
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1638
- [key: string]: any;
1639
- } | import("../../utils/props").RequestParams | {
1640
- [key: string]: any;
1641
- chartType: "bar";
1642
- plugin: "1";
1643
- layer: "2";
1644
- };
549
+ type?: import("vue").PropType<boolean>;
550
+ default?: boolean;
1645
551
  };
1646
552
  yAxisLabelWidth: {
1647
- type?: undefined;
1648
- default?: undefined;
1649
- } | {
1650
- type: any;
1651
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1652
- [key: string]: any;
1653
- } | import("../../utils/props").RequestParams | {
1654
- [key: string]: any;
1655
- chartType: "bar";
1656
- plugin: "1";
1657
- layer: "2";
1658
- };
553
+ type?: import("vue").PropType<number>;
554
+ default?: number;
1659
555
  };
1660
556
  yAxisLabelOverflow: {
1661
- type?: undefined;
1662
- default?: undefined;
1663
- } | {
1664
- type: any;
1665
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1666
- [key: string]: any;
1667
- } | import("../../utils/props").RequestParams | {
1668
- [key: string]: any;
1669
- chartType: "bar";
1670
- plugin: "1";
1671
- layer: "2";
1672
- };
557
+ type?: import("vue").PropType<"none" | "truncate" | "break" | "breakAll">;
558
+ default?: "none" | "truncate" | "break" | "breakAll";
1673
559
  };
1674
560
  yAxisLabelRotate: {
1675
- type?: undefined;
1676
- default?: undefined;
1677
- } | {
1678
- type: any;
1679
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1680
- [key: string]: any;
1681
- } | import("../../utils/props").RequestParams | {
1682
- [key: string]: any;
1683
- chartType: "bar";
1684
- plugin: "1";
1685
- layer: "2";
1686
- };
561
+ type?: import("vue").PropType<number>;
562
+ default?: number;
1687
563
  };
1688
564
  yAxisSplitLineShow: {
1689
- type?: undefined;
1690
- default?: undefined;
1691
- } | {
1692
- type: any;
1693
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1694
- [key: string]: any;
1695
- } | import("../../utils/props").RequestParams | {
1696
- [key: string]: any;
1697
- chartType: "bar";
1698
- plugin: "1";
1699
- layer: "2";
1700
- };
565
+ type?: import("vue").PropType<boolean>;
566
+ default?: boolean;
1701
567
  };
1702
568
  yAxisSplitLineStyleColor: {
1703
- type?: undefined;
1704
- default?: undefined;
1705
- } | {
1706
- type: any;
1707
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1708
- [key: string]: any;
1709
- } | import("../../utils/props").RequestParams | {
1710
- [key: string]: any;
1711
- chartType: "bar";
1712
- plugin: "1";
1713
- layer: "2";
1714
- };
569
+ type?: import("vue").PropType<string>;
570
+ default?: string;
1715
571
  };
1716
572
  yAxisLabelColor: {
1717
- type?: undefined;
1718
- default?: undefined;
1719
- } | {
1720
- type: any;
1721
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1722
- [key: string]: any;
1723
- } | import("../../utils/props").RequestParams | {
1724
- [key: string]: any;
1725
- chartType: "bar";
1726
- plugin: "1";
1727
- layer: "2";
1728
- };
573
+ type?: import("vue").PropType<string>;
574
+ default?: string;
1729
575
  };
1730
576
  yAxisLineStyleColor: {
1731
- type?: undefined;
1732
- default?: undefined;
1733
- } | {
1734
- type: any;
1735
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1736
- [key: string]: any;
1737
- } | import("../../utils/props").RequestParams | {
1738
- [key: string]: any;
1739
- chartType: "bar";
1740
- plugin: "1";
1741
- layer: "2";
1742
- };
577
+ type?: import("vue").PropType<string>;
578
+ default?: string;
1743
579
  };
1744
580
  yAxisLabelFormatter: {
1745
- type?: undefined;
1746
- default?: undefined;
1747
- } | {
1748
- type: any;
1749
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1750
- [key: string]: any;
1751
- } | import("../../utils/props").RequestParams | {
1752
- [key: string]: any;
1753
- chartType: "bar";
1754
- plugin: "1";
1755
- layer: "2";
1756
- };
581
+ type?: import("vue").PropType<string>;
582
+ default?: string;
1757
583
  };
1758
584
  valueTypeDataFieldNames: {
1759
- type?: undefined;
1760
- default?: undefined;
1761
- } | {
1762
- type: any;
1763
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1764
- [key: string]: any;
1765
- } | import("../../utils/props").RequestParams | {
1766
- [key: string]: any;
1767
- chartType: "bar";
1768
- plugin: "1";
1769
- layer: "2";
1770
- };
585
+ type?: import("vue").PropType<import("../../utils/props").ValueTypeDataFieldNames>;
586
+ default?: import("../../utils/props").ValueTypeDataFieldNames;
1771
587
  };
1772
588
  keyTypeDataFieldNames: {
1773
- type?: undefined;
1774
- default?: undefined;
1775
- } | {
1776
- type: any;
1777
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1778
- [key: string]: any;
1779
- } | import("../../utils/props").RequestParams | {
1780
- [key: string]: any;
1781
- chartType: "bar";
1782
- plugin: "1";
1783
- layer: "2";
1784
- };
589
+ type?: import("vue").PropType<import("../../utils/props").KeyTypeDataFieldNames>;
590
+ default?: import("../../utils/props").KeyTypeDataFieldNames;
1785
591
  };
1786
592
  dataFieldConfigType: {
1787
- type?: undefined;
1788
- default?: undefined;
1789
- } | {
1790
- type: any;
1791
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1792
- [key: string]: any;
1793
- } | import("../../utils/props").RequestParams | {
1794
- [key: string]: any;
1795
- chartType: "bar";
1796
- plugin: "1";
1797
- layer: "2";
1798
- };
593
+ type?: import("vue").PropType<"value" | "key">;
594
+ default?: "value" | "key";
1799
595
  };
1800
596
  tooltipShow: {
1801
- type?: undefined;
1802
- default?: undefined;
1803
- } | {
1804
- type: any;
1805
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1806
- [key: string]: any;
1807
- } | import("../../utils/props").RequestParams | {
1808
- [key: string]: any;
1809
- chartType: "bar";
1810
- plugin: "1";
1811
- layer: "2";
1812
- };
597
+ type?: import("vue").PropType<boolean>;
598
+ default?: boolean;
1813
599
  };
1814
600
  tooltipTextStyleColor: {
1815
- type?: undefined;
1816
- default?: undefined;
1817
- } | {
1818
- type: any;
1819
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1820
- [key: string]: any;
1821
- } | import("../../utils/props").RequestParams | {
1822
- [key: string]: any;
1823
- chartType: "bar";
1824
- plugin: "1";
1825
- layer: "2";
1826
- };
601
+ type?: import("vue").PropType<string>;
602
+ default?: string;
1827
603
  };
1828
604
  tooltipFormatter: {
1829
- type?: undefined;
1830
- default?: undefined;
1831
- } | {
1832
- type: any;
1833
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1834
- [key: string]: any;
1835
- } | import("../../utils/props").RequestParams | {
1836
- [key: string]: any;
1837
- chartType: "bar";
1838
- plugin: "1";
1839
- layer: "2";
1840
- };
605
+ type?: import("vue").PropType<string>;
606
+ default?: string;
1841
607
  };
1842
608
  gridContainLabel: {
1843
- type?: undefined;
1844
- default?: undefined;
1845
- } | {
1846
- type: any;
1847
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1848
- [key: string]: any;
1849
- } | import("../../utils/props").RequestParams | {
1850
- [key: string]: any;
1851
- chartType: "bar";
1852
- plugin: "1";
1853
- layer: "2";
1854
- };
609
+ type?: import("vue").PropType<boolean>;
610
+ default?: boolean;
1855
611
  };
1856
612
  gridTop: {
1857
- type?: undefined;
1858
- default?: undefined;
1859
- } | {
1860
- type: any;
1861
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1862
- [key: string]: any;
1863
- } | import("../../utils/props").RequestParams | {
1864
- [key: string]: any;
1865
- chartType: "bar";
1866
- plugin: "1";
1867
- layer: "2";
1868
- };
613
+ type?: import("vue").PropType<string>;
614
+ default?: string;
1869
615
  };
1870
616
  gridBottom: {
1871
- type?: undefined;
1872
- default?: undefined;
1873
- } | {
1874
- type: any;
1875
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1876
- [key: string]: any;
1877
- } | import("../../utils/props").RequestParams | {
1878
- [key: string]: any;
1879
- chartType: "bar";
1880
- plugin: "1";
1881
- layer: "2";
1882
- };
617
+ type?: import("vue").PropType<string>;
618
+ default?: string;
1883
619
  };
1884
620
  gridLeft: {
1885
- type?: undefined;
1886
- default?: undefined;
1887
- } | {
1888
- type: any;
1889
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1890
- [key: string]: any;
1891
- } | import("../../utils/props").RequestParams | {
1892
- [key: string]: any;
1893
- chartType: "bar";
1894
- plugin: "1";
1895
- layer: "2";
1896
- };
621
+ type?: import("vue").PropType<string>;
622
+ default?: string;
1897
623
  };
1898
624
  gridRight: {
1899
- type?: undefined;
1900
- default?: undefined;
1901
- } | {
1902
- type: any;
1903
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1904
- [key: string]: any;
1905
- } | import("../../utils/props").RequestParams | {
1906
- [key: string]: any;
1907
- chartType: "bar";
1908
- plugin: "1";
1909
- layer: "2";
1910
- };
625
+ type?: import("vue").PropType<string>;
626
+ default?: string;
1911
627
  };
1912
628
  barWidth: {
1913
- type?: undefined;
1914
- default?: undefined;
1915
- } | {
1916
- type: any;
1917
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1918
- [key: string]: any;
1919
- } | import("../../utils/props").RequestParams | {
1920
- [key: string]: any;
1921
- chartType: "bar";
1922
- plugin: "1";
1923
- layer: "2";
1924
- };
629
+ type?: import("vue").PropType<string>;
630
+ default?: string;
1925
631
  };
1926
632
  graphicConfig: {
1927
- type?: undefined;
1928
- default?: undefined;
1929
- } | {
1930
- type: any;
1931
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1932
- [key: string]: any;
1933
- } | import("../../utils/props").RequestParams | {
633
+ type?: import("vue").PropType<{
1934
634
  [key: string]: any;
1935
635
  chartType: "bar";
1936
636
  plugin: "1";
1937
637
  layer: "2";
1938
- };
1939
- };
1940
- toolboxShow: {
1941
- type?: undefined;
1942
- default?: undefined;
1943
- } | {
1944
- type: any;
1945
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1946
- [key: string]: any;
1947
- } | import("../../utils/props").RequestParams | {
638
+ }>;
639
+ default?: {
1948
640
  [key: string]: any;
1949
641
  chartType: "bar";
1950
642
  plugin: "1";
1951
643
  layer: "2";
1952
644
  };
1953
645
  };
646
+ toolboxShow: {
647
+ type?: import("vue").PropType<boolean>;
648
+ default?: boolean;
649
+ };
1954
650
  toolboxOrient: {
1955
- type?: undefined;
1956
- default?: undefined;
1957
- } | {
1958
- type: any;
1959
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1960
- [key: string]: any;
1961
- } | import("../../utils/props").RequestParams | {
1962
- [key: string]: any;
1963
- chartType: "bar";
1964
- plugin: "1";
1965
- layer: "2";
1966
- };
651
+ type?: import("vue").PropType<"horizontal" | "vertical">;
652
+ default?: "horizontal" | "vertical";
1967
653
  };
1968
654
  toolboxItemSize: {
1969
- type?: undefined;
1970
- default?: undefined;
1971
- } | {
1972
- type: any;
1973
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1974
- [key: string]: any;
1975
- } | import("../../utils/props").RequestParams | {
1976
- [key: string]: any;
1977
- chartType: "bar";
1978
- plugin: "1";
1979
- layer: "2";
1980
- };
655
+ type?: import("vue").PropType<number>;
656
+ default?: number;
1981
657
  };
1982
658
  toolboxItemGap: {
1983
- type?: undefined;
1984
- default?: undefined;
1985
- } | {
1986
- type: any;
1987
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
1988
- [key: string]: any;
1989
- } | import("../../utils/props").RequestParams | {
1990
- [key: string]: any;
1991
- chartType: "bar";
1992
- plugin: "1";
1993
- layer: "2";
1994
- };
659
+ type?: import("vue").PropType<number>;
660
+ default?: number;
1995
661
  };
1996
662
  toolboxLeft: {
1997
- type?: undefined;
1998
- default?: undefined;
1999
- } | {
2000
- type: any;
2001
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2002
- [key: string]: any;
2003
- } | import("../../utils/props").RequestParams | {
2004
- [key: string]: any;
2005
- chartType: "bar";
2006
- plugin: "1";
2007
- layer: "2";
2008
- };
663
+ type?: import("vue").PropType<"left" | "center" | "right">;
664
+ default?: "left" | "center" | "right";
2009
665
  };
2010
666
  toolboxTop: {
2011
- type?: undefined;
2012
- default?: undefined;
2013
- } | {
2014
- type: any;
2015
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2016
- [key: string]: any;
2017
- } | import("../../utils/props").RequestParams | {
2018
- [key: string]: any;
2019
- chartType: "bar";
2020
- plugin: "1";
2021
- layer: "2";
2022
- };
667
+ type?: import("vue").PropType<"top" | "bottom" | "middle">;
668
+ default?: "top" | "bottom" | "middle";
2023
669
  };
2024
670
  toolboxIconStyleBorderColor: {
2025
- type?: undefined;
2026
- default?: undefined;
2027
- } | {
2028
- type: any;
2029
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2030
- [key: string]: any;
2031
- } | import("../../utils/props").RequestParams | {
2032
- [key: string]: any;
2033
- chartType: "bar";
2034
- plugin: "1";
2035
- layer: "2";
2036
- };
671
+ type?: import("vue").PropType<string>;
672
+ default?: string;
2037
673
  };
2038
674
  toolboxDownloadUrl: {
2039
- type?: undefined;
2040
- default?: undefined;
2041
- } | {
2042
- type: any;
2043
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2044
- [key: string]: any;
2045
- } | import("../../utils/props").RequestParams | {
2046
- [key: string]: any;
2047
- chartType: "bar";
2048
- plugin: "1";
2049
- layer: "2";
2050
- };
675
+ type?: import("vue").PropType<string>;
676
+ default?: string;
2051
677
  };
2052
678
  toolboxInfoText: {
2053
- type?: undefined;
2054
- default?: undefined;
2055
- } | {
2056
- type: any;
2057
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2058
- [key: string]: any;
2059
- } | import("../../utils/props").RequestParams | {
2060
- [key: string]: any;
2061
- chartType: "bar";
2062
- plugin: "1";
2063
- layer: "2";
2064
- };
679
+ type?: import("vue").PropType<string>;
680
+ default?: string;
2065
681
  };
2066
682
  isUseHorizontalAxis: {
2067
- type?: undefined;
2068
- default?: undefined;
2069
- } | {
2070
- type: any;
2071
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2072
- [key: string]: any;
2073
- } | import("../../utils/props").RequestParams | {
2074
- [key: string]: any;
2075
- chartType: "bar";
2076
- plugin: "1";
2077
- layer: "2";
2078
- };
683
+ type?: import("vue").PropType<boolean>;
684
+ default?: boolean;
2079
685
  };
2080
686
  axisInverse: {
2081
- type?: undefined;
2082
- default?: undefined;
2083
- } | {
2084
- type: any;
2085
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2086
- [key: string]: any;
2087
- } | import("../../utils/props").RequestParams | {
2088
- [key: string]: any;
2089
- chartType: "bar";
2090
- plugin: "1";
2091
- layer: "2";
2092
- };
687
+ type?: import("vue").PropType<boolean>;
688
+ default?: boolean;
2093
689
  };
2094
690
  isStack: {
2095
- type?: undefined;
2096
- default?: undefined;
2097
- } | {
2098
- type: any;
2099
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2100
- [key: string]: any;
2101
- } | import("../../utils/props").RequestParams | {
2102
- [key: string]: any;
2103
- chartType: "bar";
2104
- plugin: "1";
2105
- layer: "2";
2106
- };
691
+ type?: import("vue").PropType<boolean>;
692
+ default?: boolean;
2107
693
  };
2108
694
  labelShow: {
2109
- type?: undefined;
2110
- default?: undefined;
2111
- } | {
2112
- type: any;
2113
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2114
- [key: string]: any;
2115
- } | import("../../utils/props").RequestParams | {
2116
- [key: string]: any;
2117
- chartType: "bar";
2118
- plugin: "1";
2119
- layer: "2";
2120
- };
695
+ type?: import("vue").PropType<boolean>;
696
+ default?: boolean;
2121
697
  };
2122
698
  labelFontSize: {
2123
- type?: undefined;
2124
- default?: undefined;
2125
- } | {
2126
- type: any;
2127
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2128
- [key: string]: any;
2129
- } | import("../../utils/props").RequestParams | {
2130
- [key: string]: any;
2131
- chartType: "bar";
2132
- plugin: "1";
2133
- layer: "2";
2134
- };
699
+ type?: import("vue").PropType<string>;
700
+ default?: string;
2135
701
  };
2136
702
  labelPosition: {
2137
- type?: undefined;
2138
- default?: undefined;
2139
- } | {
2140
- type: any;
2141
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2142
- [key: string]: any;
2143
- } | import("../../utils/props").RequestParams | {
2144
- [key: string]: any;
2145
- chartType: "bar";
2146
- plugin: "1";
2147
- layer: "2";
2148
- };
703
+ type?: import("vue").PropType<"top" | "left" | "right" | "bottom" | "inside">;
704
+ default?: "top" | "left" | "right" | "bottom" | "inside";
2149
705
  };
2150
706
  labelColor: {
2151
- type?: undefined;
2152
- default?: undefined;
2153
- } | {
2154
- type: any;
2155
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2156
- [key: string]: any;
2157
- } | import("../../utils/props").RequestParams | {
2158
- [key: string]: any;
2159
- chartType: "bar";
2160
- plugin: "1";
2161
- layer: "2";
2162
- };
707
+ type?: import("vue").PropType<string>;
708
+ default?: string;
2163
709
  };
2164
710
  id: {
2165
- type?: undefined;
2166
- default?: undefined;
2167
- } | {
2168
- type: any;
2169
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2170
- [key: string]: any;
2171
- } | import("../../utils/props").RequestParams | {
2172
- [key: string]: any;
2173
- chartType: "bar";
2174
- plugin: "1";
2175
- layer: "2";
2176
- };
711
+ type?: import("vue").PropType<string>;
712
+ default?: string;
2177
713
  };
2178
714
  name: {
2179
- type?: undefined;
2180
- default?: undefined;
2181
- } | {
2182
- type: any;
2183
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2184
- [key: string]: any;
2185
- } | import("../../utils/props").RequestParams | {
2186
- [key: string]: any;
2187
- chartType: "bar";
2188
- plugin: "1";
2189
- layer: "2";
2190
- };
715
+ type?: import("vue").PropType<string>;
716
+ default?: string;
2191
717
  };
2192
718
  keyName: {
2193
- type?: undefined;
2194
- default?: undefined;
2195
- } | {
2196
- type: any;
2197
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2198
- [key: string]: any;
2199
- } | import("../../utils/props").RequestParams | {
2200
- [key: string]: any;
2201
- chartType: "bar";
2202
- plugin: "1";
2203
- layer: "2";
2204
- };
719
+ type?: import("vue").PropType<string>;
720
+ default?: string;
2205
721
  };
2206
722
  type: {
2207
- type?: undefined;
2208
- default?: undefined;
2209
- } | {
2210
- type: any;
2211
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2212
- [key: string]: any;
2213
- } | import("../../utils/props").RequestParams | {
2214
- [key: string]: any;
2215
- chartType: "bar";
2216
- plugin: "1";
2217
- layer: "2";
2218
- };
723
+ type?: import("vue").PropType<string>;
724
+ default?: string;
2219
725
  };
2220
726
  width: {
2221
- type?: undefined;
2222
- default?: undefined;
2223
- } | {
2224
- type: any;
2225
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2226
- [key: string]: any;
2227
- } | import("../../utils/props").RequestParams | {
2228
- [key: string]: any;
2229
- chartType: "bar";
2230
- plugin: "1";
2231
- layer: "2";
2232
- };
727
+ type?: import("vue").PropType<string>;
728
+ default?: string;
2233
729
  };
2234
730
  height: {
2235
- type?: undefined;
2236
- default?: undefined;
2237
- } | {
2238
- type: any;
2239
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2240
- [key: string]: any;
2241
- } | import("../../utils/props").RequestParams | {
2242
- [key: string]: any;
2243
- chartType: "bar";
2244
- plugin: "1";
2245
- layer: "2";
2246
- };
731
+ type?: import("vue").PropType<string>;
732
+ default?: string;
2247
733
  };
2248
734
  position: {
2249
- type?: undefined;
2250
- default?: undefined;
2251
- } | {
2252
- type: any;
2253
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2254
- [key: string]: any;
2255
- } | import("../../utils/props").RequestParams | {
2256
- [key: string]: any;
2257
- chartType: "bar";
2258
- plugin: "1";
2259
- layer: "2";
2260
- };
735
+ type?: import("vue").PropType<string>;
736
+ default?: string;
2261
737
  };
2262
738
  top: {
2263
- type?: undefined;
2264
- default?: undefined;
2265
- } | {
2266
- type: any;
2267
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2268
- [key: string]: any;
2269
- } | import("../../utils/props").RequestParams | {
2270
- [key: string]: any;
2271
- chartType: "bar";
2272
- plugin: "1";
2273
- layer: "2";
2274
- };
739
+ type?: import("vue").PropType<string>;
740
+ default?: string;
2275
741
  };
2276
742
  left: {
2277
- type?: undefined;
2278
- default?: undefined;
2279
- } | {
2280
- type: any;
2281
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2282
- [key: string]: any;
2283
- } | import("../../utils/props").RequestParams | {
2284
- [key: string]: any;
2285
- chartType: "bar";
2286
- plugin: "1";
2287
- layer: "2";
2288
- };
743
+ type?: import("vue").PropType<string>;
744
+ default?: string;
2289
745
  };
2290
746
  zIndex: {
2291
- type?: undefined;
2292
- default?: undefined;
2293
- } | {
2294
- type: any;
2295
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2296
- [key: string]: any;
2297
- } | import("../../utils/props").RequestParams | {
2298
- [key: string]: any;
2299
- chartType: "bar";
2300
- plugin: "1";
2301
- layer: "2";
2302
- };
747
+ type?: import("vue").PropType<number>;
748
+ default?: number;
2303
749
  };
2304
750
  rotate: {
2305
- type?: undefined;
2306
- default?: undefined;
2307
- } | {
2308
- type: any;
2309
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2310
- [key: string]: any;
2311
- } | import("../../utils/props").RequestParams | {
2312
- [key: string]: any;
2313
- chartType: "bar";
2314
- plugin: "1";
2315
- layer: "2";
2316
- };
751
+ type?: import("vue").PropType<string>;
752
+ default?: string;
2317
753
  };
2318
754
  isShow: {
2319
- type?: undefined;
2320
- default?: undefined;
2321
- } | {
2322
- type: any;
2323
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2324
- [key: string]: any;
2325
- } | import("../../utils/props").RequestParams | {
2326
- [key: string]: any;
2327
- chartType: "bar";
2328
- plugin: "1";
2329
- layer: "2";
2330
- };
755
+ type?: import("vue").PropType<boolean>;
756
+ default?: boolean;
2331
757
  };
2332
758
  isRender: {
2333
- type?: undefined;
2334
- default?: undefined;
2335
- } | {
2336
- type: any;
2337
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2338
- [key: string]: any;
2339
- } | import("../../utils/props").RequestParams | {
2340
- [key: string]: any;
2341
- chartType: "bar";
2342
- plugin: "1";
2343
- layer: "2";
2344
- };
759
+ type?: import("vue").PropType<boolean>;
760
+ default?: boolean;
2345
761
  };
2346
762
  events: {
2347
- type?: undefined;
2348
- default?: undefined;
2349
- } | {
2350
- type: any;
2351
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2352
- [key: string]: any;
2353
- } | import("../../utils/props").RequestParams | {
2354
- [key: string]: any;
2355
- chartType: "bar";
2356
- plugin: "1";
2357
- layer: "2";
2358
- };
763
+ type?: import("vue").PropType<import("../../utils/props").Events>;
764
+ default?: import("../../utils/props").Events;
2359
765
  };
2360
766
  requestUrl: {
2361
- type?: undefined;
2362
- default?: undefined;
2363
- } | {
2364
- type: any;
2365
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2366
- [key: string]: any;
2367
- } | import("../../utils/props").RequestParams | {
2368
- [key: string]: any;
2369
- chartType: "bar";
2370
- plugin: "1";
2371
- layer: "2";
2372
- };
767
+ type?: import("vue").PropType<string>;
768
+ default?: string;
2373
769
  };
2374
770
  requestMethod: {
2375
- type?: undefined;
2376
- default?: undefined;
2377
- } | {
2378
- type: any;
2379
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2380
- [key: string]: any;
2381
- } | import("../../utils/props").RequestParams | {
2382
- [key: string]: any;
2383
- chartType: "bar";
2384
- plugin: "1";
2385
- layer: "2";
2386
- };
771
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
772
+ default?: import("../../utils/props").RequestMethod;
2387
773
  };
2388
774
  requestHeaders: {
2389
- type?: undefined;
2390
- default?: undefined;
2391
- } | {
2392
- type: any;
2393
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
775
+ type?: import("vue").PropType<{
2394
776
  [key: string]: any;
2395
- } | import("../../utils/props").RequestParams | {
777
+ }>;
778
+ default?: {
2396
779
  [key: string]: any;
2397
- chartType: "bar";
2398
- plugin: "1";
2399
- layer: "2";
2400
780
  };
2401
781
  };
2402
782
  isOpenRequestTimer: {
2403
- type?: undefined;
2404
- default?: undefined;
2405
- } | {
2406
- type: any;
2407
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2408
- [key: string]: any;
2409
- } | import("../../utils/props").RequestParams | {
2410
- [key: string]: any;
2411
- chartType: "bar";
2412
- plugin: "1";
2413
- layer: "2";
2414
- };
783
+ type?: import("vue").PropType<boolean>;
784
+ default?: boolean;
2415
785
  };
2416
786
  requestInterval: {
2417
- type?: undefined;
2418
- default?: undefined;
2419
- } | {
2420
- type: any;
2421
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2422
- [key: string]: any;
2423
- } | import("../../utils/props").RequestParams | {
2424
- [key: string]: any;
2425
- chartType: "bar";
2426
- plugin: "1";
2427
- layer: "2";
2428
- };
787
+ type?: import("vue").PropType<number>;
788
+ default?: number;
2429
789
  };
2430
790
  requestParams: {
2431
- type?: undefined;
2432
- default?: undefined;
2433
- } | {
2434
- type: any;
2435
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2436
- [key: string]: any;
2437
- } | import("../../utils/props").RequestParams | {
2438
- [key: string]: any;
2439
- chartType: "bar";
2440
- plugin: "1";
2441
- layer: "2";
2442
- };
791
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
792
+ default?: import("../../utils/props").RequestParams;
2443
793
  };
2444
794
  requestSort: {
2445
- type?: undefined;
2446
- default?: undefined;
2447
- } | {
2448
- type: any;
2449
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2450
- [key: string]: any;
2451
- } | import("../../utils/props").RequestParams | {
2452
- [key: string]: any;
2453
- chartType: "bar";
2454
- plugin: "1";
2455
- layer: "2";
2456
- };
795
+ type?: import("vue").PropType<number>;
796
+ default?: number;
2457
797
  };
2458
798
  dataType: {
2459
- type?: undefined;
2460
- default?: undefined;
2461
- } | {
2462
- type: any;
2463
- default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
2464
- [key: string]: any;
2465
- } | import("../../utils/props").RequestParams | {
2466
- [key: string]: any;
2467
- chartType: "bar";
2468
- plugin: "1";
2469
- layer: "2";
2470
- };
799
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
800
+ default?: "indicator" | "static" | "request";
2471
801
  };
2472
802
  }>>, {}>> & Record<string, any>;
2473
803
  export default EcanBar;