@ecan-bi/datav 1.0.41 → 1.0.44

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 (62) hide show
  1. package/dist/index.es.js +906 -255
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +906 -252
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +149 -86
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +3 -1
  8. package/types/_utils/hooks/index.d.ts +2 -0
  9. package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -0
  10. package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
  11. package/types/container/border/Border.vue.d.ts +183 -54
  12. package/types/container/border/index.d.ts +130 -1
  13. package/types/container/border/props.d.ts +115 -55
  14. package/types/container/modal/Modal.vue.d.ts +1 -1
  15. package/types/container/modal/index.d.ts +1 -1
  16. package/types/control/button/Button.vue.d.ts +110 -0
  17. package/types/control/button/index.d.ts +111 -1
  18. package/types/control/button/props.d.ts +104 -44
  19. package/types/control/date-picker/props.d.ts +52 -52
  20. package/types/control/input/props.d.ts +48 -48
  21. package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
  22. package/types/control/range-picker/props.d.ts +52 -52
  23. package/types/control/select/Select.vue.d.ts +50 -50
  24. package/types/control/select/props.d.ts +50 -50
  25. package/types/control/tabs/Tabs.vue.d.ts +42 -0
  26. package/types/control/tabs/index.d.ts +42 -0
  27. package/types/control/tabs/props.d.ts +24 -0
  28. package/types/graph/bar/Bar.vue.d.ts +128 -128
  29. package/types/graph/bar/index.d.ts +128 -128
  30. package/types/graph/bar/props.d.ts +65 -65
  31. package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
  32. package/types/graph/combo-graph/index.d.ts +155 -0
  33. package/types/graph/combo-graph/props.d.ts +72 -0
  34. package/types/graph/custom-graph/props.d.ts +48 -48
  35. package/types/graph/line/Line.vue.d.ts +155 -0
  36. package/types/graph/line/index.d.ts +155 -0
  37. package/types/graph/line/props.d.ts +72 -0
  38. package/types/graph/pie/Pie.vue.d.ts +155 -0
  39. package/types/graph/pie/index.d.ts +155 -0
  40. package/types/graph/pie/props.d.ts +72 -0
  41. package/types/graph/scatter/Scatter.vue.d.ts +155 -0
  42. package/types/graph/scatter/index.d.ts +155 -0
  43. package/types/graph/scatter/props.d.ts +72 -0
  44. package/types/map/map/props.d.ts +112 -112
  45. package/types/media/image/props.d.ts +52 -52
  46. package/types/setting/index.d.ts +1 -0
  47. package/types/setting/provider-config/ProviderConfig.vue.d.ts +36 -6
  48. package/types/setting/provider-config/index.d.ts +37 -7
  49. package/types/setting/provider-config/props.d.ts +21 -3
  50. package/types/setting/renderer/Renderer.vue.d.ts +22 -0
  51. package/types/setting/renderer/index.d.ts +23 -0
  52. package/types/setting/renderer/props.d.ts +17 -0
  53. package/types/table/table/Table.vue.d.ts +900 -79
  54. package/types/table/table/index.d.ts +899 -79
  55. package/types/table/table/props.d.ts +451 -39
  56. package/types/text/list/List.vue.d.ts +64 -64
  57. package/types/text/list/props.d.ts +64 -64
  58. package/types/text/proportion/Proportion.vue.d.ts +68 -68
  59. package/types/text/proportion/props.d.ts +68 -68
  60. package/types/text/text/Text.vue.d.ts +66 -66
  61. package/types/text/text/props.d.ts +66 -66
  62. package/types/text/time-display/props.d.ts +60 -60
@@ -9,7 +9,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
9
9
  [key: string]: any;
10
10
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
11
11
  [key: string]: any;
12
- chartType: "pie";
12
+ chartType: "bar";
13
13
  plugin: "1";
14
14
  layer: "2";
15
15
  };
@@ -23,7 +23,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
23
23
  [key: string]: any;
24
24
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
25
25
  [key: string]: any;
26
- chartType: "pie";
26
+ chartType: "bar";
27
27
  plugin: "1";
28
28
  layer: "2";
29
29
  };
@@ -37,7 +37,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
37
37
  [key: string]: any;
38
38
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
39
39
  [key: string]: any;
40
- chartType: "pie";
40
+ chartType: "bar";
41
41
  plugin: "1";
42
42
  layer: "2";
43
43
  };
@@ -51,7 +51,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
51
51
  [key: string]: any;
52
52
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
53
53
  [key: string]: any;
54
- chartType: "pie";
54
+ chartType: "bar";
55
55
  plugin: "1";
56
56
  layer: "2";
57
57
  };
@@ -65,7 +65,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
65
65
  [key: string]: any;
66
66
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
67
67
  [key: string]: any;
68
- chartType: "pie";
68
+ chartType: "bar";
69
69
  plugin: "1";
70
70
  layer: "2";
71
71
  };
