@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
|
@@ -8,7 +8,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
8
8
|
[key: string]: any;
|
|
9
9
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
10
10
|
[key: string]: any;
|
|
11
|
-
chartType: "
|
|
11
|
+
chartType: "bar";
|
|
12
12
|
plugin: "1";
|
|
13
13
|
layer: "2";
|
|
14
14
|
};
|
|
@@ -22,7 +22,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
24
24
|
[key: string]: any;
|
|
25
|
-
chartType: "
|
|
25
|
+
chartType: "bar";
|
|
26
26
|
plugin: "1";
|
|
27
27
|
layer: "2";
|
|
28
28
|
};
|
|
@@ -36,7 +36,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
chartType: "
|
|
39
|
+
chartType: "bar";
|
|
40
40
|
plugin: "1";
|
|
41
41
|
layer: "2";
|
|
42
42
|
};
|
|
@@ -50,7 +50,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
50
50
|
[key: string]: any;
|
|
51
51
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
52
52
|
[key: string]: any;
|
|
53
|
-
chartType: "
|
|
53
|
+
chartType: "bar";
|
|
54
54
|
plugin: "1";
|
|
55
55
|
layer: "2";
|
|
56
56
|
};
|
|
@@ -64,7 +64,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
64
64
|
[key: string]: any;
|
|
65
65
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
66
66
|
[key: string]: any;
|
|
67
|
-
chartType: "
|
|
67
|
+
chartType: "bar";
|
|
68
68
|
plugin: "1";
|
|
69
69
|
layer: "2";
|
|
70
70
|
};
|
|
@@ -78,7 +78,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
78
78
|
[key: string]: any;
|
|
79
79
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
80
80
|
[key: string]: any;
|
|
81
|
-
chartType: "
|
|
81
|
+
chartType: "bar";
|
|
82
82
|
plugin: "1";
|
|
83
83
|
layer: "2";
|
|
84
84
|
};
|
|
@@ -92,7 +92,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
92
92
|
[key: string]: any;
|
|
93
93
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
94
94
|
[key: string]: any;
|
|
95
|
-
chartType: "
|
|
95
|
+
chartType: "bar";
|
|
96
96
|
plugin: "1";
|
|
97
97
|
layer: "2";
|
|
98
98
|
};
|
|
@@ -106,7 +106,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
106
106
|
[key: string]: any;
|
|
107
107
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
108
108
|
[key: string]: any;
|
|
109
|
-
chartType: "
|
|
109
|
+
chartType: "bar";
|
|
110
110
|
plugin: "1";
|
|
111
111
|
layer: "2";
|
|
112
112
|
};
|
|
@@ -120,7 +120,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
120
120
|
[key: string]: any;
|
|
121
121
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
122
122
|
[key: string]: any;
|
|
123
|
-
chartType: "
|
|
123
|
+
chartType: "bar";
|
|
124
124
|
plugin: "1";
|
|
125
125
|
layer: "2";
|
|
126
126
|
};
|
|
@@ -134,7 +134,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
134
134
|
[key: string]: any;
|
|
135
135
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
136
136
|
[key: string]: any;
|
|
137
|
-
chartType: "
|
|
137
|
+
chartType: "bar";
|
|
138
138
|
plugin: "1";
|
|
139
139
|
layer: "2";
|
|
140
140
|
};
|
|
@@ -148,7 +148,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
148
148
|
[key: string]: any;
|
|
149
149
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
150
150
|
[key: string]: any;
|
|
151
|
-
chartType: "
|
|
151
|
+
chartType: "bar";
|
|
152
152
|
plugin: "1";
|
|
153
153
|
layer: "2";
|
|
154
154
|
};
|
|
@@ -162,7 +162,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
162
162
|
[key: string]: any;
|
|
163
163
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
164
164
|
[key: string]: any;
|
|
165
|
-
chartType: "
|
|
165
|
+
chartType: "bar";
|
|
166
166
|
plugin: "1";
|
|
167
167
|
layer: "2";
|
|
168
168
|
};
|
|
@@ -176,7 +176,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
176
176
|
[key: string]: any;
|
|
177
177
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
178
178
|
[key: string]: any;
|
|
179
|
-
chartType: "
|
|
179
|
+
chartType: "bar";
|
|
180
180
|
plugin: "1";
|
|
181
181
|
layer: "2";
|
|
182
182
|
};
|
|
@@ -190,7 +190,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
190
190
|
[key: string]: any;
|
|
191
191
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
192
192
|
[key: string]: any;
|
|
193
|
-
chartType: "
|
|
193
|
+
chartType: "bar";
|
|
194
194
|
plugin: "1";
|
|
195
195
|
layer: "2";
|
|
196
196
|
};
|
|
@@ -204,7 +204,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
204
204
|
[key: string]: any;
|
|
205
205
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
206
206
|
[key: string]: any;
|
|
207
|
-
chartType: "
|
|
207
|
+
chartType: "bar";
|
|
208
208
|
plugin: "1";
|
|
209
209
|
layer: "2";
|
|
210
210
|
};
|
|
@@ -218,7 +218,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
218
218
|
[key: string]: any;
|
|
219
219
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
220
220
|
[key: string]: any;
|
|
221
|
-
chartType: "
|
|
221
|
+
chartType: "bar";
|
|
222
222
|
plugin: "1";
|
|
223
223
|
layer: "2";
|
|
224
224
|
};
|
|
@@ -232,7 +232,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
232
232
|
[key: string]: any;
|
|
233
233
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
234
234
|
[key: string]: any;
|
|
235
|
-
chartType: "
|
|
235
|
+
chartType: "bar";
|
|
236
236
|
plugin: "1";
|
|
237
237
|
layer: "2";
|
|
238
238
|
};
|
|
@@ -246,7 +246,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
246
246
|
[key: string]: any;
|
|
247
247
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
248
248
|
[key: string]: any;
|
|
249
|
-
chartType: "
|
|
249
|
+
chartType: "bar";
|
|
250
250
|
plugin: "1";
|
|
251
251
|
layer: "2";
|
|
252
252
|
};
|
|
@@ -260,7 +260,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
260
260
|
[key: string]: any;
|
|
261
261
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
262
262
|
[key: string]: any;
|
|
263
|
-
chartType: "
|
|
263
|
+
chartType: "bar";
|
|
264
264
|
plugin: "1";
|
|
265
265
|
layer: "2";
|
|
266
266
|
};
|
|
@@ -274,7 +274,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
274
274
|
[key: string]: any;
|
|
275
275
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
276
276
|
[key: string]: any;
|
|
277
|
-
chartType: "
|
|
277
|
+
chartType: "bar";
|
|
278
278
|
plugin: "1";
|
|
279
279
|
layer: "2";
|
|
280
280
|
};
|
|
@@ -288,7 +288,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
288
288
|
[key: string]: any;
|
|
289
289
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
290
290
|
[key: string]: any;
|
|
291
|
-
chartType: "
|
|
291
|
+
chartType: "bar";
|
|
292
292
|
plugin: "1";
|
|
293
293
|
layer: "2";
|
|
294
294
|
};
|
|
@@ -302,7 +302,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
302
302
|
[key: string]: any;
|
|
303
303
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
304
304
|
[key: string]: any;
|
|
305
|
-
chartType: "
|
|
305
|
+
chartType: "bar";
|
|
306
306
|
plugin: "1";
|
|
307
307
|
layer: "2";
|
|
308
308
|
};
|
|
@@ -316,7 +316,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
316
316
|
[key: string]: any;
|
|
317
317
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
318
318
|
[key: string]: any;
|
|
319
|
-
chartType: "
|
|
319
|
+
chartType: "bar";
|
|
320
320
|
plugin: "1";
|
|
321
321
|
layer: "2";
|
|
322
322
|
};
|
|
@@ -330,7 +330,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
330
330
|
[key: string]: any;
|
|
331
331
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
332
332
|
[key: string]: any;
|
|
333
|
-
chartType: "
|
|
333
|
+
chartType: "bar";
|
|
334
334
|
plugin: "1";
|
|
335
335
|
layer: "2";
|
|
336
336
|
};
|
|
@@ -344,7 +344,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
344
344
|
[key: string]: any;
|
|
345
345
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
346
346
|
[key: string]: any;
|
|
347
|
-
chartType: "
|
|
347
|
+
chartType: "bar";
|
|
348
348
|
plugin: "1";
|
|
349
349
|
layer: "2";
|
|
350
350
|
};
|
|
@@ -358,7 +358,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
358
358
|
[key: string]: any;
|
|
359
359
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
360
360
|
[key: string]: any;
|
|
361
|
-
chartType: "
|
|
361
|
+
chartType: "bar";
|
|
362
362
|
plugin: "1";
|
|
363
363
|
layer: "2";
|
|
364
364
|
};
|
|
@@ -372,7 +372,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
372
372
|
[key: string]: any;
|
|
373
373
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
374
374
|
[key: string]: any;
|
|
375
|
-
chartType: "
|
|
375
|
+
chartType: "bar";
|
|
376
376
|
plugin: "1";
|
|
377
377
|
layer: "2";
|
|
378
378
|
};
|
|
@@ -386,7 +386,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
386
386
|
[key: string]: any;
|
|
387
387
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
388
388
|
[key: string]: any;
|
|
389
|
-
chartType: "
|
|
389
|
+
chartType: "bar";
|
|
390
390
|
plugin: "1";
|
|
391
391
|
layer: "2";
|
|
392
392
|
};
|
|
@@ -400,7 +400,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
400
400
|
[key: string]: any;
|
|
401
401
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
402
402
|
[key: string]: any;
|
|
403
|
-
chartType: "
|
|
403
|
+
chartType: "bar";
|
|
404
404
|
plugin: "1";
|
|
405
405
|
layer: "2";
|
|
406
406
|
};
|
|
@@ -414,7 +414,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
414
414
|
[key: string]: any;
|
|
415
415
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
416
416
|
[key: string]: any;
|
|
417
|
-
chartType: "
|
|
417
|
+
chartType: "bar";
|
|
418
418
|
plugin: "1";
|
|
419
419
|
layer: "2";
|
|
420
420
|
};
|
|
@@ -428,7 +428,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
428
428
|
[key: string]: any;
|
|
429
429
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
430
430
|
[key: string]: any;
|
|
431
|
-
chartType: "
|
|
431
|
+
chartType: "bar";
|
|
432
432
|
plugin: "1";
|
|
433
433
|
layer: "2";
|
|
434
434
|
};
|
|
@@ -442,7 +442,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
442
442
|
[key: string]: any;
|
|
443
443
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
444
444
|
[key: string]: any;
|
|
445
|
-
chartType: "
|
|
445
|
+
chartType: "bar";
|
|
446
446
|
plugin: "1";
|
|
447
447
|
layer: "2";
|
|
448
448
|
};
|
|
@@ -456,7 +456,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
456
456
|
[key: string]: any;
|
|
457
457
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
458
458
|
[key: string]: any;
|
|
459
|
-
chartType: "
|
|
459
|
+
chartType: "bar";
|
|
460
460
|
plugin: "1";
|
|
461
461
|
layer: "2";
|
|
462
462
|
};
|
|
@@ -470,7 +470,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
470
470
|
[key: string]: any;
|
|
471
471
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
472
472
|
[key: string]: any;
|
|
473
|
-
chartType: "
|
|
473
|
+
chartType: "bar";
|
|
474
474
|
plugin: "1";
|
|
475
475
|
layer: "2";
|
|
476
476
|
};
|
|
@@ -484,7 +484,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
484
484
|
[key: string]: any;
|
|
485
485
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
486
486
|
[key: string]: any;
|
|
487
|
-
chartType: "
|
|
487
|
+
chartType: "bar";
|
|
488
488
|
plugin: "1";
|
|
489
489
|
layer: "2";
|
|
490
490
|
};
|
|
@@ -498,7 +498,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
498
498
|
[key: string]: any;
|
|
499
499
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
500
500
|
[key: string]: any;
|
|
501
|
-
chartType: "
|
|
501
|
+
chartType: "bar";
|
|
502
502
|
plugin: "1";
|
|
503
503
|
layer: "2";
|
|
504
504
|
};
|
|
@@ -512,7 +512,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
512
512
|
[key: string]: any;
|
|
513
513
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
514
514
|
[key: string]: any;
|
|
515
|
-
chartType: "
|
|
515
|
+
chartType: "bar";
|
|
516
516
|
plugin: "1";
|
|
517
517
|
layer: "2";
|
|
518
518
|
};
|
|
@@ -526,7 +526,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
526
526
|
[key: string]: any;
|
|
527
527
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
528
528
|
[key: string]: any;
|
|
529
|
-
chartType: "
|
|
529
|
+
chartType: "bar";
|
|
530
530
|
plugin: "1";
|
|
531
531
|
layer: "2";
|
|
532
532
|
};
|
|
@@ -540,7 +540,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
540
540
|
[key: string]: any;
|
|
541
541
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
542
542
|
[key: string]: any;
|
|
543
|
-
chartType: "
|
|
543
|
+
chartType: "bar";
|
|
544
544
|
plugin: "1";
|
|
545
545
|
layer: "2";
|
|
546
546
|
};
|
|
@@ -554,7 +554,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
554
554
|
[key: string]: any;
|
|
555
555
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
556
556
|
[key: string]: any;
|
|
557
|
-
chartType: "
|
|
557
|
+
chartType: "bar";
|
|
558
558
|
plugin: "1";
|
|
559
559
|
layer: "2";
|
|
560
560
|
};
|
|
@@ -568,7 +568,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
568
568
|
[key: string]: any;
|
|
569
569
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
570
570
|
[key: string]: any;
|
|
571
|
-
chartType: "
|
|
571
|
+
chartType: "bar";
|
|
572
572
|
plugin: "1";
|
|
573
573
|
layer: "2";
|
|
574
574
|
};
|
|
@@ -582,7 +582,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
582
582
|
[key: string]: any;
|
|
583
583
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
584
584
|
[key: string]: any;
|
|
585
|
-
chartType: "
|
|
585
|
+
chartType: "bar";
|
|
586
586
|
plugin: "1";
|
|
587
587
|
layer: "2";
|
|
588
588
|
};
|
|
@@ -596,7 +596,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
596
596
|
[key: string]: any;
|
|
597
597
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
598
598
|
[key: string]: any;
|
|
599
|
-
chartType: "
|
|
599
|
+
chartType: "bar";
|
|
600
600
|
plugin: "1";
|
|
601
601
|
layer: "2";
|
|
602
602
|
};
|
|
@@ -610,7 +610,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
610
610
|
[key: string]: any;
|
|
611
611
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
612
612
|
[key: string]: any;
|
|
613
|
-
chartType: "
|
|
613
|
+
chartType: "bar";
|
|
614
614
|
plugin: "1";
|
|
615
615
|
layer: "2";
|
|
616
616
|
};
|
|
@@ -624,7 +624,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
624
624
|
[key: string]: any;
|
|
625
625
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
626
626
|
[key: string]: any;
|
|
627
|
-
chartType: "
|
|
627
|
+
chartType: "bar";
|
|
628
628
|
plugin: "1";
|
|
629
629
|
layer: "2";
|
|
630
630
|
};
|
|
@@ -638,7 +638,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
638
638
|
[key: string]: any;
|
|
639
639
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
640
640
|
[key: string]: any;
|
|
641
|
-
chartType: "
|
|
641
|
+
chartType: "bar";
|
|
642
642
|
plugin: "1";
|
|
643
643
|
layer: "2";
|
|
644
644
|
};
|
|
@@ -652,7 +652,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
652
652
|
[key: string]: any;
|
|
653
653
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
654
654
|
[key: string]: any;
|
|
655
|
-
chartType: "
|
|
655
|
+
chartType: "bar";
|
|
656
656
|
plugin: "1";
|
|
657
657
|
layer: "2";
|
|
658
658
|
};
|
|
@@ -666,7 +666,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
666
666
|
[key: string]: any;
|
|
667
667
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
668
668
|
[key: string]: any;
|
|
669
|
-
chartType: "
|
|
669
|
+
chartType: "bar";
|
|
670
670
|
plugin: "1";
|
|
671
671
|
layer: "2";
|
|
672
672
|
};
|
|
@@ -680,7 +680,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
680
680
|
[key: string]: any;
|
|
681
681
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
682
682
|
[key: string]: any;
|
|
683
|
-
chartType: "
|
|
683
|
+
chartType: "bar";
|
|
684
684
|
plugin: "1";
|
|
685
685
|
layer: "2";
|
|
686
686
|
};
|
|
@@ -694,7 +694,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
694
694
|
[key: string]: any;
|
|
695
695
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
696
696
|
[key: string]: any;
|
|
697
|
-
chartType: "
|
|
697
|
+
chartType: "bar";
|
|
698
698
|
plugin: "1";
|
|
699
699
|
layer: "2";
|
|
700
700
|
};
|
|
@@ -708,7 +708,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
708
708
|
[key: string]: any;
|
|
709
709
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
710
710
|
[key: string]: any;
|
|
711
|
-
chartType: "
|
|
711
|
+
chartType: "bar";
|
|
712
712
|
plugin: "1";
|
|
713
713
|
layer: "2";
|
|
714
714
|
};
|
|
@@ -722,7 +722,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
722
722
|
[key: string]: any;
|
|
723
723
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
724
724
|
[key: string]: any;
|
|
725
|
-
chartType: "
|
|
725
|
+
chartType: "bar";
|
|
726
726
|
plugin: "1";
|
|
727
727
|
layer: "2";
|
|
728
728
|
};
|
|
@@ -736,7 +736,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
736
736
|
[key: string]: any;
|
|
737
737
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
738
738
|
[key: string]: any;
|
|
739
|
-
chartType: "
|
|
739
|
+
chartType: "bar";
|
|
740
740
|
plugin: "1";
|
|
741
741
|
layer: "2";
|
|
742
742
|
};
|
|
@@ -750,7 +750,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
750
750
|
[key: string]: any;
|
|
751
751
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
752
752
|
[key: string]: any;
|
|
753
|
-
chartType: "
|
|
753
|
+
chartType: "bar";
|
|
754
754
|
plugin: "1";
|
|
755
755
|
layer: "2";
|
|
756
756
|
};
|
|
@@ -764,7 +764,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
764
764
|
[key: string]: any;
|
|
765
765
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
766
766
|
[key: string]: any;
|
|
767
|
-
chartType: "
|
|
767
|
+
chartType: "bar";
|
|
768
768
|
plugin: "1";
|
|
769
769
|
layer: "2";
|
|
770
770
|
};
|
|
@@ -778,7 +778,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
778
778
|
[key: string]: any;
|
|
779
779
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
780
780
|
[key: string]: any;
|
|
781
|
-
chartType: "
|
|
781
|
+
chartType: "bar";
|
|
782
782
|
plugin: "1";
|
|
783
783
|
layer: "2";
|
|
784
784
|
};
|
|
@@ -792,7 +792,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
792
792
|
[key: string]: any;
|
|
793
793
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
794
794
|
[key: string]: any;
|
|
795
|
-
chartType: "
|
|
795
|
+
chartType: "bar";
|
|
796
796
|
plugin: "1";
|
|
797
797
|
layer: "2";
|
|
798
798
|
};
|
|
@@ -806,7 +806,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
806
806
|
[key: string]: any;
|
|
807
807
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
808
808
|
[key: string]: any;
|
|
809
|
-
chartType: "
|
|
809
|
+
chartType: "bar";
|
|
810
810
|
plugin: "1";
|
|
811
811
|
layer: "2";
|
|
812
812
|
};
|
|
@@ -820,7 +820,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
820
820
|
[key: string]: any;
|
|
821
821
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
822
822
|
[key: string]: any;
|
|
823
|
-
chartType: "
|
|
823
|
+
chartType: "bar";
|
|
824
824
|
plugin: "1";
|
|
825
825
|
layer: "2";
|
|
826
826
|
};
|
|
@@ -834,7 +834,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
834
834
|
[key: string]: any;
|
|
835
835
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
836
836
|
[key: string]: any;
|
|
837
|
-
chartType: "
|
|
837
|
+
chartType: "bar";
|
|
838
838
|
plugin: "1";
|
|
839
839
|
layer: "2";
|
|
840
840
|
};
|
|
@@ -848,7 +848,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
848
848
|
[key: string]: any;
|
|
849
849
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
850
850
|
[key: string]: any;
|
|
851
|
-
chartType: "
|
|
851
|
+
chartType: "bar";
|
|
852
852
|
plugin: "1";
|
|
853
853
|
layer: "2";
|
|
854
854
|
};
|
|
@@ -862,7 +862,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
862
862
|
[key: string]: any;
|
|
863
863
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
864
864
|
[key: string]: any;
|
|
865
|
-
chartType: "
|
|
865
|
+
chartType: "bar";
|
|
866
866
|
plugin: "1";
|
|
867
867
|
layer: "2";
|
|
868
868
|
};
|
|
@@ -876,7 +876,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
876
876
|
[key: string]: any;
|
|
877
877
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
878
878
|
[key: string]: any;
|
|
879
|
-
chartType: "
|
|
879
|
+
chartType: "bar";
|
|
880
880
|
plugin: "1";
|
|
881
881
|
layer: "2";
|
|
882
882
|
};
|
|
@@ -890,7 +890,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
890
890
|
[key: string]: any;
|
|
891
891
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
892
892
|
[key: string]: any;
|
|
893
|
-
chartType: "
|
|
893
|
+
chartType: "bar";
|
|
894
894
|
plugin: "1";
|
|
895
895
|
layer: "2";
|
|
896
896
|
};
|
|
@@ -1071,7 +1071,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1071
1071
|
[key: string]: any;
|
|
1072
1072
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1073
1073
|
[key: string]: any;
|
|
1074
|
-
chartType: "
|
|
1074
|
+
chartType: "bar";
|
|
1075
1075
|
plugin: "1";
|
|
1076
1076
|
layer: "2";
|
|
1077
1077
|
};
|
|
@@ -1085,7 +1085,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1085
1085
|
[key: string]: any;
|
|
1086
1086
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1087
1087
|
[key: string]: any;
|
|
1088
|
-
chartType: "
|
|
1088
|
+
chartType: "bar";
|
|
1089
1089
|
plugin: "1";
|
|
1090
1090
|
layer: "2";
|
|
1091
1091
|
};
|
|
@@ -1099,7 +1099,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1099
1099
|
[key: string]: any;
|
|
1100
1100
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1101
1101
|
[key: string]: any;
|
|
1102
|
-
chartType: "
|
|
1102
|
+
chartType: "bar";
|
|
1103
1103
|
plugin: "1";
|
|
1104
1104
|
layer: "2";
|
|
1105
1105
|
};
|
|
@@ -1113,7 +1113,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1113
1113
|
[key: string]: any;
|
|
1114
1114
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1115
1115
|
[key: string]: any;
|
|
1116
|
-
chartType: "
|
|
1116
|
+
chartType: "bar";
|
|
1117
1117
|
plugin: "1";
|
|
1118
1118
|
layer: "2";
|
|
1119
1119
|
};
|
|
@@ -1127,7 +1127,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1127
1127
|
[key: string]: any;
|
|
1128
1128
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1129
1129
|
[key: string]: any;
|
|
1130
|
-
chartType: "
|
|
1130
|
+
chartType: "bar";
|
|
1131
1131
|
plugin: "1";
|
|
1132
1132
|
layer: "2";
|
|
1133
1133
|
};
|
|
@@ -1141,7 +1141,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1141
1141
|
[key: string]: any;
|
|
1142
1142
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1143
1143
|
[key: string]: any;
|
|
1144
|
-
chartType: "
|
|
1144
|
+
chartType: "bar";
|
|
1145
1145
|
plugin: "1";
|
|
1146
1146
|
layer: "2";
|
|
1147
1147
|
};
|
|
@@ -1155,7 +1155,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1155
1155
|
[key: string]: any;
|
|
1156
1156
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1157
1157
|
[key: string]: any;
|
|
1158
|
-
chartType: "
|
|
1158
|
+
chartType: "bar";
|
|
1159
1159
|
plugin: "1";
|
|
1160
1160
|
layer: "2";
|
|
1161
1161
|
};
|
|
@@ -1169,7 +1169,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1169
1169
|
[key: string]: any;
|
|
1170
1170
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1171
1171
|
[key: string]: any;
|
|
1172
|
-
chartType: "
|
|
1172
|
+
chartType: "bar";
|
|
1173
1173
|
plugin: "1";
|
|
1174
1174
|
layer: "2";
|
|
1175
1175
|
};
|
|
@@ -1183,7 +1183,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1183
1183
|
[key: string]: any;
|
|
1184
1184
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1185
1185
|
[key: string]: any;
|
|
1186
|
-
chartType: "
|
|
1186
|
+
chartType: "bar";
|
|
1187
1187
|
plugin: "1";
|
|
1188
1188
|
layer: "2";
|
|
1189
1189
|
};
|
|
@@ -1197,7 +1197,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1197
1197
|
[key: string]: any;
|
|
1198
1198
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1199
1199
|
[key: string]: any;
|
|
1200
|
-
chartType: "
|
|
1200
|
+
chartType: "bar";
|
|
1201
1201
|
plugin: "1";
|
|
1202
1202
|
layer: "2";
|
|
1203
1203
|
};
|
|
@@ -1211,7 +1211,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1211
1211
|
[key: string]: any;
|
|
1212
1212
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1213
1213
|
[key: string]: any;
|
|
1214
|
-
chartType: "
|
|
1214
|
+
chartType: "bar";
|
|
1215
1215
|
plugin: "1";
|
|
1216
1216
|
layer: "2";
|
|
1217
1217
|
};
|
|
@@ -1225,7 +1225,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1225
1225
|
[key: string]: any;
|
|
1226
1226
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1227
1227
|
[key: string]: any;
|
|
1228
|
-
chartType: "
|
|
1228
|
+
chartType: "bar";
|
|
1229
1229
|
plugin: "1";
|
|
1230
1230
|
layer: "2";
|
|
1231
1231
|
};
|
|
@@ -1239,7 +1239,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1239
1239
|
[key: string]: any;
|
|
1240
1240
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1241
1241
|
[key: string]: any;
|
|
1242
|
-
chartType: "
|
|
1242
|
+
chartType: "bar";
|
|
1243
1243
|
plugin: "1";
|
|
1244
1244
|
layer: "2";
|
|
1245
1245
|
};
|
|
@@ -1253,7 +1253,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1253
1253
|
[key: string]: any;
|
|
1254
1254
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1255
1255
|
[key: string]: any;
|
|
1256
|
-
chartType: "
|
|
1256
|
+
chartType: "bar";
|
|
1257
1257
|
plugin: "1";
|
|
1258
1258
|
layer: "2";
|
|
1259
1259
|
};
|
|
@@ -1267,7 +1267,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1267
1267
|
[key: string]: any;
|
|
1268
1268
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1269
1269
|
[key: string]: any;
|
|
1270
|
-
chartType: "
|
|
1270
|
+
chartType: "bar";
|
|
1271
1271
|
plugin: "1";
|
|
1272
1272
|
layer: "2";
|
|
1273
1273
|
};
|
|
@@ -1281,7 +1281,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1281
1281
|
[key: string]: any;
|
|
1282
1282
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1283
1283
|
[key: string]: any;
|
|
1284
|
-
chartType: "
|
|
1284
|
+
chartType: "bar";
|
|
1285
1285
|
plugin: "1";
|
|
1286
1286
|
layer: "2";
|
|
1287
1287
|
};
|
|
@@ -1295,7 +1295,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1295
1295
|
[key: string]: any;
|
|
1296
1296
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1297
1297
|
[key: string]: any;
|
|
1298
|
-
chartType: "
|
|
1298
|
+
chartType: "bar";
|
|
1299
1299
|
plugin: "1";
|
|
1300
1300
|
layer: "2";
|
|
1301
1301
|
};
|
|
@@ -1309,7 +1309,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1309
1309
|
[key: string]: any;
|
|
1310
1310
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1311
1311
|
[key: string]: any;
|
|
1312
|
-
chartType: "
|
|
1312
|
+
chartType: "bar";
|
|
1313
1313
|
plugin: "1";
|
|
1314
1314
|
layer: "2";
|
|
1315
1315
|
};
|
|
@@ -1323,7 +1323,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1323
1323
|
[key: string]: any;
|
|
1324
1324
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1325
1325
|
[key: string]: any;
|
|
1326
|
-
chartType: "
|
|
1326
|
+
chartType: "bar";
|
|
1327
1327
|
plugin: "1";
|
|
1328
1328
|
layer: "2";
|
|
1329
1329
|
};
|
|
@@ -1337,7 +1337,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1337
1337
|
[key: string]: any;
|
|
1338
1338
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1339
1339
|
[key: string]: any;
|
|
1340
|
-
chartType: "
|
|
1340
|
+
chartType: "bar";
|
|
1341
1341
|
plugin: "1";
|
|
1342
1342
|
layer: "2";
|
|
1343
1343
|
};
|
|
@@ -1351,7 +1351,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1351
1351
|
[key: string]: any;
|
|
1352
1352
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1353
1353
|
[key: string]: any;
|
|
1354
|
-
chartType: "
|
|
1354
|
+
chartType: "bar";
|
|
1355
1355
|
plugin: "1";
|
|
1356
1356
|
layer: "2";
|
|
1357
1357
|
};
|
|
@@ -1365,7 +1365,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1365
1365
|
[key: string]: any;
|
|
1366
1366
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1367
1367
|
[key: string]: any;
|
|
1368
|
-
chartType: "
|
|
1368
|
+
chartType: "bar";
|
|
1369
1369
|
plugin: "1";
|
|
1370
1370
|
layer: "2";
|
|
1371
1371
|
};
|
|
@@ -1379,7 +1379,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1379
1379
|
[key: string]: any;
|
|
1380
1380
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1381
1381
|
[key: string]: any;
|
|
1382
|
-
chartType: "
|
|
1382
|
+
chartType: "bar";
|
|
1383
1383
|
plugin: "1";
|
|
1384
1384
|
layer: "2";
|
|
1385
1385
|
};
|
|
@@ -1393,7 +1393,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1393
1393
|
[key: string]: any;
|
|
1394
1394
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1395
1395
|
[key: string]: any;
|
|
1396
|
-
chartType: "
|
|
1396
|
+
chartType: "bar";
|
|
1397
1397
|
plugin: "1";
|
|
1398
1398
|
layer: "2";
|
|
1399
1399
|
};
|
|
@@ -1407,7 +1407,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1407
1407
|
[key: string]: any;
|
|
1408
1408
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1409
1409
|
[key: string]: any;
|
|
1410
|
-
chartType: "
|
|
1410
|
+
chartType: "bar";
|
|
1411
1411
|
plugin: "1";
|
|
1412
1412
|
layer: "2";
|
|
1413
1413
|
};
|
|
@@ -1421,7 +1421,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1421
1421
|
[key: string]: any;
|
|
1422
1422
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1423
1423
|
[key: string]: any;
|
|
1424
|
-
chartType: "
|
|
1424
|
+
chartType: "bar";
|
|
1425
1425
|
plugin: "1";
|
|
1426
1426
|
layer: "2";
|
|
1427
1427
|
};
|
|
@@ -1435,7 +1435,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1435
1435
|
[key: string]: any;
|
|
1436
1436
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1437
1437
|
[key: string]: any;
|
|
1438
|
-
chartType: "
|
|
1438
|
+
chartType: "bar";
|
|
1439
1439
|
plugin: "1";
|
|
1440
1440
|
layer: "2";
|
|
1441
1441
|
};
|
|
@@ -1449,7 +1449,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1449
1449
|
[key: string]: any;
|
|
1450
1450
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1451
1451
|
[key: string]: any;
|
|
1452
|
-
chartType: "
|
|
1452
|
+
chartType: "bar";
|
|
1453
1453
|
plugin: "1";
|
|
1454
1454
|
layer: "2";
|
|
1455
1455
|
};
|
|
@@ -1463,7 +1463,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1463
1463
|
[key: string]: any;
|
|
1464
1464
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1465
1465
|
[key: string]: any;
|
|
1466
|
-
chartType: "
|
|
1466
|
+
chartType: "bar";
|
|
1467
1467
|
plugin: "1";
|
|
1468
1468
|
layer: "2";
|
|
1469
1469
|
};
|
|
@@ -1477,7 +1477,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1477
1477
|
[key: string]: any;
|
|
1478
1478
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1479
1479
|
[key: string]: any;
|
|
1480
|
-
chartType: "
|
|
1480
|
+
chartType: "bar";
|
|
1481
1481
|
plugin: "1";
|
|
1482
1482
|
layer: "2";
|
|
1483
1483
|
};
|
|
@@ -1491,7 +1491,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1491
1491
|
[key: string]: any;
|
|
1492
1492
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1493
1493
|
[key: string]: any;
|
|
1494
|
-
chartType: "
|
|
1494
|
+
chartType: "bar";
|
|
1495
1495
|
plugin: "1";
|
|
1496
1496
|
layer: "2";
|
|
1497
1497
|
};
|
|
@@ -1505,7 +1505,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1505
1505
|
[key: string]: any;
|
|
1506
1506
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1507
1507
|
[key: string]: any;
|
|
1508
|
-
chartType: "
|
|
1508
|
+
chartType: "bar";
|
|
1509
1509
|
plugin: "1";
|
|
1510
1510
|
layer: "2";
|
|
1511
1511
|
};
|
|
@@ -1519,7 +1519,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1519
1519
|
[key: string]: any;
|
|
1520
1520
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1521
1521
|
[key: string]: any;
|
|
1522
|
-
chartType: "
|
|
1522
|
+
chartType: "bar";
|
|
1523
1523
|
plugin: "1";
|
|
1524
1524
|
layer: "2";
|
|
1525
1525
|
};
|
|
@@ -1533,7 +1533,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1533
1533
|
[key: string]: any;
|
|
1534
1534
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1535
1535
|
[key: string]: any;
|
|
1536
|
-
chartType: "
|
|
1536
|
+
chartType: "bar";
|
|
1537
1537
|
plugin: "1";
|
|
1538
1538
|
layer: "2";
|
|
1539
1539
|
};
|
|
@@ -1547,7 +1547,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1547
1547
|
[key: string]: any;
|
|
1548
1548
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1549
1549
|
[key: string]: any;
|
|
1550
|
-
chartType: "
|
|
1550
|
+
chartType: "bar";
|
|
1551
1551
|
plugin: "1";
|
|
1552
1552
|
layer: "2";
|
|
1553
1553
|
};
|
|
@@ -1561,7 +1561,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1561
1561
|
[key: string]: any;
|
|
1562
1562
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1563
1563
|
[key: string]: any;
|
|
1564
|
-
chartType: "
|
|
1564
|
+
chartType: "bar";
|
|
1565
1565
|
plugin: "1";
|
|
1566
1566
|
layer: "2";
|
|
1567
1567
|
};
|
|
@@ -1575,7 +1575,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1575
1575
|
[key: string]: any;
|
|
1576
1576
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1577
1577
|
[key: string]: any;
|
|
1578
|
-
chartType: "
|
|
1578
|
+
chartType: "bar";
|
|
1579
1579
|
plugin: "1";
|
|
1580
1580
|
layer: "2";
|
|
1581
1581
|
};
|
|
@@ -1589,7 +1589,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1589
1589
|
[key: string]: any;
|
|
1590
1590
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1591
1591
|
[key: string]: any;
|
|
1592
|
-
chartType: "
|
|
1592
|
+
chartType: "bar";
|
|
1593
1593
|
plugin: "1";
|
|
1594
1594
|
layer: "2";
|
|
1595
1595
|
};
|
|
@@ -1603,7 +1603,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1603
1603
|
[key: string]: any;
|
|
1604
1604
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1605
1605
|
[key: string]: any;
|
|
1606
|
-
chartType: "
|
|
1606
|
+
chartType: "bar";
|
|
1607
1607
|
plugin: "1";
|
|
1608
1608
|
layer: "2";
|
|
1609
1609
|
};
|
|
@@ -1617,7 +1617,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1617
1617
|
[key: string]: any;
|
|
1618
1618
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1619
1619
|
[key: string]: any;
|
|
1620
|
-
chartType: "
|
|
1620
|
+
chartType: "bar";
|
|
1621
1621
|
plugin: "1";
|
|
1622
1622
|
layer: "2";
|
|
1623
1623
|
};
|
|
@@ -1631,7 +1631,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1631
1631
|
[key: string]: any;
|
|
1632
1632
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1633
1633
|
[key: string]: any;
|
|
1634
|
-
chartType: "
|
|
1634
|
+
chartType: "bar";
|
|
1635
1635
|
plugin: "1";
|
|
1636
1636
|
layer: "2";
|
|
1637
1637
|
};
|
|
@@ -1645,7 +1645,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1645
1645
|
[key: string]: any;
|
|
1646
1646
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1647
1647
|
[key: string]: any;
|
|
1648
|
-
chartType: "
|
|
1648
|
+
chartType: "bar";
|
|
1649
1649
|
plugin: "1";
|
|
1650
1650
|
layer: "2";
|
|
1651
1651
|
};
|
|
@@ -1659,7 +1659,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1659
1659
|
[key: string]: any;
|
|
1660
1660
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1661
1661
|
[key: string]: any;
|
|
1662
|
-
chartType: "
|
|
1662
|
+
chartType: "bar";
|
|
1663
1663
|
plugin: "1";
|
|
1664
1664
|
layer: "2";
|
|
1665
1665
|
};
|
|
@@ -1673,7 +1673,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1673
1673
|
[key: string]: any;
|
|
1674
1674
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1675
1675
|
[key: string]: any;
|
|
1676
|
-
chartType: "
|
|
1676
|
+
chartType: "bar";
|
|
1677
1677
|
plugin: "1";
|
|
1678
1678
|
layer: "2";
|
|
1679
1679
|
};
|
|
@@ -1687,7 +1687,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1687
1687
|
[key: string]: any;
|
|
1688
1688
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1689
1689
|
[key: string]: any;
|
|
1690
|
-
chartType: "
|
|
1690
|
+
chartType: "bar";
|
|
1691
1691
|
plugin: "1";
|
|
1692
1692
|
layer: "2";
|
|
1693
1693
|
};
|
|
@@ -1701,7 +1701,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1701
1701
|
[key: string]: any;
|
|
1702
1702
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1703
1703
|
[key: string]: any;
|
|
1704
|
-
chartType: "
|
|
1704
|
+
chartType: "bar";
|
|
1705
1705
|
plugin: "1";
|
|
1706
1706
|
layer: "2";
|
|
1707
1707
|
};
|
|
@@ -1715,7 +1715,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1715
1715
|
[key: string]: any;
|
|
1716
1716
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1717
1717
|
[key: string]: any;
|
|
1718
|
-
chartType: "
|
|
1718
|
+
chartType: "bar";
|
|
1719
1719
|
plugin: "1";
|
|
1720
1720
|
layer: "2";
|
|
1721
1721
|
};
|
|
@@ -1729,7 +1729,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1729
1729
|
[key: string]: any;
|
|
1730
1730
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1731
1731
|
[key: string]: any;
|
|
1732
|
-
chartType: "
|
|
1732
|
+
chartType: "bar";
|
|
1733
1733
|
plugin: "1";
|
|
1734
1734
|
layer: "2";
|
|
1735
1735
|
};
|
|
@@ -1743,7 +1743,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1743
1743
|
[key: string]: any;
|
|
1744
1744
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1745
1745
|
[key: string]: any;
|
|
1746
|
-
chartType: "
|
|
1746
|
+
chartType: "bar";
|
|
1747
1747
|
plugin: "1";
|
|
1748
1748
|
layer: "2";
|
|
1749
1749
|
};
|
|
@@ -1757,7 +1757,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1757
1757
|
[key: string]: any;
|
|
1758
1758
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1759
1759
|
[key: string]: any;
|
|
1760
|
-
chartType: "
|
|
1760
|
+
chartType: "bar";
|
|
1761
1761
|
plugin: "1";
|
|
1762
1762
|
layer: "2";
|
|
1763
1763
|
};
|
|
@@ -1771,7 +1771,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1771
1771
|
[key: string]: any;
|
|
1772
1772
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1773
1773
|
[key: string]: any;
|
|
1774
|
-
chartType: "
|
|
1774
|
+
chartType: "bar";
|
|
1775
1775
|
plugin: "1";
|
|
1776
1776
|
layer: "2";
|
|
1777
1777
|
};
|
|
@@ -1785,7 +1785,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1785
1785
|
[key: string]: any;
|
|
1786
1786
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1787
1787
|
[key: string]: any;
|
|
1788
|
-
chartType: "
|
|
1788
|
+
chartType: "bar";
|
|
1789
1789
|
plugin: "1";
|
|
1790
1790
|
layer: "2";
|
|
1791
1791
|
};
|
|
@@ -1799,7 +1799,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1799
1799
|
[key: string]: any;
|
|
1800
1800
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1801
1801
|
[key: string]: any;
|
|
1802
|
-
chartType: "
|
|
1802
|
+
chartType: "bar";
|
|
1803
1803
|
plugin: "1";
|
|
1804
1804
|
layer: "2";
|
|
1805
1805
|
};
|
|
@@ -1813,7 +1813,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1813
1813
|
[key: string]: any;
|
|
1814
1814
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1815
1815
|
[key: string]: any;
|
|
1816
|
-
chartType: "
|
|
1816
|
+
chartType: "bar";
|
|
1817
1817
|
plugin: "1";
|
|
1818
1818
|
layer: "2";
|
|
1819
1819
|
};
|
|
@@ -1827,7 +1827,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1827
1827
|
[key: string]: any;
|
|
1828
1828
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1829
1829
|
[key: string]: any;
|
|
1830
|
-
chartType: "
|
|
1830
|
+
chartType: "bar";
|
|
1831
1831
|
plugin: "1";
|
|
1832
1832
|
layer: "2";
|
|
1833
1833
|
};
|
|
@@ -1841,7 +1841,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1841
1841
|
[key: string]: any;
|
|
1842
1842
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1843
1843
|
[key: string]: any;
|
|
1844
|
-
chartType: "
|
|
1844
|
+
chartType: "bar";
|
|
1845
1845
|
plugin: "1";
|
|
1846
1846
|
layer: "2";
|
|
1847
1847
|
};
|
|
@@ -1855,7 +1855,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1855
1855
|
[key: string]: any;
|
|
1856
1856
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1857
1857
|
[key: string]: any;
|
|
1858
|
-
chartType: "
|
|
1858
|
+
chartType: "bar";
|
|
1859
1859
|
plugin: "1";
|
|
1860
1860
|
layer: "2";
|
|
1861
1861
|
};
|
|
@@ -1869,7 +1869,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1869
1869
|
[key: string]: any;
|
|
1870
1870
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1871
1871
|
[key: string]: any;
|
|
1872
|
-
chartType: "
|
|
1872
|
+
chartType: "bar";
|
|
1873
1873
|
plugin: "1";
|
|
1874
1874
|
layer: "2";
|
|
1875
1875
|
};
|
|
@@ -1883,7 +1883,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1883
1883
|
[key: string]: any;
|
|
1884
1884
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1885
1885
|
[key: string]: any;
|
|
1886
|
-
chartType: "
|
|
1886
|
+
chartType: "bar";
|
|
1887
1887
|
plugin: "1";
|
|
1888
1888
|
layer: "2";
|
|
1889
1889
|
};
|
|
@@ -1897,7 +1897,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1897
1897
|
[key: string]: any;
|
|
1898
1898
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1899
1899
|
[key: string]: any;
|
|
1900
|
-
chartType: "
|
|
1900
|
+
chartType: "bar";
|
|
1901
1901
|
plugin: "1";
|
|
1902
1902
|
layer: "2";
|
|
1903
1903
|
};
|
|
@@ -1911,7 +1911,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1911
1911
|
[key: string]: any;
|
|
1912
1912
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1913
1913
|
[key: string]: any;
|
|
1914
|
-
chartType: "
|
|
1914
|
+
chartType: "bar";
|
|
1915
1915
|
plugin: "1";
|
|
1916
1916
|
layer: "2";
|
|
1917
1917
|
};
|
|
@@ -1925,7 +1925,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1925
1925
|
[key: string]: any;
|
|
1926
1926
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1927
1927
|
[key: string]: any;
|
|
1928
|
-
chartType: "
|
|
1928
|
+
chartType: "bar";
|
|
1929
1929
|
plugin: "1";
|
|
1930
1930
|
layer: "2";
|
|
1931
1931
|
};
|
|
@@ -1939,7 +1939,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1939
1939
|
[key: string]: any;
|
|
1940
1940
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1941
1941
|
[key: string]: any;
|
|
1942
|
-
chartType: "
|
|
1942
|
+
chartType: "bar";
|
|
1943
1943
|
plugin: "1";
|
|
1944
1944
|
layer: "2";
|
|
1945
1945
|
};
|
|
@@ -1953,7 +1953,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1953
1953
|
[key: string]: any;
|
|
1954
1954
|
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1955
1955
|
[key: string]: any;
|
|
1956
|
-
chartType: "
|
|
1956
|
+
chartType: "bar";
|
|
1957
1957
|
plugin: "1";
|
|
1958
1958
|
layer: "2";
|
|
1959
1959
|
};
|