@ecan-bi/datav 1.0.49 → 1.0.52
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 +305 -234
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +304 -233
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +63 -54
- package/package.json +1 -1
- package/types/_utils/hooks/useValueFormatter.d.ts +1 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +1 -1
- package/types/container/border/Border.vue.d.ts +0 -1
- package/types/container/border/index.d.ts +0 -1
- package/types/container/border/props.d.ts +1 -1
- package/types/container/index.d.ts +1 -0
- package/types/{control → container}/tabs/Tabs.vue.d.ts +0 -0
- package/types/{control → container}/tabs/index.d.ts +0 -0
- package/types/{control → container}/tabs/props.d.ts +0 -0
- package/types/control/button/Button.vue.d.ts +36 -0
- package/types/control/button/index.d.ts +36 -0
- package/types/control/button/props.d.ts +20 -0
- package/types/control/index.d.ts +0 -1
- package/types/graph/bar/Bar.vue.d.ts +194 -129
- package/types/graph/bar/index.d.ts +65 -0
- package/types/graph/bar/props.d.ts +30 -0
- package/types/table/table/Table.vue.d.ts +351 -0
- package/types/table/table/index.d.ts +351 -0
- package/types/table/table/props.d.ts +181 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ValueTypeDataFieldNames, KeyTypeDataFieldNames, Events } from '../../_utils/props';
|
|
1
|
+
import { ValueTypeDataFieldNames, KeyTypeDataFieldNames, Events, Data } from '../../_utils/props';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type?: undefined;
|
|
@@ -7,7 +7,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
type: any;
|
|
8
8
|
default: string | number | boolean | string[] | Events | {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
10
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
11
11
|
[key: string]: any;
|
|
12
12
|
chartType: "bar";
|
|
13
13
|
plugin: "1";
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
type: any;
|
|
22
22
|
default: string | number | boolean | string[] | Events | {
|
|
23
23
|
[key: string]: any;
|
|
24
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
24
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
chartType: "bar";
|
|
27
27
|
plugin: "1";
|
|
@@ -35,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
35
35
|
type: any;
|
|
36
36
|
default: string | number | boolean | string[] | Events | {
|
|
37
37
|
[key: string]: any;
|
|
38
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
38
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
chartType: "bar";
|
|
41
41
|
plugin: "1";
|
|
@@ -49,7 +49,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
49
49
|
type: any;
|
|
50
50
|
default: string | number | boolean | string[] | Events | {
|
|
51
51
|
[key: string]: any;
|
|
52
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
52
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
53
53
|
[key: string]: any;
|
|
54
54
|
chartType: "bar";
|
|
55
55
|
plugin: "1";
|
|
@@ -63,7 +63,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
63
63
|
type: any;
|
|
64
64
|
default: string | number | boolean | string[] | Events | {
|
|
65
65
|
[key: string]: any;
|
|
66
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
66
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
67
67
|
[key: string]: any;
|
|
68
68
|
chartType: "bar";
|
|
69
69
|
plugin: "1";
|
|
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
type: any;
|
|
78
78
|
default: string | number | boolean | string[] | Events | {
|
|
79
79
|
[key: string]: any;
|
|
80
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
80
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
81
81
|
[key: string]: any;
|
|
82
82
|
chartType: "bar";
|
|
83
83
|
plugin: "1";
|
|
@@ -91,7 +91,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
91
91
|
type: any;
|
|
92
92
|
default: string | number | boolean | string[] | Events | {
|
|
93
93
|
[key: string]: any;
|
|
94
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
94
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
95
95
|
[key: string]: any;
|
|
96
96
|
chartType: "bar";
|
|
97
97
|
plugin: "1";
|
|
@@ -105,7 +105,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
105
105
|
type: any;
|
|
106
106
|
default: string | number | boolean | string[] | Events | {
|
|
107
107
|
[key: string]: any;
|
|
108
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
108
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
109
109
|
[key: string]: any;
|
|
110
110
|
chartType: "bar";
|
|
111
111
|
plugin: "1";
|
|
@@ -119,7 +119,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
119
119
|
type: any;
|
|
120
120
|
default: string | number | boolean | string[] | Events | {
|
|
121
121
|
[key: string]: any;
|
|
122
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
122
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
123
123
|
[key: string]: any;
|
|
124
124
|
chartType: "bar";
|
|
125
125
|
plugin: "1";
|
|
@@ -133,7 +133,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
133
133
|
type: any;
|
|
134
134
|
default: string | number | boolean | string[] | Events | {
|
|
135
135
|
[key: string]: any;
|
|
136
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
136
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
137
137
|
[key: string]: any;
|
|
138
138
|
chartType: "bar";
|
|
139
139
|
plugin: "1";
|
|
@@ -147,7 +147,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
147
147
|
type: any;
|
|
148
148
|
default: string | number | boolean | string[] | Events | {
|
|
149
149
|
[key: string]: any;
|
|
150
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
150
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
151
151
|
[key: string]: any;
|
|
152
152
|
chartType: "bar";
|
|
153
153
|
plugin: "1";
|
|
@@ -161,7 +161,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
161
161
|
type: any;
|
|
162
162
|
default: string | number | boolean | string[] | Events | {
|
|
163
163
|
[key: string]: any;
|
|
164
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
164
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
165
165
|
[key: string]: any;
|
|
166
166
|
chartType: "bar";
|
|
167
167
|
plugin: "1";
|
|
@@ -175,7 +175,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
175
175
|
type: any;
|
|
176
176
|
default: string | number | boolean | string[] | Events | {
|
|
177
177
|
[key: string]: any;
|
|
178
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
178
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
179
179
|
[key: string]: any;
|
|
180
180
|
chartType: "bar";
|
|
181
181
|
plugin: "1";
|
|
@@ -189,7 +189,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
189
189
|
type: any;
|
|
190
190
|
default: string | number | boolean | string[] | Events | {
|
|
191
191
|
[key: string]: any;
|
|
192
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
192
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
193
193
|
[key: string]: any;
|
|
194
194
|
chartType: "bar";
|
|
195
195
|
plugin: "1";
|
|
@@ -203,7 +203,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
203
203
|
type: any;
|
|
204
204
|
default: string | number | boolean | string[] | Events | {
|
|
205
205
|
[key: string]: any;
|
|
206
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
206
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
207
207
|
[key: string]: any;
|
|
208
208
|
chartType: "bar";
|
|
209
209
|
plugin: "1";
|
|
@@ -217,7 +217,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
217
217
|
type: any;
|
|
218
218
|
default: string | number | boolean | string[] | Events | {
|
|
219
219
|
[key: string]: any;
|
|
220
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
220
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
221
221
|
[key: string]: any;
|
|
222
222
|
chartType: "bar";
|
|
223
223
|
plugin: "1";
|
|
@@ -231,7 +231,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
231
231
|
type: any;
|
|
232
232
|
default: string | number | boolean | string[] | Events | {
|
|
233
233
|
[key: string]: any;
|
|
234
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
234
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
235
235
|
[key: string]: any;
|
|
236
236
|
chartType: "bar";
|
|
237
237
|
plugin: "1";
|
|
@@ -245,7 +245,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
245
245
|
type: any;
|
|
246
246
|
default: string | number | boolean | string[] | Events | {
|
|
247
247
|
[key: string]: any;
|
|
248
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
248
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
249
249
|
[key: string]: any;
|
|
250
250
|
chartType: "bar";
|
|
251
251
|
plugin: "1";
|
|
@@ -259,7 +259,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
259
259
|
type: any;
|
|
260
260
|
default: string | number | boolean | string[] | Events | {
|
|
261
261
|
[key: string]: any;
|
|
262
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
262
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
263
263
|
[key: string]: any;
|
|
264
264
|
chartType: "bar";
|
|
265
265
|
plugin: "1";
|
|
@@ -273,7 +273,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
273
273
|
type: any;
|
|
274
274
|
default: string | number | boolean | string[] | Events | {
|
|
275
275
|
[key: string]: any;
|
|
276
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
276
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
277
277
|
[key: string]: any;
|
|
278
278
|
chartType: "bar";
|
|
279
279
|
plugin: "1";
|
|
@@ -287,7 +287,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
287
287
|
type: any;
|
|
288
288
|
default: string | number | boolean | string[] | Events | {
|
|
289
289
|
[key: string]: any;
|
|
290
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
290
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
291
291
|
[key: string]: any;
|
|
292
292
|
chartType: "bar";
|
|
293
293
|
plugin: "1";
|
|
@@ -301,7 +301,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
301
301
|
type: any;
|
|
302
302
|
default: string | number | boolean | string[] | Events | {
|
|
303
303
|
[key: string]: any;
|
|
304
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
304
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
305
305
|
[key: string]: any;
|
|
306
306
|
chartType: "bar";
|
|
307
307
|
plugin: "1";
|
|
@@ -315,7 +315,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
315
315
|
type: any;
|
|
316
316
|
default: string | number | boolean | string[] | Events | {
|
|
317
317
|
[key: string]: any;
|
|
318
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
318
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
319
319
|
[key: string]: any;
|
|
320
320
|
chartType: "bar";
|
|
321
321
|
plugin: "1";
|
|
@@ -329,7 +329,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
329
329
|
type: any;
|
|
330
330
|
default: string | number | boolean | string[] | Events | {
|
|
331
331
|
[key: string]: any;
|
|
332
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
332
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
333
333
|
[key: string]: any;
|
|
334
334
|
chartType: "bar";
|
|
335
335
|
plugin: "1";
|
|
@@ -343,7 +343,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
343
343
|
type: any;
|
|
344
344
|
default: string | number | boolean | string[] | Events | {
|
|
345
345
|
[key: string]: any;
|
|
346
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
346
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
347
347
|
[key: string]: any;
|
|
348
348
|
chartType: "bar";
|
|
349
349
|
plugin: "1";
|
|
@@ -357,7 +357,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
357
357
|
type: any;
|
|
358
358
|
default: string | number | boolean | string[] | Events | {
|
|
359
359
|
[key: string]: any;
|
|
360
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
360
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
361
361
|
[key: string]: any;
|
|
362
362
|
chartType: "bar";
|
|
363
363
|
plugin: "1";
|
|
@@ -371,7 +371,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
371
371
|
type: any;
|
|
372
372
|
default: string | number | boolean | string[] | Events | {
|
|
373
373
|
[key: string]: any;
|
|
374
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
374
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
375
375
|
[key: string]: any;
|
|
376
376
|
chartType: "bar";
|
|
377
377
|
plugin: "1";
|
|
@@ -385,7 +385,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
385
385
|
type: any;
|
|
386
386
|
default: string | number | boolean | string[] | Events | {
|
|
387
387
|
[key: string]: any;
|
|
388
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
388
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
389
389
|
[key: string]: any;
|
|
390
390
|
chartType: "bar";
|
|
391
391
|
plugin: "1";
|
|
@@ -399,7 +399,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
399
399
|
type: any;
|
|
400
400
|
default: string | number | boolean | string[] | Events | {
|
|
401
401
|
[key: string]: any;
|
|
402
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
402
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
403
403
|
[key: string]: any;
|
|
404
404
|
chartType: "bar";
|
|
405
405
|
plugin: "1";
|
|
@@ -413,7 +413,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
413
413
|
type: any;
|
|
414
414
|
default: string | number | boolean | string[] | Events | {
|
|
415
415
|
[key: string]: any;
|
|
416
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
416
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
417
417
|
[key: string]: any;
|
|
418
418
|
chartType: "bar";
|
|
419
419
|
plugin: "1";
|
|
@@ -427,7 +427,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
427
427
|
type: any;
|
|
428
428
|
default: string | number | boolean | string[] | Events | {
|
|
429
429
|
[key: string]: any;
|
|
430
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
430
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
431
431
|
[key: string]: any;
|
|
432
432
|
chartType: "bar";
|
|
433
433
|
plugin: "1";
|
|
@@ -441,7 +441,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
441
441
|
type: any;
|
|
442
442
|
default: string | number | boolean | string[] | Events | {
|
|
443
443
|
[key: string]: any;
|
|
444
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
444
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
445
445
|
[key: string]: any;
|
|
446
446
|
chartType: "bar";
|
|
447
447
|
plugin: "1";
|
|
@@ -455,7 +455,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
455
455
|
type: any;
|
|
456
456
|
default: string | number | boolean | string[] | Events | {
|
|
457
457
|
[key: string]: any;
|
|
458
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
458
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
459
459
|
[key: string]: any;
|
|
460
460
|
chartType: "bar";
|
|
461
461
|
plugin: "1";
|
|
@@ -469,7 +469,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
469
469
|
type: any;
|
|
470
470
|
default: string | number | boolean | string[] | Events | {
|
|
471
471
|
[key: string]: any;
|
|
472
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
472
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
473
473
|
[key: string]: any;
|
|
474
474
|
chartType: "bar";
|
|
475
475
|
plugin: "1";
|
|
@@ -483,7 +483,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
483
483
|
type: any;
|
|
484
484
|
default: string | number | boolean | string[] | Events | {
|
|
485
485
|
[key: string]: any;
|
|
486
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
486
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
487
487
|
[key: string]: any;
|
|
488
488
|
chartType: "bar";
|
|
489
489
|
plugin: "1";
|
|
@@ -497,7 +497,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
497
497
|
type: any;
|
|
498
498
|
default: string | number | boolean | string[] | Events | {
|
|
499
499
|
[key: string]: any;
|
|
500
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
500
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
501
501
|
[key: string]: any;
|
|
502
502
|
chartType: "bar";
|
|
503
503
|
plugin: "1";
|
|
@@ -511,7 +511,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
511
511
|
type: any;
|
|
512
512
|
default: string | number | boolean | string[] | Events | {
|
|
513
513
|
[key: string]: any;
|
|
514
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
514
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
515
515
|
[key: string]: any;
|
|
516
516
|
chartType: "bar";
|
|
517
517
|
plugin: "1";
|
|
@@ -525,7 +525,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
525
525
|
type: any;
|
|
526
526
|
default: string | number | boolean | string[] | Events | {
|
|
527
527
|
[key: string]: any;
|
|
528
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
528
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
529
529
|
[key: string]: any;
|
|
530
530
|
chartType: "bar";
|
|
531
531
|
plugin: "1";
|
|
@@ -539,7 +539,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
539
539
|
type: any;
|
|
540
540
|
default: string | number | boolean | string[] | Events | {
|
|
541
541
|
[key: string]: any;
|
|
542
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
542
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
543
543
|
[key: string]: any;
|
|
544
544
|
chartType: "bar";
|
|
545
545
|
plugin: "1";
|
|
@@ -553,7 +553,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
553
553
|
type: any;
|
|
554
554
|
default: string | number | boolean | string[] | Events | {
|
|
555
555
|
[key: string]: any;
|
|
556
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
556
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
557
557
|
[key: string]: any;
|
|
558
558
|
chartType: "bar";
|
|
559
559
|
plugin: "1";
|
|
@@ -567,7 +567,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
567
567
|
type: any;
|
|
568
568
|
default: string | number | boolean | string[] | Events | {
|
|
569
569
|
[key: string]: any;
|
|
570
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
570
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
571
571
|
[key: string]: any;
|
|
572
572
|
chartType: "bar";
|
|
573
573
|
plugin: "1";
|
|
@@ -581,7 +581,35 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
581
581
|
type: any;
|
|
582
582
|
default: string | number | boolean | string[] | Events | {
|
|
583
583
|
[key: string]: any;
|
|
584
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
584
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
585
|
+
[key: string]: any;
|
|
586
|
+
chartType: "bar";
|
|
587
|
+
plugin: "1";
|
|
588
|
+
layer: "2";
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
isUseHorizontalAxis: {
|
|
592
|
+
type?: undefined;
|
|
593
|
+
default?: undefined;
|
|
594
|
+
} | {
|
|
595
|
+
type: any;
|
|
596
|
+
default: string | number | boolean | string[] | Events | {
|
|
597
|
+
[key: string]: any;
|
|
598
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
599
|
+
[key: string]: any;
|
|
600
|
+
chartType: "bar";
|
|
601
|
+
plugin: "1";
|
|
602
|
+
layer: "2";
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
axisInverse: {
|
|
606
|
+
type?: undefined;
|
|
607
|
+
default?: undefined;
|
|
608
|
+
} | {
|
|
609
|
+
type: any;
|
|
610
|
+
default: string | number | boolean | string[] | Events | {
|
|
611
|
+
[key: string]: any;
|
|
612
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
585
613
|
[key: string]: any;
|
|
586
614
|
chartType: "bar";
|
|
587
615
|
plugin: "1";
|
|
@@ -595,7 +623,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
595
623
|
type: any;
|
|
596
624
|
default: string | number | boolean | string[] | Events | {
|
|
597
625
|
[key: string]: any;
|
|
598
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
626
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
599
627
|
[key: string]: any;
|
|
600
628
|
chartType: "bar";
|
|
601
629
|
plugin: "1";
|
|
@@ -609,7 +637,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
609
637
|
type: any;
|
|
610
638
|
default: string | number | boolean | string[] | Events | {
|
|
611
639
|
[key: string]: any;
|
|
612
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
640
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
613
641
|
[key: string]: any;
|
|
614
642
|
chartType: "bar";
|
|
615
643
|
plugin: "1";
|
|
@@ -623,7 +651,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
623
651
|
type: any;
|
|
624
652
|
default: string | number | boolean | string[] | Events | {
|
|
625
653
|
[key: string]: any;
|
|
626
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
654
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
627
655
|
[key: string]: any;
|
|
628
656
|
chartType: "bar";
|
|
629
657
|
plugin: "1";
|
|
@@ -637,7 +665,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
637
665
|
type: any;
|
|
638
666
|
default: string | number | boolean | string[] | Events | {
|
|
639
667
|
[key: string]: any;
|
|
640
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
668
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
641
669
|
[key: string]: any;
|
|
642
670
|
chartType: "bar";
|
|
643
671
|
plugin: "1";
|
|
@@ -651,7 +679,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
651
679
|
type: any;
|
|
652
680
|
default: string | number | boolean | string[] | Events | {
|
|
653
681
|
[key: string]: any;
|
|
654
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
682
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
655
683
|
[key: string]: any;
|
|
656
684
|
chartType: "bar";
|
|
657
685
|
plugin: "1";
|
|
@@ -665,7 +693,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
665
693
|
type: any;
|
|
666
694
|
default: string | number | boolean | string[] | Events | {
|
|
667
695
|
[key: string]: any;
|
|
668
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
696
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
669
697
|
[key: string]: any;
|
|
670
698
|
chartType: "bar";
|
|
671
699
|
plugin: "1";
|
|
@@ -679,7 +707,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
679
707
|
type: any;
|
|
680
708
|
default: string | number | boolean | string[] | Events | {
|
|
681
709
|
[key: string]: any;
|
|
682
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
710
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
683
711
|
[key: string]: any;
|
|
684
712
|
chartType: "bar";
|
|
685
713
|
plugin: "1";
|
|
@@ -693,7 +721,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
693
721
|
type: any;
|
|
694
722
|
default: string | number | boolean | string[] | Events | {
|
|
695
723
|
[key: string]: any;
|
|
696
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
724
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
697
725
|
[key: string]: any;
|
|
698
726
|
chartType: "bar";
|
|
699
727
|
plugin: "1";
|
|
@@ -707,7 +735,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
707
735
|
type: any;
|
|
708
736
|
default: string | number | boolean | string[] | Events | {
|
|
709
737
|
[key: string]: any;
|
|
710
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
738
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
711
739
|
[key: string]: any;
|
|
712
740
|
chartType: "bar";
|
|
713
741
|
plugin: "1";
|
|
@@ -721,7 +749,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
721
749
|
type: any;
|
|
722
750
|
default: string | number | boolean | string[] | Events | {
|
|
723
751
|
[key: string]: any;
|
|
724
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
752
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
725
753
|
[key: string]: any;
|
|
726
754
|
chartType: "bar";
|
|
727
755
|
plugin: "1";
|
|
@@ -735,7 +763,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
735
763
|
type: any;
|
|
736
764
|
default: string | number | boolean | string[] | Events | {
|
|
737
765
|
[key: string]: any;
|
|
738
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
766
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
739
767
|
[key: string]: any;
|
|
740
768
|
chartType: "bar";
|
|
741
769
|
plugin: "1";
|
|
@@ -749,7 +777,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
749
777
|
type: any;
|
|
750
778
|
default: string | number | boolean | string[] | Events | {
|
|
751
779
|
[key: string]: any;
|
|
752
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
780
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
753
781
|
[key: string]: any;
|
|
754
782
|
chartType: "bar";
|
|
755
783
|
plugin: "1";
|
|
@@ -763,7 +791,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
763
791
|
type: any;
|
|
764
792
|
default: string | number | boolean | string[] | Events | {
|
|
765
793
|
[key: string]: any;
|
|
766
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
794
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
767
795
|
[key: string]: any;
|
|
768
796
|
chartType: "bar";
|
|
769
797
|
plugin: "1";
|
|
@@ -777,7 +805,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
777
805
|
type: any;
|
|
778
806
|
default: string | number | boolean | string[] | Events | {
|
|
779
807
|
[key: string]: any;
|
|
780
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
808
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
781
809
|
[key: string]: any;
|
|
782
810
|
chartType: "bar";
|
|
783
811
|
plugin: "1";
|
|
@@ -791,7 +819,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
791
819
|
type: any;
|
|
792
820
|
default: string | number | boolean | string[] | Events | {
|
|
793
821
|
[key: string]: any;
|
|
794
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
822
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
795
823
|
[key: string]: any;
|
|
796
824
|
chartType: "bar";
|
|
797
825
|
plugin: "1";
|
|
@@ -805,7 +833,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
805
833
|
type: any;
|
|
806
834
|
default: string | number | boolean | string[] | Events | {
|
|
807
835
|
[key: string]: any;
|
|
808
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
836
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
809
837
|
[key: string]: any;
|
|
810
838
|
chartType: "bar";
|
|
811
839
|
plugin: "1";
|
|
@@ -819,7 +847,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
819
847
|
type: any;
|
|
820
848
|
default: string | number | boolean | string[] | Events | {
|
|
821
849
|
[key: string]: any;
|
|
822
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
850
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
823
851
|
[key: string]: any;
|
|
824
852
|
chartType: "bar";
|
|
825
853
|
plugin: "1";
|
|
@@ -833,7 +861,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
833
861
|
type: any;
|
|
834
862
|
default: string | number | boolean | string[] | Events | {
|
|
835
863
|
[key: string]: any;
|
|
836
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
864
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
837
865
|
[key: string]: any;
|
|
838
866
|
chartType: "bar";
|
|
839
867
|
plugin: "1";
|
|
@@ -847,7 +875,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
847
875
|
type: any;
|
|
848
876
|
default: string | number | boolean | string[] | Events | {
|
|
849
877
|
[key: string]: any;
|
|
850
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
878
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
851
879
|
[key: string]: any;
|
|
852
880
|
chartType: "bar";
|
|
853
881
|
plugin: "1";
|
|
@@ -861,7 +889,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
861
889
|
type: any;
|
|
862
890
|
default: string | number | boolean | string[] | Events | {
|
|
863
891
|
[key: string]: any;
|
|
864
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
892
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
865
893
|
[key: string]: any;
|
|
866
894
|
chartType: "bar";
|
|
867
895
|
plugin: "1";
|
|
@@ -875,7 +903,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
875
903
|
type: any;
|
|
876
904
|
default: string | number | boolean | string[] | Events | {
|
|
877
905
|
[key: string]: any;
|
|
878
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
906
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
879
907
|
[key: string]: any;
|
|
880
908
|
chartType: "bar";
|
|
881
909
|
plugin: "1";
|
|
@@ -889,7 +917,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
889
917
|
type: any;
|
|
890
918
|
default: string | number | boolean | string[] | Events | {
|
|
891
919
|
[key: string]: any;
|
|
892
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
920
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
893
921
|
[key: string]: any;
|
|
894
922
|
chartType: "bar";
|
|
895
923
|
plugin: "1";
|
|
@@ -1000,6 +1028,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1000
1028
|
data: {
|
|
1001
1029
|
[x: string]: any;
|
|
1002
1030
|
}[];
|
|
1031
|
+
inverse: string | number | boolean | {
|
|
1032
|
+
[key: string]: any;
|
|
1033
|
+
};
|
|
1003
1034
|
splitLine: {
|
|
1004
1035
|
show: string | number | boolean | {
|
|
1005
1036
|
[key: string]: any;
|
|
@@ -1030,6 +1061,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1030
1061
|
};
|
|
1031
1062
|
yAxis: {
|
|
1032
1063
|
type: string;
|
|
1064
|
+
data: {
|
|
1065
|
+
[x: string]: any;
|
|
1066
|
+
}[];
|
|
1067
|
+
inverse: string | number | boolean | {
|
|
1068
|
+
[key: string]: any;
|
|
1069
|
+
};
|
|
1033
1070
|
splitLine: {
|
|
1034
1071
|
show: string | number | boolean | {
|
|
1035
1072
|
[key: string]: any;
|
|
@@ -1070,7 +1107,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1070
1107
|
type: any;
|
|
1071
1108
|
default: string | number | boolean | string[] | Events | {
|
|
1072
1109
|
[key: string]: any;
|
|
1073
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1110
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1074
1111
|
[key: string]: any;
|
|
1075
1112
|
chartType: "bar";
|
|
1076
1113
|
plugin: "1";
|
|
@@ -1084,7 +1121,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1084
1121
|
type: any;
|
|
1085
1122
|
default: string | number | boolean | string[] | Events | {
|
|
1086
1123
|
[key: string]: any;
|
|
1087
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1124
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1088
1125
|
[key: string]: any;
|
|
1089
1126
|
chartType: "bar";
|
|
1090
1127
|
plugin: "1";
|
|
@@ -1098,7 +1135,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1098
1135
|
type: any;
|
|
1099
1136
|
default: string | number | boolean | string[] | Events | {
|
|
1100
1137
|
[key: string]: any;
|
|
1101
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1138
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1102
1139
|
[key: string]: any;
|
|
1103
1140
|
chartType: "bar";
|
|
1104
1141
|
plugin: "1";
|
|
@@ -1112,7 +1149,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1112
1149
|
type: any;
|
|
1113
1150
|
default: string | number | boolean | string[] | Events | {
|
|
1114
1151
|
[key: string]: any;
|
|
1115
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1152
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1116
1153
|
[key: string]: any;
|
|
1117
1154
|
chartType: "bar";
|
|
1118
1155
|
plugin: "1";
|
|
@@ -1126,7 +1163,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1126
1163
|
type: any;
|
|
1127
1164
|
default: string | number | boolean | string[] | Events | {
|
|
1128
1165
|
[key: string]: any;
|
|
1129
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1166
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1130
1167
|
[key: string]: any;
|
|
1131
1168
|
chartType: "bar";
|
|
1132
1169
|
plugin: "1";
|
|
@@ -1140,7 +1177,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1140
1177
|
type: any;
|
|
1141
1178
|
default: string | number | boolean | string[] | Events | {
|
|
1142
1179
|
[key: string]: any;
|
|
1143
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1180
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1144
1181
|
[key: string]: any;
|
|
1145
1182
|
chartType: "bar";
|
|
1146
1183
|
plugin: "1";
|
|
@@ -1154,7 +1191,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1154
1191
|
type: any;
|
|
1155
1192
|
default: string | number | boolean | string[] | Events | {
|
|
1156
1193
|
[key: string]: any;
|
|
1157
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1194
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1158
1195
|
[key: string]: any;
|
|
1159
1196
|
chartType: "bar";
|
|
1160
1197
|
plugin: "1";
|
|
@@ -1168,7 +1205,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1168
1205
|
type: any;
|
|
1169
1206
|
default: string | number | boolean | string[] | Events | {
|
|
1170
1207
|
[key: string]: any;
|
|
1171
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1208
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1172
1209
|
[key: string]: any;
|
|
1173
1210
|
chartType: "bar";
|
|
1174
1211
|
plugin: "1";
|
|
@@ -1182,7 +1219,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1182
1219
|
type: any;
|
|
1183
1220
|
default: string | number | boolean | string[] | Events | {
|
|
1184
1221
|
[key: string]: any;
|
|
1185
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1222
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1186
1223
|
[key: string]: any;
|
|
1187
1224
|
chartType: "bar";
|
|
1188
1225
|
plugin: "1";
|
|
@@ -1196,7 +1233,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1196
1233
|
type: any;
|
|
1197
1234
|
default: string | number | boolean | string[] | Events | {
|
|
1198
1235
|
[key: string]: any;
|
|
1199
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1236
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1200
1237
|
[key: string]: any;
|
|
1201
1238
|
chartType: "bar";
|
|
1202
1239
|
plugin: "1";
|
|
@@ -1210,7 +1247,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1210
1247
|
type: any;
|
|
1211
1248
|
default: string | number | boolean | string[] | Events | {
|
|
1212
1249
|
[key: string]: any;
|
|
1213
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1250
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1214
1251
|
[key: string]: any;
|
|
1215
1252
|
chartType: "bar";
|
|
1216
1253
|
plugin: "1";
|
|
@@ -1224,7 +1261,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1224
1261
|
type: any;
|
|
1225
1262
|
default: string | number | boolean | string[] | Events | {
|
|
1226
1263
|
[key: string]: any;
|
|
1227
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1264
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1228
1265
|
[key: string]: any;
|
|
1229
1266
|
chartType: "bar";
|
|
1230
1267
|
plugin: "1";
|
|
@@ -1238,7 +1275,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1238
1275
|
type: any;
|
|
1239
1276
|
default: string | number | boolean | string[] | Events | {
|
|
1240
1277
|
[key: string]: any;
|
|
1241
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1278
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1242
1279
|
[key: string]: any;
|
|
1243
1280
|
chartType: "bar";
|
|
1244
1281
|
plugin: "1";
|
|
@@ -1252,7 +1289,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1252
1289
|
type: any;
|
|
1253
1290
|
default: string | number | boolean | string[] | Events | {
|
|
1254
1291
|
[key: string]: any;
|
|
1255
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1292
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1256
1293
|
[key: string]: any;
|
|
1257
1294
|
chartType: "bar";
|
|
1258
1295
|
plugin: "1";
|
|
@@ -1266,7 +1303,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1266
1303
|
type: any;
|
|
1267
1304
|
default: string | number | boolean | string[] | Events | {
|
|
1268
1305
|
[key: string]: any;
|
|
1269
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1306
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1270
1307
|
[key: string]: any;
|
|
1271
1308
|
chartType: "bar";
|
|
1272
1309
|
plugin: "1";
|
|
@@ -1280,7 +1317,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1280
1317
|
type: any;
|
|
1281
1318
|
default: string | number | boolean | string[] | Events | {
|
|
1282
1319
|
[key: string]: any;
|
|
1283
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1320
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1284
1321
|
[key: string]: any;
|
|
1285
1322
|
chartType: "bar";
|
|
1286
1323
|
plugin: "1";
|
|
@@ -1294,7 +1331,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1294
1331
|
type: any;
|
|
1295
1332
|
default: string | number | boolean | string[] | Events | {
|
|
1296
1333
|
[key: string]: any;
|
|
1297
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1334
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1298
1335
|
[key: string]: any;
|
|
1299
1336
|
chartType: "bar";
|
|
1300
1337
|
plugin: "1";
|
|
@@ -1308,7 +1345,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1308
1345
|
type: any;
|
|
1309
1346
|
default: string | number | boolean | string[] | Events | {
|
|
1310
1347
|
[key: string]: any;
|
|
1311
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1348
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1312
1349
|
[key: string]: any;
|
|
1313
1350
|
chartType: "bar";
|
|
1314
1351
|
plugin: "1";
|
|
@@ -1322,7 +1359,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1322
1359
|
type: any;
|
|
1323
1360
|
default: string | number | boolean | string[] | Events | {
|
|
1324
1361
|
[key: string]: any;
|
|
1325
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1362
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1326
1363
|
[key: string]: any;
|
|
1327
1364
|
chartType: "bar";
|
|
1328
1365
|
plugin: "1";
|
|
@@ -1336,7 +1373,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1336
1373
|
type: any;
|
|
1337
1374
|
default: string | number | boolean | string[] | Events | {
|
|
1338
1375
|
[key: string]: any;
|
|
1339
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1376
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1340
1377
|
[key: string]: any;
|
|
1341
1378
|
chartType: "bar";
|
|
1342
1379
|
plugin: "1";
|
|
@@ -1350,7 +1387,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1350
1387
|
type: any;
|
|
1351
1388
|
default: string | number | boolean | string[] | Events | {
|
|
1352
1389
|
[key: string]: any;
|
|
1353
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1390
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1354
1391
|
[key: string]: any;
|
|
1355
1392
|
chartType: "bar";
|
|
1356
1393
|
plugin: "1";
|
|
@@ -1364,7 +1401,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1364
1401
|
type: any;
|
|
1365
1402
|
default: string | number | boolean | string[] | Events | {
|
|
1366
1403
|
[key: string]: any;
|
|
1367
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1404
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1368
1405
|
[key: string]: any;
|
|
1369
1406
|
chartType: "bar";
|
|
1370
1407
|
plugin: "1";
|
|
@@ -1378,7 +1415,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1378
1415
|
type: any;
|
|
1379
1416
|
default: string | number | boolean | string[] | Events | {
|
|
1380
1417
|
[key: string]: any;
|
|
1381
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1418
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1382
1419
|
[key: string]: any;
|
|
1383
1420
|
chartType: "bar";
|
|
1384
1421
|
plugin: "1";
|
|
@@ -1392,7 +1429,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1392
1429
|
type: any;
|
|
1393
1430
|
default: string | number | boolean | string[] | Events | {
|
|
1394
1431
|
[key: string]: any;
|
|
1395
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1432
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1396
1433
|
[key: string]: any;
|
|
1397
1434
|
chartType: "bar";
|
|
1398
1435
|
plugin: "1";
|
|
@@ -1406,7 +1443,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1406
1443
|
type: any;
|
|
1407
1444
|
default: string | number | boolean | string[] | Events | {
|
|
1408
1445
|
[key: string]: any;
|
|
1409
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1446
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1410
1447
|
[key: string]: any;
|
|
1411
1448
|
chartType: "bar";
|
|
1412
1449
|
plugin: "1";
|
|
@@ -1420,7 +1457,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1420
1457
|
type: any;
|
|
1421
1458
|
default: string | number | boolean | string[] | Events | {
|
|
1422
1459
|
[key: string]: any;
|
|
1423
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1460
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1424
1461
|
[key: string]: any;
|
|
1425
1462
|
chartType: "bar";
|
|
1426
1463
|
plugin: "1";
|
|
@@ -1434,7 +1471,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1434
1471
|
type: any;
|
|
1435
1472
|
default: string | number | boolean | string[] | Events | {
|
|
1436
1473
|
[key: string]: any;
|
|
1437
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1474
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1438
1475
|
[key: string]: any;
|
|
1439
1476
|
chartType: "bar";
|
|
1440
1477
|
plugin: "1";
|
|
@@ -1448,7 +1485,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1448
1485
|
type: any;
|
|
1449
1486
|
default: string | number | boolean | string[] | Events | {
|
|
1450
1487
|
[key: string]: any;
|
|
1451
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1488
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1452
1489
|
[key: string]: any;
|
|
1453
1490
|
chartType: "bar";
|
|
1454
1491
|
plugin: "1";
|
|
@@ -1462,7 +1499,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1462
1499
|
type: any;
|
|
1463
1500
|
default: string | number | boolean | string[] | Events | {
|
|
1464
1501
|
[key: string]: any;
|
|
1465
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1502
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1466
1503
|
[key: string]: any;
|
|
1467
1504
|
chartType: "bar";
|
|
1468
1505
|
plugin: "1";
|
|
@@ -1476,7 +1513,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1476
1513
|
type: any;
|
|
1477
1514
|
default: string | number | boolean | string[] | Events | {
|
|
1478
1515
|
[key: string]: any;
|
|
1479
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1516
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1480
1517
|
[key: string]: any;
|
|
1481
1518
|
chartType: "bar";
|
|
1482
1519
|
plugin: "1";
|
|
@@ -1490,7 +1527,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1490
1527
|
type: any;
|
|
1491
1528
|
default: string | number | boolean | string[] | Events | {
|
|
1492
1529
|
[key: string]: any;
|
|
1493
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1530
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1494
1531
|
[key: string]: any;
|
|
1495
1532
|
chartType: "bar";
|
|
1496
1533
|
plugin: "1";
|
|
@@ -1504,7 +1541,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1504
1541
|
type: any;
|
|
1505
1542
|
default: string | number | boolean | string[] | Events | {
|
|
1506
1543
|
[key: string]: any;
|
|
1507
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1544
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1508
1545
|
[key: string]: any;
|
|
1509
1546
|
chartType: "bar";
|
|
1510
1547
|
plugin: "1";
|
|
@@ -1518,7 +1555,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1518
1555
|
type: any;
|
|
1519
1556
|
default: string | number | boolean | string[] | Events | {
|
|
1520
1557
|
[key: string]: any;
|
|
1521
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1558
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1522
1559
|
[key: string]: any;
|
|
1523
1560
|
chartType: "bar";
|
|
1524
1561
|
plugin: "1";
|
|
@@ -1532,7 +1569,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1532
1569
|
type: any;
|
|
1533
1570
|
default: string | number | boolean | string[] | Events | {
|
|
1534
1571
|
[key: string]: any;
|
|
1535
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1572
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1536
1573
|
[key: string]: any;
|
|
1537
1574
|
chartType: "bar";
|
|
1538
1575
|
plugin: "1";
|
|
@@ -1546,7 +1583,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1546
1583
|
type: any;
|
|
1547
1584
|
default: string | number | boolean | string[] | Events | {
|
|
1548
1585
|
[key: string]: any;
|
|
1549
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1586
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1550
1587
|
[key: string]: any;
|
|
1551
1588
|
chartType: "bar";
|
|
1552
1589
|
plugin: "1";
|
|
@@ -1560,7 +1597,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1560
1597
|
type: any;
|
|
1561
1598
|
default: string | number | boolean | string[] | Events | {
|
|
1562
1599
|
[key: string]: any;
|
|
1563
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1600
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1564
1601
|
[key: string]: any;
|
|
1565
1602
|
chartType: "bar";
|
|
1566
1603
|
plugin: "1";
|
|
@@ -1574,7 +1611,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1574
1611
|
type: any;
|
|
1575
1612
|
default: string | number | boolean | string[] | Events | {
|
|
1576
1613
|
[key: string]: any;
|
|
1577
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1614
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1578
1615
|
[key: string]: any;
|
|
1579
1616
|
chartType: "bar";
|
|
1580
1617
|
plugin: "1";
|
|
@@ -1588,7 +1625,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1588
1625
|
type: any;
|
|
1589
1626
|
default: string | number | boolean | string[] | Events | {
|
|
1590
1627
|
[key: string]: any;
|
|
1591
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1628
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1592
1629
|
[key: string]: any;
|
|
1593
1630
|
chartType: "bar";
|
|
1594
1631
|
plugin: "1";
|
|
@@ -1602,7 +1639,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1602
1639
|
type: any;
|
|
1603
1640
|
default: string | number | boolean | string[] | Events | {
|
|
1604
1641
|
[key: string]: any;
|
|
1605
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1642
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1606
1643
|
[key: string]: any;
|
|
1607
1644
|
chartType: "bar";
|
|
1608
1645
|
plugin: "1";
|
|
@@ -1616,7 +1653,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1616
1653
|
type: any;
|
|
1617
1654
|
default: string | number | boolean | string[] | Events | {
|
|
1618
1655
|
[key: string]: any;
|
|
1619
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1656
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1620
1657
|
[key: string]: any;
|
|
1621
1658
|
chartType: "bar";
|
|
1622
1659
|
plugin: "1";
|
|
@@ -1630,7 +1667,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1630
1667
|
type: any;
|
|
1631
1668
|
default: string | number | boolean | string[] | Events | {
|
|
1632
1669
|
[key: string]: any;
|
|
1633
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1670
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1634
1671
|
[key: string]: any;
|
|
1635
1672
|
chartType: "bar";
|
|
1636
1673
|
plugin: "1";
|
|
@@ -1644,7 +1681,35 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1644
1681
|
type: any;
|
|
1645
1682
|
default: string | number | boolean | string[] | Events | {
|
|
1646
1683
|
[key: string]: any;
|
|
1647
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1684
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1685
|
+
[key: string]: any;
|
|
1686
|
+
chartType: "bar";
|
|
1687
|
+
plugin: "1";
|
|
1688
|
+
layer: "2";
|
|
1689
|
+
};
|
|
1690
|
+
};
|
|
1691
|
+
isUseHorizontalAxis: {
|
|
1692
|
+
type?: undefined;
|
|
1693
|
+
default?: undefined;
|
|
1694
|
+
} | {
|
|
1695
|
+
type: any;
|
|
1696
|
+
default: string | number | boolean | string[] | Events | {
|
|
1697
|
+
[key: string]: any;
|
|
1698
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1699
|
+
[key: string]: any;
|
|
1700
|
+
chartType: "bar";
|
|
1701
|
+
plugin: "1";
|
|
1702
|
+
layer: "2";
|
|
1703
|
+
};
|
|
1704
|
+
};
|
|
1705
|
+
axisInverse: {
|
|
1706
|
+
type?: undefined;
|
|
1707
|
+
default?: undefined;
|
|
1708
|
+
} | {
|
|
1709
|
+
type: any;
|
|
1710
|
+
default: string | number | boolean | string[] | Events | {
|
|
1711
|
+
[key: string]: any;
|
|
1712
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1648
1713
|
[key: string]: any;
|
|
1649
1714
|
chartType: "bar";
|
|
1650
1715
|
plugin: "1";
|
|
@@ -1658,7 +1723,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1658
1723
|
type: any;
|
|
1659
1724
|
default: string | number | boolean | string[] | Events | {
|
|
1660
1725
|
[key: string]: any;
|
|
1661
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1726
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1662
1727
|
[key: string]: any;
|
|
1663
1728
|
chartType: "bar";
|
|
1664
1729
|
plugin: "1";
|
|
@@ -1672,7 +1737,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1672
1737
|
type: any;
|
|
1673
1738
|
default: string | number | boolean | string[] | Events | {
|
|
1674
1739
|
[key: string]: any;
|
|
1675
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1740
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1676
1741
|
[key: string]: any;
|
|
1677
1742
|
chartType: "bar";
|
|
1678
1743
|
plugin: "1";
|
|
@@ -1686,7 +1751,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1686
1751
|
type: any;
|
|
1687
1752
|
default: string | number | boolean | string[] | Events | {
|
|
1688
1753
|
[key: string]: any;
|
|
1689
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1754
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1690
1755
|
[key: string]: any;
|
|
1691
1756
|
chartType: "bar";
|
|
1692
1757
|
plugin: "1";
|
|
@@ -1700,7 +1765,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1700
1765
|
type: any;
|
|
1701
1766
|
default: string | number | boolean | string[] | Events | {
|
|
1702
1767
|
[key: string]: any;
|
|
1703
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1768
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1704
1769
|
[key: string]: any;
|
|
1705
1770
|
chartType: "bar";
|
|
1706
1771
|
plugin: "1";
|
|
@@ -1714,7 +1779,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1714
1779
|
type: any;
|
|
1715
1780
|
default: string | number | boolean | string[] | Events | {
|
|
1716
1781
|
[key: string]: any;
|
|
1717
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1782
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1718
1783
|
[key: string]: any;
|
|
1719
1784
|
chartType: "bar";
|
|
1720
1785
|
plugin: "1";
|
|
@@ -1728,7 +1793,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1728
1793
|
type: any;
|
|
1729
1794
|
default: string | number | boolean | string[] | Events | {
|
|
1730
1795
|
[key: string]: any;
|
|
1731
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1796
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1732
1797
|
[key: string]: any;
|
|
1733
1798
|
chartType: "bar";
|
|
1734
1799
|
plugin: "1";
|
|
@@ -1742,7 +1807,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1742
1807
|
type: any;
|
|
1743
1808
|
default: string | number | boolean | string[] | Events | {
|
|
1744
1809
|
[key: string]: any;
|
|
1745
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1810
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1746
1811
|
[key: string]: any;
|
|
1747
1812
|
chartType: "bar";
|
|
1748
1813
|
plugin: "1";
|
|
@@ -1756,7 +1821,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1756
1821
|
type: any;
|
|
1757
1822
|
default: string | number | boolean | string[] | Events | {
|
|
1758
1823
|
[key: string]: any;
|
|
1759
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1824
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1760
1825
|
[key: string]: any;
|
|
1761
1826
|
chartType: "bar";
|
|
1762
1827
|
plugin: "1";
|
|
@@ -1770,7 +1835,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1770
1835
|
type: any;
|
|
1771
1836
|
default: string | number | boolean | string[] | Events | {
|
|
1772
1837
|
[key: string]: any;
|
|
1773
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1838
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1774
1839
|
[key: string]: any;
|
|
1775
1840
|
chartType: "bar";
|
|
1776
1841
|
plugin: "1";
|
|
@@ -1784,7 +1849,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1784
1849
|
type: any;
|
|
1785
1850
|
default: string | number | boolean | string[] | Events | {
|
|
1786
1851
|
[key: string]: any;
|
|
1787
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1852
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1788
1853
|
[key: string]: any;
|
|
1789
1854
|
chartType: "bar";
|
|
1790
1855
|
plugin: "1";
|
|
@@ -1798,7 +1863,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1798
1863
|
type: any;
|
|
1799
1864
|
default: string | number | boolean | string[] | Events | {
|
|
1800
1865
|
[key: string]: any;
|
|
1801
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1866
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1802
1867
|
[key: string]: any;
|
|
1803
1868
|
chartType: "bar";
|
|
1804
1869
|
plugin: "1";
|
|
@@ -1812,7 +1877,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1812
1877
|
type: any;
|
|
1813
1878
|
default: string | number | boolean | string[] | Events | {
|
|
1814
1879
|
[key: string]: any;
|
|
1815
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1880
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1816
1881
|
[key: string]: any;
|
|
1817
1882
|
chartType: "bar";
|
|
1818
1883
|
plugin: "1";
|
|
@@ -1826,7 +1891,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1826
1891
|
type: any;
|
|
1827
1892
|
default: string | number | boolean | string[] | Events | {
|
|
1828
1893
|
[key: string]: any;
|
|
1829
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1894
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1830
1895
|
[key: string]: any;
|
|
1831
1896
|
chartType: "bar";
|
|
1832
1897
|
plugin: "1";
|
|
@@ -1840,7 +1905,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1840
1905
|
type: any;
|
|
1841
1906
|
default: string | number | boolean | string[] | Events | {
|
|
1842
1907
|
[key: string]: any;
|
|
1843
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1908
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1844
1909
|
[key: string]: any;
|
|
1845
1910
|
chartType: "bar";
|
|
1846
1911
|
plugin: "1";
|
|
@@ -1854,7 +1919,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1854
1919
|
type: any;
|
|
1855
1920
|
default: string | number | boolean | string[] | Events | {
|
|
1856
1921
|
[key: string]: any;
|
|
1857
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1922
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1858
1923
|
[key: string]: any;
|
|
1859
1924
|
chartType: "bar";
|
|
1860
1925
|
plugin: "1";
|
|
@@ -1868,7 +1933,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1868
1933
|
type: any;
|
|
1869
1934
|
default: string | number | boolean | string[] | Events | {
|
|
1870
1935
|
[key: string]: any;
|
|
1871
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1936
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1872
1937
|
[key: string]: any;
|
|
1873
1938
|
chartType: "bar";
|
|
1874
1939
|
plugin: "1";
|
|
@@ -1882,7 +1947,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1882
1947
|
type: any;
|
|
1883
1948
|
default: string | number | boolean | string[] | Events | {
|
|
1884
1949
|
[key: string]: any;
|
|
1885
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1950
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1886
1951
|
[key: string]: any;
|
|
1887
1952
|
chartType: "bar";
|
|
1888
1953
|
plugin: "1";
|
|
@@ -1896,7 +1961,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1896
1961
|
type: any;
|
|
1897
1962
|
default: string | number | boolean | string[] | Events | {
|
|
1898
1963
|
[key: string]: any;
|
|
1899
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1964
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1900
1965
|
[key: string]: any;
|
|
1901
1966
|
chartType: "bar";
|
|
1902
1967
|
plugin: "1";
|
|
@@ -1910,7 +1975,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1910
1975
|
type: any;
|
|
1911
1976
|
default: string | number | boolean | string[] | Events | {
|
|
1912
1977
|
[key: string]: any;
|
|
1913
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1978
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1914
1979
|
[key: string]: any;
|
|
1915
1980
|
chartType: "bar";
|
|
1916
1981
|
plugin: "1";
|
|
@@ -1924,7 +1989,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1924
1989
|
type: any;
|
|
1925
1990
|
default: string | number | boolean | string[] | Events | {
|
|
1926
1991
|
[key: string]: any;
|
|
1927
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
1992
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1928
1993
|
[key: string]: any;
|
|
1929
1994
|
chartType: "bar";
|
|
1930
1995
|
plugin: "1";
|
|
@@ -1938,7 +2003,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1938
2003
|
type: any;
|
|
1939
2004
|
default: string | number | boolean | string[] | Events | {
|
|
1940
2005
|
[key: string]: any;
|
|
1941
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
2006
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1942
2007
|
[key: string]: any;
|
|
1943
2008
|
chartType: "bar";
|
|
1944
2009
|
plugin: "1";
|
|
@@ -1952,7 +2017,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1952
2017
|
type: any;
|
|
1953
2018
|
default: string | number | boolean | string[] | Events | {
|
|
1954
2019
|
[key: string]: any;
|
|
1955
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames |
|
|
2020
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1956
2021
|
[key: string]: any;
|
|
1957
2022
|
chartType: "bar";
|
|
1958
2023
|
plugin: "1";
|