@@ -79,7 +79,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
79
79
  [key: string]: any;
80
80
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
81
81
  [key: string]: any;
82
- chartType: "pie";
82
+ chartType: "bar";
83
83
  plugin: "1";
84
84
  layer: "2";
85
85
  };
@@ -93,7 +93,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
93
93
  [key: string]: any;
94
94
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
95
95
  [key: string]: any;
96
- chartType: "pie";
96
+ chartType: "bar";
97
97
  plugin: "1";
98
98
  layer: "2";
99
99
  };
@@ -107,7 +107,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
107
107
  [key: string]: any;
108
108
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
109
109
  [key: string]: any;
110
- chartType: "pie";
110
+ chartType: "bar";
111
111
  plugin: "1";
112
112
  layer: "2";
113
113
  };
@@ -121,7 +121,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
121
121
  [key: string]: any;
122
122
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
123
123
  [key: string]: any;
124
- chartType: "pie";
124
+ chartType: "bar";
125
125
  plugin: "1";
126
126
  layer: "2";
127
127
  };
@@ -135,7 +135,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
135
135
  [key: string]: any;
136
136
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
137
137
  [key: string]: any;
138
- chartType: "pie";
138
+ chartType: "bar";
139
139
  plugin: "1";
140
140
  layer: "2";
141
141
  };
@@ -149,7 +149,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
149
149
  [key: string]: any;
150
150
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
151
151
  [key: string]: any;
152
- chartType: "pie";
152
+ chartType: "bar";
153
153
  plugin: "1";
154
154
  layer: "2";
155
155
  };
@@ -163,7 +163,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
163
163
  [key: string]: any;
164
164
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
165
165
  [key: string]: any;
166
- chartType: "pie";
166
+ chartType: "bar";
167
167
  plugin: "1";
168
168
  layer: "2";
169
169
  };
@@ -177,7 +177,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
177
177
  [key: string]: any;
178
178
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
179
179
  [key: string]: any;
180
- chartType: "pie";
180
+ chartType: "bar";
181
181
  plugin: "1";
182
182
  layer: "2";
183
183
  };
@@ -191,7 +191,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
191
191
  [key: string]: any;
192
192
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
193
193
  [key: string]: any;
194
- chartType: "pie";
194
+ chartType: "bar";
195
195
  plugin: "1";
196
196
  layer: "2";
197
197
  };
@@ -205,7 +205,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
205
205
  [key: string]: any;
206
206
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
207
207
  [key: string]: any;
208
- chartType: "pie";
208
+ chartType: "bar";
209
209
  plugin: "1";
210
210
  layer: "2";
211
211
  };
@@ -219,7 +219,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
219
219
  [key: string]: any;
220
220
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
221
221
  [key: string]: any;
222
- chartType: "pie";
222
+ chartType: "bar";
223
223
  plugin: "1";
224
224
  layer: "2";
225
225
  };
@@ -233,7 +233,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
233
233
  [key: string]: any;
234
234
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
235
235
  [key: string]: any;
236
- chartType: "pie";
236
+ chartType: "bar";
237
237
  plugin: "1";
238
238
  layer: "2";
239
239
  };
@@ -247,7 +247,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
247
247
  [key: string]: any;
248
248
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
249
249
  [key: string]: any;
250
- chartType: "pie";
250
+ chartType: "bar";
251
251
  plugin: "1";
252
252
  layer: "2";
253
253
  };
@@ -261,7 +261,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
261
261
  [key: string]: any;
262
262
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
263
263
  [key: string]: any;
264
- chartType: "pie";
264
+ chartType: "bar";
265
265
  plugin: "1";
266
266
  layer: "2";
267
267
  };
@@ -275,7 +275,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
275
275
  [key: string]: any;
276
276
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
277
277
  [key: string]: any;
278
- chartType: "pie";
278
+ chartType: "bar";
279
279
  plugin: "1";
280
280
  layer: "2";
281
281
  };
@@ -289,7 +289,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
289
289
  [key: string]: any;
290
290
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
291
291
  [key: string]: any;
292
- chartType: "pie";
292
+ chartType: "bar";
293
293
  plugin: "1";
294
294
  layer: "2";
295
295
  };
@@ -303,7 +303,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
303
303
  [key: string]: any;
304
304
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
305
305
  [key: string]: any;
306
- chartType: "pie";
306
+ chartType: "bar";
307
307
  plugin: "1";
308
308
  layer: "2";
309
309
  };
@@ -317,7 +317,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
317
317
  [key: string]: any;
318
318
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
319
319
  [key: string]: any;
320
- chartType: "pie";
320
+ chartType: "bar";
321
321
  plugin: "1";
322
322
  layer: "2";
323
323
  };
@@ -331,7 +331,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
331
331
  [key: string]: any;
332
332
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
333
333
  [key: string]: any;
334
- chartType: "pie";
334
+ chartType: "bar";
335
335
  plugin: "1";
