@ecan-bi/datav 1.1.40 → 1.1.41

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