@ecan-bi/datav 1.0.40 → 1.0.43
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.
- package/dist/index.es.js +757 -201
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +755 -199
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +137 -74
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +2 -1
- package/types/_utils/hooks/index.d.ts +2 -0
- package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -0
- package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
- package/types/common/echarts/Echarts.d.ts +418 -0
- package/types/common/echarts/index.d.ts +2 -2
- package/types/common/index.d.ts +1 -1
- package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
- package/types/common/skeleton/index.d.ts +2 -0
- package/types/container/border/Border.vue.d.ts +54 -54
- package/types/container/border/props.d.ts +54 -54
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +110 -0
- package/types/control/button/index.d.ts +111 -1
- package/types/control/button/props.d.ts +104 -44
- package/types/control/date-picker/props.d.ts +52 -52
- package/types/control/input/props.d.ts +48 -48
- package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
- package/types/control/range-picker/props.d.ts +52 -52
- package/types/control/select/Select.vue.d.ts +50 -50
- package/types/control/select/props.d.ts +50 -50
- package/types/graph/bar/Bar.vue.d.ts +128 -128
- package/types/graph/bar/index.d.ts +128 -128
- package/types/graph/bar/props.d.ts +65 -65
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
- package/types/graph/combo-graph/index.d.ts +155 -0
- package/types/graph/combo-graph/props.d.ts +72 -0
- package/types/graph/custom-graph/props.d.ts +48 -48
- package/types/graph/line/Line.vue.d.ts +155 -0
- package/types/graph/line/index.d.ts +155 -0
- package/types/graph/line/props.d.ts +72 -0
- package/types/graph/pie/Pie.vue.d.ts +155 -0
- package/types/graph/pie/index.d.ts +155 -0
- package/types/graph/pie/props.d.ts +72 -0
- package/types/graph/scatter/Scatter.vue.d.ts +155 -0
- package/types/graph/scatter/index.d.ts +155 -0
- package/types/graph/scatter/props.d.ts +72 -0
- package/types/map/map/props.d.ts +112 -112
- package/types/media/image/props.d.ts +52 -52
- package/types/table/table/Table.vue.d.ts +900 -79
- package/types/table/table/index.d.ts +899 -79
- package/types/table/table/props.d.ts +451 -39
- package/types/text/list/List.vue.d.ts +64 -64
- package/types/text/list/props.d.ts +64 -64
- package/types/text/proportion/Proportion.vue.d.ts +68 -68
- package/types/text/proportion/props.d.ts +68 -68
- package/types/text/text/Text.vue.d.ts +66 -66
- package/types/text/text/props.d.ts +66 -66
- package/types/text/time-display/props.d.ts +60 -60
|
@@ -34,7 +34,7 @@ export interface BarProps extends Props {
|
|
|
34
34
|
barWidth: string;
|
|
35
35
|
graphicConfig: {
|
|
36
36
|
[key: string]: any;
|
|
37
|
-
chartType: '
|
|
37
|
+
chartType: 'bar';
|
|
38
38
|
plugin: '1';
|
|
39
39
|
layer: '2';
|
|
40
40
|
};
|
|
@@ -59,7 +59,7 @@ export declare const barComponentProps: {
|
|
|
59
59
|
[key: string]: any;
|
|
60
60
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
61
61
|
[key: string]: any;
|
|
62
|
-
chartType: '
|
|
62
|
+
chartType: 'bar';
|
|
63
63
|
plugin: '1';
|
|
64
64
|
layer: '2';
|
|
65
65
|
};
|
|
@@ -73,7 +73,7 @@ export declare const barComponentProps: {
|
|
|
73
73
|
[key: string]: any;
|
|
74
74
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
75
75
|
[key: string]: any;
|
|
76
|
-
chartType: '
|
|
76
|
+
chartType: 'bar';
|
|
77
77
|
plugin: '1';
|
|
78
78
|
layer: '2';
|
|
79
79
|
};
|
|
@@ -87,7 +87,7 @@ export declare const barComponentProps: {
|
|
|
87
87
|
[key: string]: any;
|
|
88
88
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
89
89
|
[key: string]: any;
|
|
90
|
-
chartType: '
|
|
90
|
+
chartType: 'bar';
|
|
91
91
|
plugin: '1';
|
|
92
92
|
layer: '2';
|
|
93
93
|
};
|
|
@@ -101,7 +101,7 @@ export declare const barComponentProps: {
|
|
|
101
101
|
[key: string]: any;
|
|
102
102
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
103
103
|
[key: string]: any;
|
|
104
|
-
chartType: '
|
|
104
|
+
chartType: 'bar';
|
|
105
105
|
plugin: '1';
|
|
106
106
|
layer: '2';
|
|
107
107
|
};
|
|
@@ -115,7 +115,7 @@ export declare const barComponentProps: {
|
|
|
115
115
|
[key: string]: any;
|
|
116
116
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
117
117
|
[key: string]: any;
|
|
118
|
-
chartType: '
|
|
118
|
+
chartType: 'bar';
|
|
119
119
|
plugin: '1';
|
|
120
120
|
layer: '2';
|
|
121
121
|
};
|
|
@@ -129,7 +129,7 @@ export declare const barComponentProps: {
|
|
|
129
129
|
[key: string]: any;
|
|
130
130
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
131
131
|
[key: string]: any;
|
|
132
|
-
chartType: '
|
|
132
|
+
chartType: 'bar';
|
|
133
133
|
plugin: '1';
|
|
134
134
|
layer: '2';
|
|
135
135
|
};
|
|
@@ -143,7 +143,7 @@ export declare const barComponentProps: {
|
|
|
143
143
|
[key: string]: any;
|
|
144
144
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
145
145
|
[key: string]: any;
|
|
146
|
-
chartType: '
|
|
146
|
+
chartType: 'bar';
|
|
147
147
|
plugin: '1';
|
|
148
148
|
layer: '2';
|
|
149
149
|
};
|
|
@@ -157,7 +157,7 @@ export declare const barComponentProps: {
|
|
|
157
157
|
[key: string]: any;
|
|
158
158
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
159
159
|
[key: string]: any;
|
|
160
|
-
chartType: '
|
|
160
|
+
chartType: 'bar';
|
|
161
161
|
plugin: '1';
|
|
162
162
|
layer: '2';
|
|
163
163
|
};
|
|
@@ -171,7 +171,7 @@ export declare const barComponentProps: {
|
|
|
171
171
|
[key: string]: any;
|
|
172
172
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
173
173
|
[key: string]: any;
|
|
174
|
-
chartType: '
|
|
174
|
+
chartType: 'bar';
|
|
175
175
|
plugin: '1';
|
|
176
176
|
layer: '2';
|
|
177
177
|
};
|
|
@@ -185,7 +185,7 @@ export declare const barComponentProps: {
|
|
|
185
185
|
[key: string]: any;
|
|
186
186
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
187
187
|
[key: string]: any;
|
|
188
|
-
chartType: '
|
|
188
|
+
chartType: 'bar';
|
|
189
189
|
plugin: '1';
|
|
190
190
|
layer: '2';
|
|
191
191
|
};
|
|
@@ -199,7 +199,7 @@ export declare const barComponentProps: {
|
|
|
199
199
|
[key: string]: any;
|
|
200
200
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
201
201
|
[key: string]: any;
|
|
202
|
-
chartType: '
|
|
202
|
+
chartType: 'bar';
|
|
203
203
|
plugin: '1';
|
|
204
204
|
layer: '2';
|
|
205
205
|
};
|
|
@@ -213,7 +213,7 @@ export declare const barComponentProps: {
|
|
|
213
213
|
[key: string]: any;
|
|
214
214
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
215
215
|
[key: string]: any;
|
|
216
|
-
chartType: '
|
|
216
|
+
chartType: 'bar';
|
|
217
217
|
plugin: '1';
|
|
218
218
|
layer: '2';
|
|
219
219
|
};
|
|
@@ -227,7 +227,7 @@ export declare const barComponentProps: {
|
|
|
227
227
|
[key: string]: any;
|
|
228
228
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
229
229
|
[key: string]: any;
|
|
230
|
-
chartType: '
|
|
230
|
+
chartType: 'bar';
|
|
231
231
|
plugin: '1';
|
|
232
232
|
layer: '2';
|
|
233
233
|
};
|
|
@@ -241,7 +241,7 @@ export declare const barComponentProps: {
|
|
|
241
241
|
[key: string]: any;
|
|
242
242
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
243
243
|
[key: string]: any;
|
|
244
|
-
chartType: '
|
|
244
|
+
chartType: 'bar';
|
|
245
245
|
plugin: '1';
|
|
246
246
|
layer: '2';
|
|
247
247
|
};
|
|
@@ -255,7 +255,7 @@ export declare const barComponentProps: {
|
|
|
255
255
|
[key: string]: any;
|
|
256
256
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
257
257
|
[key: string]: any;
|
|
258
|
-
chartType: '
|
|
258
|
+
chartType: 'bar';
|
|
259
259
|
plugin: '1';
|
|
260
260
|
layer: '2';
|
|
261
261
|
};
|
|
@@ -269,7 +269,7 @@ export declare const barComponentProps: {
|
|
|
269
269
|
[key: string]: any;
|
|
270
270
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
271
271
|
[key: string]: any;
|
|
272
|
-
chartType: '
|
|
272
|
+
chartType: 'bar';
|
|
273
273
|
plugin: '1';
|
|
274
274
|
layer: '2';
|
|
275
275
|
};
|
|
@@ -283,7 +283,7 @@ export declare const barComponentProps: {
|
|
|
283
283
|
[key: string]: any;
|
|
284
284
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
285
285
|
[key: string]: any;
|
|
286
|
-
chartType: '
|
|
286
|
+
chartType: 'bar';
|
|
287
287
|
plugin: '1';
|
|
288
288
|
layer: '2';
|
|
289
289
|
};
|
|
@@ -297,7 +297,7 @@ export declare const barComponentProps: {
|
|
|
297
297
|
[key: string]: any;
|
|
298
298
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
299
299
|
[key: string]: any;
|
|
300
|
-
chartType: '
|
|
300
|
+
chartType: 'bar';
|
|
301
301
|
plugin: '1';
|
|
302
302
|
layer: '2';
|
|
303
303
|
};
|
|
@@ -311,7 +311,7 @@ export declare const barComponentProps: {
|
|
|
311
311
|
[key: string]: any;
|
|
312
312
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
313
313
|
[key: string]: any;
|
|
314
|
-
chartType: '
|
|
314
|
+
chartType: 'bar';
|
|
315
315
|
plugin: '1';
|
|
316
316
|
layer: '2';
|
|
317
317
|
};
|
|
@@ -325,7 +325,7 @@ export declare const barComponentProps: {
|
|
|
325
325
|
[key: string]: any;
|
|
326
326
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
327
327
|
[key: string]: any;
|
|
328
|
-
chartType: '
|
|
328
|
+
chartType: 'bar';
|
|
329
329
|
plugin: '1';
|
|
330
330
|
layer: '2';
|
|
331
331
|
};
|
|
@@ -339,7 +339,7 @@ export declare const barComponentProps: {
|
|
|
339
339
|
[key: string]: any;
|
|
340
340
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
341
341
|
[key: string]: any;
|
|
342
|
-
chartType: '
|
|
342
|
+
chartType: 'bar';
|
|
343
343
|
plugin: '1';
|
|
344
344
|
layer: '2';
|
|
345
345
|
};
|
|
@@ -353,7 +353,7 @@ export declare const barComponentProps: {
|
|
|
353
353
|
[key: string]: any;
|
|
354
354
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
355
355
|
[key: string]: any;
|
|
356
|
-
chartType: '
|
|
356
|
+
chartType: 'bar';
|
|
357
357
|
plugin: '1';
|
|
358
358
|
layer: '2';
|
|
359
359
|
};
|
|
@@ -367,7 +367,7 @@ export declare const barComponentProps: {
|
|
|
367
367
|
[key: string]: any;
|
|
368
368
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
369
369
|
[key: string]: any;
|
|
370
|
-
chartType: '
|
|
370
|
+
chartType: 'bar';
|
|
371
371
|
plugin: '1';
|
|
372
372
|
layer: '2';
|
|
373
373
|
};
|
|
@@ -381,7 +381,7 @@ export declare const barComponentProps: {
|
|
|
381
381
|
[key: string]: any;
|
|
382
382
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
383
383
|
[key: string]: any;
|
|
384
|
-
chartType: '
|
|
384
|
+
chartType: 'bar';
|
|
385
385
|
plugin: '1';
|
|
386
386
|
layer: '2';
|
|
387
387
|
};
|
|
@@ -395,7 +395,7 @@ export declare const barComponentProps: {
|
|
|
395
395
|
[key: string]: any;
|
|
396
396
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
397
397
|
[key: string]: any;
|
|
398
|
-
chartType: '
|
|
398
|
+
chartType: 'bar';
|
|
399
399
|
plugin: '1';
|
|
400
400
|
layer: '2';
|
|
401
401
|
};
|
|
@@ -409,7 +409,7 @@ export declare const barComponentProps: {
|
|
|
409
409
|
[key: string]: any;
|
|
410
410
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
411
411
|
[key: string]: any;
|
|
412
|
-
chartType: '
|
|
412
|
+
chartType: 'bar';
|
|
413
413
|
plugin: '1';
|
|
414
414
|
layer: '2';
|
|
415
415
|
};
|
|
@@ -423,7 +423,7 @@ export declare const barComponentProps: {
|
|
|
423
423
|
[key: string]: any;
|
|
424
424
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
425
425
|
[key: string]: any;
|
|
426
|
-
chartType: '
|
|
426
|
+
chartType: 'bar';
|
|
427
427
|
plugin: '1';
|
|
428
428
|
layer: '2';
|
|
429
429
|
};
|
|
@@ -437,7 +437,7 @@ export declare const barComponentProps: {
|
|
|
437
437
|
[key: string]: any;
|
|
438
438
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
439
439
|
[key: string]: any;
|
|
440
|
-
chartType: '
|
|
440
|
+
chartType: 'bar';
|
|
441
441
|
plugin: '1';
|
|
442
442
|
layer: '2';
|
|
443
443
|
};
|
|
@@ -451,7 +451,7 @@ export declare const barComponentProps: {
|
|
|
451
451
|
[key: string]: any;
|
|
452
452
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
453
453
|
[key: string]: any;
|
|
454
|
-
chartType: '
|
|
454
|
+
chartType: 'bar';
|
|
455
455
|
plugin: '1';
|
|
456
456
|
layer: '2';
|
|
457
457
|
};
|
|
@@ -465,7 +465,7 @@ export declare const barComponentProps: {
|
|
|
465
465
|
[key: string]: any;
|
|
466
466
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
467
467
|
[key: string]: any;
|
|
468
|
-
chartType: '
|
|
468
|
+
chartType: 'bar';
|
|
469
469
|
plugin: '1';
|
|
470
470
|
layer: '2';
|
|
471
471
|
};
|
|
@@ -479,7 +479,7 @@ export declare const barComponentProps: {
|
|
|
479
479
|
[key: string]: any;
|
|
480
480
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
481
481
|
[key: string]: any;
|
|
482
|
-
chartType: '
|
|
482
|
+
chartType: 'bar';
|
|
483
483
|
plugin: '1';
|
|
484
484
|
layer: '2';
|
|
485
485
|
};
|
|
@@ -493,7 +493,7 @@ export declare const barComponentProps: {
|
|
|
493
493
|
[key: string]: any;
|
|
494
494
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
495
495
|
[key: string]: any;
|
|
496
|
-
chartType: '
|
|
496
|
+
chartType: 'bar';
|
|
497
497
|
plugin: '1';
|
|
498
498
|
layer: '2';
|
|
499
499
|
};
|
|
@@ -507,7 +507,7 @@ export declare const barComponentProps: {
|
|
|
507
507
|
[key: string]: any;
|
|
508
508
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
509
509
|
[key: string]: any;
|
|
510
|
-
chartType: '
|
|
510
|
+
chartType: 'bar';
|
|
511
511
|
plugin: '1';
|
|
512
512
|
layer: '2';
|
|
513
513
|
};
|
|
@@ -521,7 +521,7 @@ export declare const barComponentProps: {
|
|
|
521
521
|
[key: string]: any;
|
|
522
522
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
523
523
|
[key: string]: any;
|
|
524
|
-
chartType: '
|
|
524
|
+
chartType: 'bar';
|
|
525
525
|
plugin: '1';
|
|
526
526
|
layer: '2';
|
|
527
527
|
};
|
|
@@ -535,7 +535,7 @@ export declare const barComponentProps: {
|
|
|
535
535
|
[key: string]: any;
|
|
536
536
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
537
537
|
[key: string]: any;
|
|
538
|
-
chartType: '
|
|
538
|
+
chartType: 'bar';
|
|
539
539
|
plugin: '1';
|
|
540
540
|
layer: '2';
|
|
541
541
|
};
|
|
@@ -549,7 +549,7 @@ export declare const barComponentProps: {
|
|
|
549
549
|
[key: string]: any;
|
|
550
550
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
551
551
|
[key: string]: any;
|
|
552
|
-
chartType: '
|
|
552
|
+
chartType: 'bar';
|
|
553
553
|
plugin: '1';
|
|
554
554
|
layer: '2';
|
|
555
555
|
};
|
|
@@ -563,7 +563,7 @@ export declare const barComponentProps: {
|
|
|
563
563
|
[key: string]: any;
|
|
564
564
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
565
565
|
[key: string]: any;
|
|
566
|
-
chartType: '
|
|
566
|
+
chartType: 'bar';
|
|
567
567
|
plugin: '1';
|
|
568
568
|
layer: '2';
|
|
569
569
|
};
|
|
@@ -577,7 +577,7 @@ export declare const barComponentProps: {
|
|
|
577
577
|
[key: string]: any;
|
|
578
578
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
579
579
|
[key: string]: any;
|
|
580
|
-
chartType: '
|
|
580
|
+
chartType: 'bar';
|
|
581
581
|
plugin: '1';
|
|
582
582
|
layer: '2';
|
|
583
583
|
};
|
|
@@ -591,7 +591,7 @@ export declare const barComponentProps: {
|
|
|
591
591
|
[key: string]: any;
|
|
592
592
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
593
593
|
[key: string]: any;
|
|
594
|
-
chartType: '
|
|
594
|
+
chartType: 'bar';
|
|
595
595
|
plugin: '1';
|
|
596
596
|
layer: '2';
|
|
597
597
|
};
|
|
@@ -605,7 +605,7 @@ export declare const barComponentProps: {
|
|
|
605
605
|
[key: string]: any;
|
|
606
606
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
607
607
|
[key: string]: any;
|
|
608
|
-
chartType: '
|
|
608
|
+
chartType: 'bar';
|
|
609
609
|
plugin: '1';
|
|
610
610
|
layer: '2';
|
|
611
611
|
};
|
|
@@ -619,7 +619,7 @@ export declare const barComponentProps: {
|
|
|
619
619
|
[key: string]: any;
|
|
620
620
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
621
621
|
[key: string]: any;
|
|
622
|
-
chartType: '
|
|
622
|
+
chartType: 'bar';
|
|
623
623
|
plugin: '1';
|
|
624
624
|
layer: '2';
|
|
625
625
|
};
|
|
@@ -633,7 +633,7 @@ export declare const barComponentProps: {
|
|
|
633
633
|
[key: string]: any;
|
|
634
634
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
635
635
|
[key: string]: any;
|
|
636
|
-
chartType: '
|
|
636
|
+
chartType: 'bar';
|
|
637
637
|
plugin: '1';
|
|
638
638
|
layer: '2';
|
|
639
639
|
};
|
|
@@ -647,7 +647,7 @@ export declare const barComponentProps: {
|
|
|
647
647
|
[key: string]: any;
|
|
648
648
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
649
649
|
[key: string]: any;
|
|
650
|
-
chartType: '
|
|
650
|
+
chartType: 'bar';
|
|
651
651
|
plugin: '1';
|
|
652
652
|
layer: '2';
|
|
653
653
|
};
|
|
@@ -661,7 +661,7 @@ export declare const barComponentProps: {
|
|
|
661
661
|
[key: string]: any;
|
|
662
662
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
663
663
|
[key: string]: any;
|
|
664
|
-
chartType: '
|
|
664
|
+
chartType: 'bar';
|
|
665
665
|
plugin: '1';
|
|
666
666
|
layer: '2';
|
|
667
667
|
};
|
|
@@ -675,7 +675,7 @@ export declare const barComponentProps: {
|
|
|
675
675
|
[key: string]: any;
|
|
676
676
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
677
677
|
[key: string]: any;
|
|
678
|
-
chartType: '
|
|
678
|
+
chartType: 'bar';
|
|
679
679
|
plugin: '1';
|
|
680
680
|
layer: '2';
|
|
681
681
|
};
|
|
@@ -689,7 +689,7 @@ export declare const barComponentProps: {
|
|
|
689
689
|
[key: string]: any;
|
|
690
690
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
691
691
|
[key: string]: any;
|
|
692
|
-
chartType: '
|
|
692
|
+
chartType: 'bar';
|
|
693
693
|
plugin: '1';
|
|
694
694
|
layer: '2';
|
|
695
695
|
};
|
|
@@ -703,7 +703,7 @@ export declare const barComponentProps: {
|
|
|
703
703
|
[key: string]: any;
|
|
704
704
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
705
705
|
[key: string]: any;
|
|
706
|
-
chartType: '
|
|
706
|
+
chartType: 'bar';
|
|
707
707
|
plugin: '1';
|
|
708
708
|
layer: '2';
|
|
709
709
|
};
|
|
@@ -717,7 +717,7 @@ export declare const barComponentProps: {
|
|
|
717
717
|
[key: string]: any;
|
|
718
718
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
719
719
|
[key: string]: any;
|
|
720
|
-
chartType: '
|
|
720
|
+
chartType: 'bar';
|
|
721
721
|
plugin: '1';
|
|
722
722
|
layer: '2';
|
|
723
723
|
};
|
|
@@ -731,7 +731,7 @@ export declare const barComponentProps: {
|
|
|
731
731
|
[key: string]: any;
|
|
732
732
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
733
733
|
[key: string]: any;
|
|
734
|
-
chartType: '
|
|
734
|
+
chartType: 'bar';
|
|
735
735
|
plugin: '1';
|
|
736
736
|
layer: '2';
|
|
737
737
|
};
|
|
@@ -745,7 +745,7 @@ export declare const barComponentProps: {
|
|
|
745
745
|
[key: string]: any;
|
|
746
746
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
747
747
|
[key: string]: any;
|
|
748
|
-
chartType: '
|
|
748
|
+
chartType: 'bar';
|
|
749
749
|
plugin: '1';
|
|
750
750
|
layer: '2';
|
|
751
751
|
};
|
|
@@ -759,7 +759,7 @@ export declare const barComponentProps: {
|
|
|
759
759
|
[key: string]: any;
|
|
760
760
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
761
761
|
[key: string]: any;
|
|
762
|
-
chartType: '
|
|
762
|
+
chartType: 'bar';
|
|
763
763
|
plugin: '1';
|
|
764
764
|
layer: '2';
|
|
765
765
|
};
|
|
@@ -773,7 +773,7 @@ export declare const barComponentProps: {
|
|
|
773
773
|
[key: string]: any;
|
|
774
774
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
775
775
|
[key: string]: any;
|
|
776
|
-
chartType: '
|
|
776
|
+
chartType: 'bar';
|
|
777
777
|
plugin: '1';
|
|
778
778
|
layer: '2';
|
|
779
779
|
};
|
|
@@ -787,7 +787,7 @@ export declare const barComponentProps: {
|
|
|
787
787
|
[key: string]: any;
|
|
788
788
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
789
789
|
[key: string]: any;
|
|
790
|
-
chartType: '
|
|
790
|
+
chartType: 'bar';
|
|
791
791
|
plugin: '1';
|
|
792
792
|
layer: '2';
|
|
793
793
|
};
|
|
@@ -801,7 +801,7 @@ export declare const barComponentProps: {
|
|
|
801
801
|
[key: string]: any;
|
|
802
802
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
803
803
|
[key: string]: any;
|
|
804
|
-
chartType: '
|
|
804
|
+
chartType: 'bar';
|
|
805
805
|
plugin: '1';
|
|
806
806
|
layer: '2';
|
|
807
807
|
};
|
|
@@ -815,7 +815,7 @@ export declare const barComponentProps: {
|
|
|
815
815
|
[key: string]: any;
|
|
816
816
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
817
817
|
[key: string]: any;
|
|
818
|
-
chartType: '
|
|
818
|
+
chartType: 'bar';
|
|
819
819
|
plugin: '1';
|
|
820
820
|
layer: '2';
|
|
821
821
|
};
|
|
@@ -829,7 +829,7 @@ export declare const barComponentProps: {
|
|
|
829
829
|
[key: string]: any;
|
|
830
830
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
831
831
|
[key: string]: any;
|
|
832
|
-
chartType: '
|
|
832
|
+
chartType: 'bar';
|
|
833
833
|
plugin: '1';
|
|
834
834
|
layer: '2';
|
|
835
835
|
};
|
|
@@ -843,7 +843,7 @@ export declare const barComponentProps: {
|
|
|
843
843
|
[key: string]: any;
|
|
844
844
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
845
845
|
[key: string]: any;
|
|
846
|
-
chartType: '
|
|
846
|
+
chartType: 'bar';
|
|
847
847
|
plugin: '1';
|
|
848
848
|
layer: '2';
|
|
849
849
|
};
|
|
@@ -857,7 +857,7 @@ export declare const barComponentProps: {
|
|
|
857
857
|
[key: string]: any;
|
|
858
858
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
859
859
|
[key: string]: any;
|
|
860
|
-
chartType: '
|
|
860
|
+
chartType: 'bar';
|
|
861
861
|
plugin: '1';
|
|
862
862
|
layer: '2';
|
|
863
863
|
};
|
|
@@ -871,7 +871,7 @@ export declare const barComponentProps: {
|
|
|
871
871
|
[key: string]: any;
|
|
872
872
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
873
873
|
[key: string]: any;
|
|
874
|
-
chartType: '
|
|
874
|
+
chartType: 'bar';
|
|
875
875
|
plugin: '1';
|
|
876
876
|
layer: '2';
|
|
877
877
|
};
|
|
@@ -885,7 +885,7 @@ export declare const barComponentProps: {
|
|
|
885
885
|
[key: string]: any;
|
|
886
886
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
887
887
|
[key: string]: any;
|
|
888
|
-
chartType: '
|
|
888
|
+
chartType: 'bar';
|
|
889
889
|
plugin: '1';
|
|
890
890
|
layer: '2';
|
|
891
891
|
};
|
|
@@ -899,7 +899,7 @@ export declare const barComponentProps: {
|
|
|
899
899
|
[key: string]: any;
|
|
900
900
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
901
901
|
[key: string]: any;
|
|
902
|
-
chartType: '
|
|
902
|
+
chartType: 'bar';
|
|
903
903
|
plugin: '1';
|
|
904
904
|
layer: '2';
|
|
905
905
|
};
|
|
@@ -913,7 +913,7 @@ export declare const barComponentProps: {
|
|
|
913
913
|
[key: string]: any;
|
|
914
914
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
915
915
|
[key: string]: any;
|
|
916
|
-
chartType: '
|
|
916
|
+
chartType: 'bar';
|
|
917
917
|
plugin: '1';
|
|
918
918
|
layer: '2';
|
|
919
919
|
};
|
|
@@ -927,7 +927,7 @@ export declare const barComponentProps: {
|
|
|
927
927
|
[key: string]: any;
|
|
928
928
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
929
929
|
[key: string]: any;
|
|
930
|
-
chartType: '
|
|
930
|
+
chartType: 'bar';
|
|
931
931
|
plugin: '1';
|
|
932
932
|
layer: '2';
|
|
933
933
|
};
|
|
@@ -941,7 +941,7 @@ export declare const barComponentProps: {
|
|
|
941
941
|
[key: string]: any;
|
|
942
942
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
943
943
|
[key: string]: any;
|
|
944
|
-
chartType: '
|
|
944
|
+
chartType: 'bar';
|
|
945
945
|
plugin: '1';
|
|
946
946
|
layer: '2';
|
|
947
947
|
};
|