336
336
  layer: "2";
337
337
  };
@@ -345,7 +345,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
345
345
  [key: string]: any;
346
346
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
347
347
  [key: string]: any;
348
- chartType: "pie";
348
+ chartType: "bar";
349
349
  plugin: "1";
350
350
  layer: "2";
351
351
  };
@@ -359,7 +359,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
359
359
  [key: string]: any;
360
360
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
361
361
  [key: string]: any;
362
- chartType: "pie";
362
+ chartType: "bar";
363
363
  plugin: "1";
364
364
  layer: "2";
365
365
  };
@@ -373,7 +373,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
373
373
  [key: string]: any;
374
374
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
375
375
  [key: string]: any;
376
- chartType: "pie";
376
+ chartType: "bar";
377
377
  plugin: "1";
378
378
  layer: "2";
379
379
  };
@@ -387,7 +387,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
387
387
  [key: string]: any;
388
388
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
389
389
  [key: string]: any;
390
- chartType: "pie";
390
+ chartType: "bar";
391
391
  plugin: "1";
392
392
  layer: "2";
393
393
  };
@@ -401,7 +401,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
401
401
  [key: string]: any;
402
402
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
403
403
  [key: string]: any;
404
- chartType: "pie";
404
+ chartType: "bar";
405
405
  plugin: "1";
406
406
  layer: "2";
407
407
  };
@@ -415,7 +415,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
415
415
  [key: string]: any;
416
416
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
417
417
  [key: string]: any;
418
- chartType: "pie";
418
+ chartType: "bar";
419
419
  plugin: "1";
420
420
  layer: "2";
421
421
  };
@@ -429,7 +429,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
429
429
  [key: string]: any;
430
430
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
431
431
  [key: string]: any;
432
- chartType: "pie";
432
+ chartType: "bar";
433
433
  plugin: "1";
434
434
  layer: "2";
435
435
  };
@@ -443,7 +443,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
443
443
  [key: string]: any;
444
444
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
445
445
  [key: string]: any;
446
- chartType: "pie";
446
+ chartType: "bar";
447
447
  plugin: "1";
448
448
  layer: "2";
449
449
  };
@@ -457,7 +457,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
457
457
  [key: string]: any;
458
458
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
459
459
  [key: string]: any;
460
- chartType: "pie";
460
+ chartType: "bar";
461
461
  plugin: "1";
462
462
  layer: "2";
463
463
  };
@@ -471,7 +471,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
471
471
  [key: string]: any;
472
472
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
473
473
  [key: string]: any;
474
- chartType: "pie";
474
+ chartType: "bar";
475
475
  plugin: "1";
476
476
  layer: "2";
477
477
  };
@@ -485,7 +485,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
485
485
  [key: string]: any;
486
486
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
487
487
  [key: string]: any;
488
- chartType: "pie";
488
+ chartType: "bar";
489
489
  plugin: "1";
490
490
  layer: "2";
491
491
  };
@@ -499,7 +499,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
499
499
  [key: string]: any;
500
500
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
501
501
  [key: string]: any;
502
- chartType: "pie";
502
+ chartType: "bar";
503
503
  plugin: "1";
504
504
  layer: "2";
505
505
  };
@@ -513,7 +513,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
513
513
  [key: string]: any;
514
514
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
515
515
  [key: string]: any;
516
- chartType: "pie";
516
+ chartType: "bar";
517
517
  plugin: "1";
518
518
  layer: "2";
519
519
  };
@@ -527,7 +527,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
527
527
  [key: string]: any;
528
528
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
529
529
  [key: string]: any;
530
- chartType: "pie";
530
+ chartType: "bar";
531
531
  plugin: "1";
532
532
  layer: "2";
533
533
  };
@@ -541,7 +541,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
541
541
  [key: string]: any;
542
542
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
543
543
  [key: string]: any;
544
- chartType: "pie";
544
+ chartType: "bar";
545
545
  plugin: "1";
546
546
  layer: "2";
547
547
  };
@@ -555,7 +555,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
555
555
  [key: string]: any;
556
556
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
557
557
  [key: string]: any;
558
- chartType: "pie";
558
+ chartType: "bar";
559
559
  plugin: "1";
560
560
  layer: "2";
561
561
  };
@@ -569,7 +569,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
569
569
  [key: string]: any;
570
570
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
571
571
  [key: string]: any;
572
- chartType: "pie";
572
+ chartType: "bar";
573
573
  plugin: "1";
574
574
  layer: "2";
575
575
  };
@@ -583,7 +583,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
583
583
  [key: string]: any;
584
584
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
585
585
  [key: string]: any;
586
- chartType: "pie";
586
+ chartType: "bar";
587
587
  plugin: "1";
588
588
  layer: "2";
589
589
  };
@@ -597,7 +597,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
597
597
  [key: string]: any;
598
598
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
599
599
  [key: string]: any;
600
- chartType: "pie";
600
+ chartType: "bar";
601
601
  plugin: "1";
602
602
  layer: "2";
603
603
  };
@@ -611,7 +611,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
611
611
  [key: string]: any;
612
612
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
613
613
  [key: string]: any;
614
- chartType: "pie";
614
+ chartType: "bar";
615
615
  plugin: "1";
616
616
  layer: "2";
617
617
  };
@@ -625,7 +625,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
625
625
  [key: string]: any;
626
626
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
627
627
  [key: string]: any;
628
- chartType: "pie";
628
+ chartType: "bar";
629
629
  plugin: "1";
630
630
  layer: "2";
631
631
  };
@@ -639,7 +639,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
639
639
  [key: string]: any;
640
640
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
641
641
  [key: string]: any;
642
- chartType: "pie";
642
+ chartType: "bar";
643
643
  plugin: "1";
644
644
  layer: "2";
645
645
  };
@@ -653,7 +653,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
653
653
  [key: string]: any;
654
654
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
655
655
  [key: string]: any;
656
- chartType: "pie";
656
+ chartType: "bar";
657
657
  plugin: "1";
658
658
  layer: "2";
659
659
  };
@@ -667,7 +667,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
667
667
  [key: string]: any;
668
668
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
669
669
  [key: string]: any;
670
- chartType: "pie";
670
+ chartType: "bar";
671
671
  plugin: "1";
672
672
  layer: "2";
673
673
  };
@@ -681,7 +681,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
681
681
  [key: string]: any;
682
682
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
683
683
  [key: string]: any;
684
- chartType: "pie";
684
+ chartType: "bar";
685
685
  plugin: "1";
686
686
  layer: "2";
687
687
  };
@@ -695,7 +695,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
695
695
  [key: string]: any;
696
696
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
697
697
  [key: string]: any;
698
- chartType: "pie";
698
+ chartType: "bar";
699
699
  plugin: "1";
700
700
  layer: "2";
701
701
  };
@@ -709,7 +709,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
709
709
  [key: string]: any;
710
710
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
711
711
  [key: string]: any;
712
- chartType: "pie";
712
+ chartType: "bar";
713
713
  plugin: "1";
714
714
  layer: "2";
715
715
  };
@@ -723,7 +723,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
723
723
  [key: string]: any;
724
724
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
725
725
  [key: string]: any;
726
- chartType: "pie";
726
+ chartType: "bar";
727
727
  plugin: "1";
728
728
  layer: "2";
729
729
  };
@@ -737,7 +737,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
737
737
  [key: string]: any;
738
738
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
739
739
  [key: string]: any;
740
- chartType: "pie";
740
+ chartType: "bar";
741
741
  plugin: "1";
742
742
  layer: "2";
743
743
  };
@@ -751,7 +751,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
751
751
  [key: string]: any;
752
752
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
753
753
  [key: string]: any;
754
- chartType: "pie";
754
+ chartType: "bar";
755
755
  plugin: "1";
756
756
  layer: "2";
757
757
  };
@@ -765,7 +765,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
765
765
  [key: string]: any;
766
766
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
767
767
  [key: string]: any;
768
- chartType: "pie";
768
+ chartType: "bar";
769
769
  plugin: "1";
770
770
  layer: "2";
771
771
  };
@@ -779,7 +779,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
779
779
  [key: string]: any;
780
780
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
781
781
  [key: string]: any;
782
- chartType: "pie";
782
+ chartType: "bar";
783
783
  plugin: "1";
784
784
  layer: "2";
785
785
  };
@@ -793,7 +793,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
793
793
  [key: string]: any;
794
794
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
795
795
  [key: string]: any;
796
- chartType: "pie";
796
+ chartType: "bar";
797
797
  plugin: "1";
798
798
  layer: "2";
799
799
  };
@@ -807,7 +807,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
807
807
  [key: string]: any;
808
808
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
809
809
  [key: string]: any;
810
- chartType: "pie";
810
+ chartType: "bar";
811
811
  plugin: "1";
812
812
  layer: "2";
813
813
  };
@@ -821,7 +821,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
821
821
  [key: string]: any;
822
822
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
823
823
  [key: string]: any;
824
- chartType: "pie";
824
+ chartType: "bar";
825
825
  plugin: "1";
826
826
  layer: "2";
827
827
  };
@@ -835,7 +835,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
835
835
  [key: string]: any;
836
836
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
837
837
  [key: string]: any;
838
- chartType: "pie";
838
+ chartType: "bar";
839
839
  plugin: "1";
840
840
  layer: "2";
841
841
  };
@@ -849,7 +849,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
849
849
  [key: string]: any;
850
850
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
851
851
  [key: string]: any;
852
- chartType: "pie";
852
+ chartType: "bar";
853
853
  plugin: "1";
854
854
  layer: "2";
855
855
  };
@@ -863,7 +863,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
863
863
  [key: string]: any;
864
864
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
865
865
  [key: string]: any;
866
- chartType: "pie";
866
+ chartType: "bar";
867
867
  plugin: "1";
868
868
  layer: "2";
869
869
  };
@@ -877,7 +877,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
877
877
  [key: string]: any;
878
878
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
879
879
  [key: string]: any;
880
- chartType: "pie";
880
+ chartType: "bar";
881
881
  plugin: "1";
882
882
  layer: "2";
883
883
  };
@@ -891,7 +891,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
891
891
  [key: string]: any;
892
892
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
893
893
  [key: string]: any;
894
- chartType: "pie";
894
+ chartType: "bar";
895
895
  plugin: "1";
896
896
  layer: "2";
897
897
  };
@@ -1072,7 +1072,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1072
1072
  [key: string]: any;
1073
1073
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1074
1074
  [key: string]: any;
1075
- chartType: "pie";
1075
+ chartType: "bar";
1076
1076
  plugin: "1";
1077
1077
  layer: "2";
1078
1078
  };
@@ -1086,7 +1086,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1086
1086
  [key: string]: any;
1087
1087
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1088
1088
  [key: string]: any;
1089
- chartType: "pie";
1089
+ chartType: "bar";
1090
1090
  plugin: "1";
1091
1091
  layer: "2";
1092
1092
  };
@@ -1100,7 +1100,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1100
1100
  [key: string]: any;
1101
1101
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1102
1102
  [key: string]: any;
1103
- chartType: "pie";
1103
+ chartType: "bar";
1104
1104
  plugin: "1";
1105
1105
  layer: "2";
1106
1106
  };
@@ -1114,7 +1114,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1114
1114
  [key: string]: any;
1115
1115
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1116
1116
  [key: string]: any;
1117
- chartType: "pie";
1117
+ chartType: "bar";
1118
1118
  plugin: "1";
1119
1119
  layer: "2";
1120
1120
  };
@@ -1128,7 +1128,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1128
1128
  [key: string]: any;
1129
1129
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1130
1130
  [key: string]: any;
1131
- chartType: "pie";
1131
+ chartType: "bar";
1132
1132
  plugin: "1";
1133
1133
  layer: "2";
1134
1134
  };
@@ -1142,7 +1142,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1142
1142
  [key: string]: any;
1143
1143
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1144
1144
  [key: string]: any;
1145
- chartType: "pie";
1145
+ chartType: "bar";
1146
1146
  plugin: "1";
1147
1147
  layer: "2";
1148
1148
  };
@@ -1156,7 +1156,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1156
1156
  [key: string]: any;
1157
1157
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1158
1158
  [key: string]: any;
1159
- chartType: "pie";
1159
+ chartType: "bar";
1160
1160
  plugin: "1";
1161
1161
  layer: "2";
1162
1162
  };
@@ -1170,7 +1170,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1170
1170
  [key: string]: any;
1171
1171
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1172
1172
  [key: string]: any;
1173
- chartType: "pie";
1173
+ chartType: "bar";
1174
1174
  plugin: "1";
1175
1175
  layer: "2";
1176
1176
  };
@@ -1184,7 +1184,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1184
1184
  [key: string]: any;
1185
1185
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1186
1186
  [key: string]: any;
1187
- chartType: "pie";
1187
+ chartType: "bar";
1188
1188
  plugin: "1";
1189
1189
  layer: "2";
1190
1190
  };
@@ -1198,7 +1198,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1198
1198
  [key: string]: any;
1199
1199
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1200
1200
  [key: string]: any;
1201
- chartType: "pie";
1201
+ chartType: "bar";
1202
1202
  plugin: "1";
1203
1203
  layer: "2";
1204
1204
  };
@@ -1212,7 +1212,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1212
1212
  [key: string]: any;
1213
1213
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1214
1214
  [key: string]: any;
1215
- chartType: "pie";
1215
+ chartType: "bar";
1216
1216
  plugin: "1";
1217
1217
  layer: "2";
1218
1218
  };
@@ -1226,7 +1226,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1226
1226
  [key: string]: any;
1227
1227
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1228
1228
  [key: string]: any;
1229
- chartType: "pie";
1229
+ chartType: "bar";
1230
1230
  plugin: "1";
1231
1231
  layer: "2";
1232
1232
  };
@@ -1240,7 +1240,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1240
1240
  [key: string]: any;
1241
1241
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1242
1242
  [key: string]: any;
1243
- chartType: "pie";
1243
+ chartType: "bar";
1244
1244
  plugin: "1";
1245
1245
  layer: "2";
1246
1246
  };
@@ -1254,7 +1254,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1254
1254
  [key: string]: any;
1255
1255
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1256
1256
  [key: string]: any;
1257
- chartType: "pie";
1257
+ chartType: "bar";
1258
1258
  plugin: "1";
1259
1259
  layer: "2";
1260
1260
  };
@@ -1268,7 +1268,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1268
1268
  [key: string]: any;
1269
1269
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1270
1270
  [key: string]: any;
1271
- chartType: "pie";
1271
+ chartType: "bar";
1272
1272
  plugin: "1";
1273
1273
  layer: "2";
1274
1274
  };
@@ -1282,7 +1282,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1282
1282
  [key: string]: any;
1283
1283
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1284
1284
  [key: string]: any;
1285
- chartType: "pie";
1285
+ chartType: "bar";
1286
1286
  plugin: "1";
1287
1287
  layer: "2";
1288
1288
  };
@@ -1296,7 +1296,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1296
1296
  [key: string]: any;
1297
1297
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1298
1298
  [key: string]: any;
1299
- chartType: "pie";
1299
+ chartType: "bar";
1300
1300
  plugin: "1";
1301
1301
  layer: "2";
1302
1302
  };
@@ -1310,7 +1310,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1310
1310
  [key: string]: any;
1311
1311
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1312
1312
  [key: string]: any;
1313
- chartType: "pie";
1313
+ chartType: "bar";
1314
1314
  plugin: "1";
1315
1315
  layer: "2";
1316
1316
  };
@@ -1324,7 +1324,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1324
1324
  [key: string]: any;
1325
1325
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1326
1326
  [key: string]: any;
1327
- chartType: "pie";
1327
+ chartType: "bar";
1328
1328
  plugin: "1";
1329
1329
  layer: "2";
1330
1330
  };
@@ -1338,7 +1338,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1338
1338
  [key: string]: any;
1339
1339
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1340
1340
  [key: string]: any;
1341
- chartType: "pie";
1341
+ chartType: "bar";
1342
1342
  plugin: "1";
1343
1343
  layer: "2";
1344
1344
  };
@@ -1352,7 +1352,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1352
1352
  [key: string]: any;
1353
1353
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1354
1354
  [key: string]: any;
1355
- chartType: "pie";
1355
+ chartType: "bar";
1356
1356
  plugin: "1";
1357
1357
  layer: "2";
1358
1358
  };
@@ -1366,7 +1366,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1366
1366
  [key: string]: any;
1367
1367
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1368
1368
  [key: string]: any;
1369
- chartType: "pie";
1369
+ chartType: "bar";
1370
1370
  plugin: "1";
1371
1371
  layer: "2";
1372
1372
  };
@@ -1380,7 +1380,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1380
1380
  [key: string]: any;
1381
1381
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1382
1382
  [key: string]: any;
1383
- chartType: "pie";
1383
+ chartType: "bar";
1384
1384
  plugin: "1";
1385
1385
  layer: "2";
1386
1386
  };
@@ -1394,7 +1394,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1394
1394
  [key: string]: any;
1395
1395
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1396
1396
  [key: string]: any;
1397
- chartType: "pie";
1397
+ chartType: "bar";
1398
1398
  plugin: "1";
1399
1399
  layer: "2";
1400
1400
  };
@@ -1408,7 +1408,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1408
1408
  [key: string]: any;
1409
1409
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1410
1410
  [key: string]: any;
1411
- chartType: "pie";
1411
+ chartType: "bar";
1412
1412
  plugin: "1";
1413
1413
  layer: "2";
1414
1414
  };
@@ -1422,7 +1422,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1422
1422
  [key: string]: any;
1423
1423
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1424
1424
  [key: string]: any;
1425
- chartType: "pie";
1425
+ chartType: "bar";
1426
1426
  plugin: "1";
1427
1427
  layer: "2";
1428
1428
  };
@@ -1436,7 +1436,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1436
1436
  [key: string]: any;
1437
1437
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1438
1438
  [key: string]: any;
1439
- chartType: "pie";
1439
+ chartType: "bar";
1440
1440
  plugin: "1";
1441
1441
  layer: "2";
1442
1442
  };
@@ -1450,7 +1450,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1450
1450
  [key: string]: any;
1451
1451
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1452
1452
  [key: string]: any;
1453
- chartType: "pie";
1453
+ chartType: "bar";
1454
1454
  plugin: "1";
1455
1455
  layer: "2";
1456
1456
  };
@@ -1464,7 +1464,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1464
1464
  [key: string]: any;
1465
1465
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1466
1466
  [key: string]: any;
1467
- chartType: "pie";
1467
+ chartType: "bar";
1468
1468
  plugin: "1";
1469
1469
  layer: "2";
1470
1470
  };
@@ -1478,7 +1478,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1478
1478
  [key: string]: any;
1479
1479
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1480
1480
  [key: string]: any;
1481
- chartType: "pie";
1481
+ chartType: "bar";
1482
1482
  plugin: "1";
1483
1483
  layer: "2";
1484
1484
  };
@@ -1492,7 +1492,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1492
1492
  [key: string]: any;
1493
1493
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1494
1494
  [key: string]: any;
1495
- chartType: "pie";
1495
+ chartType: "bar";
1496
1496
  plugin: "1";
1497
1497
  layer: "2";
1498
1498
  };
@@ -1506,7 +1506,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1506
1506
  [key: string]: any;
1507
1507
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1508
1508
  [key: string]: any;
1509
- chartType: "pie";
1509
+ chartType: "bar";
1510
1510
  plugin: "1";
1511
1511
  layer: "2";
1512
1512
  };
@@ -1520,7 +1520,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1520
1520
  [key: string]: any;
1521
1521
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1522
1522
  [key: string]: any;
1523
- chartType: "pie";
1523
+ chartType: "bar";
1524
1524
  plugin: "1";
1525
1525
  layer: "2";
1526
1526
  };
@@ -1534,7 +1534,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1534
1534
  [key: string]: any;
1535
1535
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1536
1536
  [key: string]: any;
1537
- chartType: "pie";
1537
+ chartType: "bar";
1538
1538
  plugin: "1";
1539
1539
  layer: "2";
1540
1540
  };
@@ -1548,7 +1548,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1548
1548
  [key: string]: any;
1549
1549
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1550
1550
  [key: string]: any;
1551
- chartType: "pie";
1551
+ chartType: "bar";
1552
1552
  plugin: "1";
1553
1553
  layer: "2";
1554
1554
  };
@@ -1562,7 +1562,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1562
1562
  [key: string]: any;
1563
1563
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1564
1564
  [key: string]: any;
1565
- chartType: "pie";
1565
+ chartType: "bar";
1566
1566
  plugin: "1";
1567
1567
  layer: "2";
1568
1568
  };
@@ -1576,7 +1576,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1576
1576
  [key: string]: any;
1577
1577
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1578
1578
  [key: string]: any;
1579
- chartType: "pie";
1579
+ chartType: "bar";
1580
1580
  plugin: "1";
1581
1581
  layer: "2";
1582
1582
  };
@@ -1590,7 +1590,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1590
1590
  [key: string]: any;
1591
1591
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1592
1592
  [key: string]: any;
1593
- chartType: "pie";
1593
+ chartType: "bar";
1594
1594
  plugin: "1";
1595
1595
  layer: "2";
1596
1596
  };
@@ -1604,7 +1604,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1604
1604
  [key: string]: any;
1605
1605
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1606
1606
  [key: string]: any;
1607
- chartType: "pie";
1607
+ chartType: "bar";
1608
1608
  plugin: "1";
1609
1609
  layer: "2";
1610
1610
  };
@@ -1618,7 +1618,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1618
1618
  [key: string]: any;
1619
1619
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1620
1620
  [key: string]: any;
1621
- chartType: "pie";
1621
+ chartType: "bar";
1622
1622
  plugin: "1";
1623
1623
  layer: "2";
1624
1624
  };
@@ -1632,7 +1632,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1632
1632
  [key: string]: any;
1633
1633
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1634
1634
  [key: string]: any;
1635
- chartType: "pie";
1635
+ chartType: "bar";
1636
1636
  plugin: "1";
1637
1637
  layer: "2";
1638
1638
  };
@@ -1646,7 +1646,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1646
1646
  [key: string]: any;
1647
1647
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1648
1648
  [key: string]: any;
1649
- chartType: "pie";
1649
+ chartType: "bar";
1650
1650
  plugin: "1";
1651
1651
  layer: "2";
1652
1652
  };
@@ -1660,7 +1660,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1660
1660
  [key: string]: any;
1661
1661
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1662
1662
  [key: string]: any;
1663
- chartType: "pie";
1663
+ chartType: "bar";
1664
1664
  plugin: "1";
1665
1665
  layer: "2";
1666
1666
  };
@@ -1674,7 +1674,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1674
1674
  [key: string]: any;
1675
1675
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1676
1676
  [key: string]: any;
1677
- chartType: "pie";
1677
+ chartType: "bar";
1678
1678
  plugin: "1";
1679
1679
  layer: "2";
1680
1680
  };
@@ -1688,7 +1688,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1688
1688
  [key: string]: any;
1689
1689
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1690
1690
  [key: string]: any;
1691
- chartType: "pie";
1691
+ chartType: "bar";
1692
1692
  plugin: "1";
1693
1693
  layer: "2";
1694
1694
  };
@@ -1702,7 +1702,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1702
1702
  [key: string]: any;
1703
1703
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1704
1704
  [key: string]: any;
1705
- chartType: "pie";
1705
+ chartType: "bar";
1706
1706
  plugin: "1";
1707
1707
  layer: "2";
1708
1708
  };
@@ -1716,7 +1716,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1716
1716
  [key: string]: any;
1717
1717
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1718
1718
  [key: string]: any;
1719
- chartType: "pie";
1719
+ chartType: "bar";
1720
1720
  plugin: "1";
1721
1721
  layer: "2";
1722
1722
  };
@@ -1730,7 +1730,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1730
1730
  [key: string]: any;
1731
1731
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1732
1732
  [key: string]: any;
1733
- chartType: "pie";
1733
+ chartType: "bar";
1734
1734
  plugin: "1";
1735
1735
  layer: "2";
1736
1736
  };
@@ -1744,7 +1744,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1744
1744
  [key: string]: any;
1745
1745
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1746
1746
  [key: string]: any;
1747
- chartType: "pie";
1747
+ chartType: "bar";
1748
1748
  plugin: "1";
1749
1749
  layer: "2";
1750
1750
  };
@@ -1758,7 +1758,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1758
1758
  [key: string]: any;
1759
1759
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1760
1760
  [key: string]: any;
1761
- chartType: "pie";
1761
+ chartType: "bar";
1762
1762
  plugin: "1";
1763
1763
  layer: "2";
1764
1764
  };
@@ -1772,7 +1772,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1772
1772
  [key: string]: any;
1773
1773
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1774
1774
  [key: string]: any;
1775
- chartType: "pie";
1775
+ chartType: "bar";
1776
1776
  plugin: "1";
1777
1777
  layer: "2";
1778
1778
  };
@@ -1786,7 +1786,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1786
1786
  [key: string]: any;
1787
1787
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1788
1788
  [key: string]: any;
1789
- chartType: "pie";
1789
+ chartType: "bar";
1790
1790
  plugin: "1";
1791
1791
  layer: "2";
1792
1792
  };
@@ -1800,7 +1800,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1800
1800
  [key: string]: any;
1801
1801
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1802
1802
  [key: string]: any;
1803
- chartType: "pie";
1803
+ chartType: "bar";
1804
1804
  plugin: "1";
1805
1805
  layer: "2";
1806
1806
  };
@@ -1814,7 +1814,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1814
1814
  [key: string]: any;
1815
1815
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1816
1816
  [key: string]: any;
1817
- chartType: "pie";
1817
+ chartType: "bar";
1818
1818
  plugin: "1";
1819
1819
  layer: "2";
1820
1820
  };
@@ -1828,7 +1828,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1828
1828
  [key: string]: any;
1829
1829
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1830
1830
  [key: string]: any;
1831
- chartType: "pie";
1831
+ chartType: "bar";
1832
1832
  plugin: "1";
1833
1833
  layer: "2";
1834
1834
  };
@@ -1842,7 +1842,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1842
1842
  [key: string]: any;
1843
1843
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1844
1844
  [key: string]: any;
1845
- chartType: "pie";
1845
+ chartType: "bar";
1846
1846
  plugin: "1";
1847
1847
  layer: "2";
1848
1848
  };
@@ -1856,7 +1856,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1856
1856
  [key: string]: any;
1857
1857
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1858
1858
  [key: string]: any;
1859
- chartType: "pie";
1859
+ chartType: "bar";
1860
1860
  plugin: "1";
1861
1861
  layer: "2";
1862
1862
  };
@@ -1870,7 +1870,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1870
1870
  [key: string]: any;
1871
1871
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1872
1872
  [key: string]: any;
1873
- chartType: "pie";
1873
+ chartType: "bar";
1874
1874
  plugin: "1";
1875
1875
  layer: "2";
1876
1876
  };
@@ -1884,7 +1884,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1884
1884
  [key: string]: any;
1885
1885
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1886
1886
  [key: string]: any;
1887
- chartType: "pie";
1887
+ chartType: "bar";
1888
1888
  plugin: "1";
1889
1889
  layer: "2";
1890
1890
  };
@@ -1898,7 +1898,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1898
1898
  [key: string]: any;
1899
1899
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1900
1900
  [key: string]: any;
1901
- chartType: "pie";
1901
+ chartType: "bar";
1902
1902
  plugin: "1";
1903
1903
  layer: "2";
1904
1904
  };
@@ -1912,7 +1912,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1912
1912
  [key: string]: any;
1913
1913
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1914
1914
  [key: string]: any;
1915
- chartType: "pie";
1915
+ chartType: "bar";
1916
1916
  plugin: "1";
1917
1917
  layer: "2";
1918
1918
  };
@@ -1926,7 +1926,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1926
1926
  [key: string]: any;
1927
1927
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1928
1928
  [key: string]: any;
1929
- chartType: "pie";
1929
+ chartType: "bar";
1930
1930
  plugin: "1";
1931
1931
  layer: "2";
1932
1932
  };
@@ -1940,7 +1940,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1940
1940
  [key: string]: any;
1941
1941
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1942
1942
  [key: string]: any;
1943
- chartType: "pie";
1943
+ chartType: "bar";
1944
1944
  plugin: "1";
1945
1945
  layer: "2";
1946
1946
  };
@@ -1954,7 +1954,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1954
1954
  [key: string]: any;
1955
1955
  } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | import('../../_utils/props').Data | {
1956
1956
  [key: string]: any;
1957
- chartType: "pie";
1957
+ chartType: "bar";
1958
1958
  plugin: "1";
1959
1959
  layer: "2";
1960
1960
  };