@ecan-bi/datav 1.0.34 → 1.0.35
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/graph/combo-graph/props.d.ts +62 -378
- package/dist/graph/line/Line.vue.d.ts +134 -376
- package/dist/graph/line/props.d.ts +60 -156
- package/dist/graph/pie/Pie.vue.d.ts +151 -427
- package/dist/graph/pie/props.d.ts +66 -174
- package/dist/graph/scatter/props.d.ts +58 -300
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -1,629 +1,467 @@
|
|
|
1
|
-
import { ValueTypeDataFieldNames, Events } from 'src/_utils/props';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<{
|
|
3
2
|
data: {
|
|
4
3
|
type?: undefined;
|
|
5
4
|
default?: undefined;
|
|
6
5
|
} | {
|
|
7
6
|
type: any;
|
|
8
|
-
default:
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
} | import("src/_utils/props").RequestParams;
|
|
7
|
+
default: any;
|
|
11
8
|
};
|
|
12
9
|
titleText: {
|
|
13
10
|
type?: undefined;
|
|
14
11
|
default?: undefined;
|
|
15
12
|
} | {
|
|
16
13
|
type: any;
|
|
17
|
-
default:
|
|
18
|
-
[key: string]: any;
|
|
19
|
-
} | import("src/_utils/props").RequestParams;
|
|
14
|
+
default: any;
|
|
20
15
|
};
|
|
21
16
|
titleSubtext: {
|
|
22
17
|
type?: undefined;
|
|
23
18
|
default?: undefined;
|
|
24
19
|
} | {
|
|
25
20
|
type: any;
|
|
26
|
-
default:
|
|
27
|
-
[key: string]: any;
|
|
28
|
-
} | import("src/_utils/props").RequestParams;
|
|
21
|
+
default: any;
|
|
29
22
|
};
|
|
30
23
|
titleLeft: {
|
|
31
24
|
type?: undefined;
|
|
32
25
|
default?: undefined;
|
|
33
26
|
} | {
|
|
34
27
|
type: any;
|
|
35
|
-
default:
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
} | import("src/_utils/props").RequestParams;
|
|
28
|
+
default: any;
|
|
38
29
|
};
|
|
39
30
|
colors: {
|
|
40
31
|
type?: undefined;
|
|
41
32
|
default?: undefined;
|
|
42
33
|
} | {
|
|
43
34
|
type: any;
|
|
44
|
-
default:
|
|
45
|
-
[key: string]: any;
|
|
46
|
-
} | import("src/_utils/props").RequestParams;
|
|
35
|
+
default: any;
|
|
47
36
|
};
|
|
48
37
|
backgroundColor: {
|
|
49
38
|
type?: undefined;
|
|
50
39
|
default?: undefined;
|
|
51
40
|
} | {
|
|
52
41
|
type: any;
|
|
53
|
-
default:
|
|
54
|
-
[key: string]: any;
|
|
55
|
-
} | import("src/_utils/props").RequestParams;
|
|
42
|
+
default: any;
|
|
56
43
|
};
|
|
57
44
|
tooltipShow: {
|
|
58
45
|
type?: undefined;
|
|
59
46
|
default?: undefined;
|
|
60
47
|
} | {
|
|
61
48
|
type: any;
|
|
62
|
-
default:
|
|
63
|
-
[key: string]: any;
|
|
64
|
-
} | import("src/_utils/props").RequestParams;
|
|
49
|
+
default: any;
|
|
65
50
|
};
|
|
66
51
|
tooltipTrigger: {
|
|
67
52
|
type?: undefined;
|
|
68
53
|
default?: undefined;
|
|
69
54
|
} | {
|
|
70
55
|
type: any;
|
|
71
|
-
default:
|
|
72
|
-
[key: string]: any;
|
|
73
|
-
} | import("src/_utils/props").RequestParams;
|
|
56
|
+
default: any;
|
|
74
57
|
};
|
|
75
58
|
tooltipTextStyleColor: {
|
|
76
59
|
type?: undefined;
|
|
77
60
|
default?: undefined;
|
|
78
61
|
} | {
|
|
79
62
|
type: any;
|
|
80
|
-
default:
|
|
81
|
-
[key: string]: any;
|
|
82
|
-
} | import("src/_utils/props").RequestParams;
|
|
63
|
+
default: any;
|
|
83
64
|
};
|
|
84
65
|
tooltipFormatter: {
|
|
85
66
|
type?: undefined;
|
|
86
67
|
default?: undefined;
|
|
87
68
|
} | {
|
|
88
69
|
type: any;
|
|
89
|
-
default:
|
|
90
|
-
[key: string]: any;
|
|
91
|
-
} | import("src/_utils/props").RequestParams;
|
|
70
|
+
default: any;
|
|
92
71
|
};
|
|
93
72
|
legendShow: {
|
|
94
73
|
type?: undefined;
|
|
95
74
|
default?: undefined;
|
|
96
75
|
} | {
|
|
97
76
|
type: any;
|
|
98
|
-
default:
|
|
99
|
-
[key: string]: any;
|
|
100
|
-
} | import("src/_utils/props").RequestParams;
|
|
77
|
+
default: any;
|
|
101
78
|
};
|
|
102
79
|
legendLeft: {
|
|
103
80
|
type?: undefined;
|
|
104
81
|
default?: undefined;
|
|
105
82
|
} | {
|
|
106
83
|
type: any;
|
|
107
|
-
default:
|
|
108
|
-
[key: string]: any;
|
|
109
|
-
} | import("src/_utils/props").RequestParams;
|
|
84
|
+
default: any;
|
|
110
85
|
};
|
|
111
86
|
legendTop: {
|
|
112
87
|
type?: undefined;
|
|
113
88
|
default?: undefined;
|
|
114
89
|
} | {
|
|
115
90
|
type: any;
|
|
116
|
-
default:
|
|
117
|
-
[key: string]: any;
|
|
118
|
-
} | import("src/_utils/props").RequestParams;
|
|
91
|
+
default: any;
|
|
119
92
|
};
|
|
120
93
|
legendOrient: {
|
|
121
94
|
type?: undefined;
|
|
122
95
|
default?: undefined;
|
|
123
96
|
} | {
|
|
124
97
|
type: any;
|
|
125
|
-
default:
|
|
126
|
-
[key: string]: any;
|
|
127
|
-
} | import("src/_utils/props").RequestParams;
|
|
98
|
+
default: any;
|
|
128
99
|
};
|
|
129
100
|
legendTextStyleColor: {
|
|
130
101
|
type?: undefined;
|
|
131
102
|
default?: undefined;
|
|
132
103
|
} | {
|
|
133
104
|
type: any;
|
|
134
|
-
default:
|
|
135
|
-
[key: string]: any;
|
|
136
|
-
} | import("src/_utils/props").RequestParams;
|
|
105
|
+
default: any;
|
|
137
106
|
};
|
|
138
107
|
innerRadius: {
|
|
139
108
|
type?: undefined;
|
|
140
109
|
default?: undefined;
|
|
141
110
|
} | {
|
|
142
111
|
type: any;
|
|
143
|
-
default:
|
|
144
|
-
[key: string]: any;
|
|
145
|
-
} | import("src/_utils/props").RequestParams;
|
|
112
|
+
default: any;
|
|
146
113
|
};
|
|
147
114
|
outerRadius: {
|
|
148
115
|
type?: undefined;
|
|
149
116
|
default?: undefined;
|
|
150
117
|
} | {
|
|
151
118
|
type: any;
|
|
152
|
-
default:
|
|
153
|
-
[key: string]: any;
|
|
154
|
-
} | import("src/_utils/props").RequestParams;
|
|
119
|
+
default: any;
|
|
155
120
|
};
|
|
156
121
|
centerLeft: {
|
|
157
122
|
type?: undefined;
|
|
158
123
|
default?: undefined;
|
|
159
124
|
} | {
|
|
160
125
|
type: any;
|
|
161
|
-
default:
|
|
162
|
-
[key: string]: any;
|
|
163
|
-
} | import("src/_utils/props").RequestParams;
|
|
126
|
+
default: any;
|
|
164
127
|
};
|
|
165
128
|
centerTop: {
|
|
166
129
|
type?: undefined;
|
|
167
130
|
default?: undefined;
|
|
168
131
|
} | {
|
|
169
132
|
type: any;
|
|
170
|
-
default:
|
|
171
|
-
[key: string]: any;
|
|
172
|
-
} | import("src/_utils/props").RequestParams;
|
|
133
|
+
default: any;
|
|
173
134
|
};
|
|
174
135
|
labelShow: {
|
|
175
136
|
type?: undefined;
|
|
176
137
|
default?: undefined;
|
|
177
138
|
} | {
|
|
178
139
|
type: any;
|
|
179
|
-
default:
|
|
180
|
-
[key: string]: any;
|
|
181
|
-
} | import("src/_utils/props").RequestParams;
|
|
140
|
+
default: any;
|
|
182
141
|
};
|
|
183
142
|
labelFormatter: {
|
|
184
143
|
type?: undefined;
|
|
185
144
|
default?: undefined;
|
|
186
145
|
} | {
|
|
187
146
|
type: any;
|
|
188
|
-
default:
|
|
189
|
-
[key: string]: any;
|
|
190
|
-
} | import("src/_utils/props").RequestParams;
|
|
147
|
+
default: any;
|
|
191
148
|
};
|
|
192
149
|
labelFontSize: {
|
|
193
150
|
type?: undefined;
|
|
194
151
|
default?: undefined;
|
|
195
152
|
} | {
|
|
196
153
|
type: any;
|
|
197
|
-
default:
|
|
198
|
-
[key: string]: any;
|
|
199
|
-
} | import("src/_utils/props").RequestParams;
|
|
154
|
+
default: any;
|
|
200
155
|
};
|
|
201
156
|
labelPosition: {
|
|
202
157
|
type?: undefined;
|
|
203
158
|
default?: undefined;
|
|
204
159
|
} | {
|
|
205
160
|
type: any;
|
|
206
|
-
default:
|
|
207
|
-
[key: string]: any;
|
|
208
|
-
} | import("src/_utils/props").RequestParams;
|
|
161
|
+
default: any;
|
|
209
162
|
};
|
|
210
163
|
labelLineShow: {
|
|
211
164
|
type?: undefined;
|
|
212
165
|
default?: undefined;
|
|
213
166
|
} | {
|
|
214
167
|
type: any;
|
|
215
|
-
default:
|
|
216
|
-
[key: string]: any;
|
|
217
|
-
} | import("src/_utils/props").RequestParams;
|
|
168
|
+
default: any;
|
|
218
169
|
};
|
|
219
170
|
labelColor: {
|
|
220
171
|
type?: undefined;
|
|
221
172
|
default?: undefined;
|
|
222
173
|
} | {
|
|
223
174
|
type: any;
|
|
224
|
-
default:
|
|
225
|
-
[key: string]: any;
|
|
226
|
-
} | import("src/_utils/props").RequestParams;
|
|
175
|
+
default: any;
|
|
227
176
|
};
|
|
228
177
|
isUseLabelColors: {
|
|
229
178
|
type?: undefined;
|
|
230
179
|
default?: undefined;
|
|
231
180
|
} | {
|
|
232
181
|
type: any;
|
|
233
|
-
default:
|
|
234
|
-
[key: string]: any;
|
|
235
|
-
} | import("src/_utils/props").RequestParams;
|
|
182
|
+
default: any;
|
|
236
183
|
};
|
|
237
184
|
labelLineLength: {
|
|
238
185
|
type?: undefined;
|
|
239
186
|
default?: undefined;
|
|
240
187
|
} | {
|
|
241
188
|
type: any;
|
|
242
|
-
default:
|
|
243
|
-
[key: string]: any;
|
|
244
|
-
} | import("src/_utils/props").RequestParams;
|
|
189
|
+
default: any;
|
|
245
190
|
};
|
|
246
191
|
labelLineLength2: {
|
|
247
192
|
type?: undefined;
|
|
248
193
|
default?: undefined;
|
|
249
194
|
} | {
|
|
250
195
|
type: any;
|
|
251
|
-
default:
|
|
252
|
-
[key: string]: any;
|
|
253
|
-
} | import("src/_utils/props").RequestParams;
|
|
196
|
+
default: any;
|
|
254
197
|
};
|
|
255
198
|
roseType: {
|
|
256
199
|
type?: undefined;
|
|
257
200
|
default?: undefined;
|
|
258
201
|
} | {
|
|
259
202
|
type: any;
|
|
260
|
-
default:
|
|
261
|
-
[key: string]: any;
|
|
262
|
-
} | import("src/_utils/props").RequestParams;
|
|
203
|
+
default: any;
|
|
263
204
|
};
|
|
264
205
|
valueTypeDataFieldNames: {
|
|
265
206
|
type?: undefined;
|
|
266
207
|
default?: undefined;
|
|
267
208
|
} | {
|
|
268
209
|
type: any;
|
|
269
|
-
default:
|
|
270
|
-
[key: string]: any;
|
|
271
|
-
} | import("src/_utils/props").RequestParams;
|
|
210
|
+
default: any;
|
|
272
211
|
};
|
|
273
212
|
dataFieldConfigType: {
|
|
274
213
|
type?: undefined;
|
|
275
214
|
default?: undefined;
|
|
276
215
|
} | {
|
|
277
216
|
type: any;
|
|
278
|
-
default:
|
|
279
|
-
[key: string]: any;
|
|
280
|
-
} | import("src/_utils/props").RequestParams;
|
|
217
|
+
default: any;
|
|
281
218
|
};
|
|
282
219
|
gridContainLabel: {
|
|
283
220
|
type?: undefined;
|
|
284
221
|
default?: undefined;
|
|
285
222
|
} | {
|
|
286
223
|
type: any;
|
|
287
|
-
default:
|
|
288
|
-
[key: string]: any;
|
|
289
|
-
} | import("src/_utils/props").RequestParams;
|
|
224
|
+
default: any;
|
|
290
225
|
};
|
|
291
226
|
gridTop: {
|
|
292
227
|
type?: undefined;
|
|
293
228
|
default?: undefined;
|
|
294
229
|
} | {
|
|
295
230
|
type: any;
|
|
296
|
-
default:
|
|
297
|
-
[key: string]: any;
|
|
298
|
-
} | import("src/_utils/props").RequestParams;
|
|
231
|
+
default: any;
|
|
299
232
|
};
|
|
300
233
|
gridBottom: {
|
|
301
234
|
type?: undefined;
|
|
302
235
|
default?: undefined;
|
|
303
236
|
} | {
|
|
304
237
|
type: any;
|
|
305
|
-
default:
|
|
306
|
-
[key: string]: any;
|
|
307
|
-
} | import("src/_utils/props").RequestParams;
|
|
238
|
+
default: any;
|
|
308
239
|
};
|
|
309
240
|
gridLeft: {
|
|
310
241
|
type?: undefined;
|
|
311
242
|
default?: undefined;
|
|
312
243
|
} | {
|
|
313
244
|
type: any;
|
|
314
|
-
default:
|
|
315
|
-
[key: string]: any;
|
|
316
|
-
} | import("src/_utils/props").RequestParams;
|
|
245
|
+
default: any;
|
|
317
246
|
};
|
|
318
247
|
gridRight: {
|
|
319
248
|
type?: undefined;
|
|
320
249
|
default?: undefined;
|
|
321
250
|
} | {
|
|
322
251
|
type: any;
|
|
323
|
-
default:
|
|
324
|
-
|
|
325
|
-
|
|
252
|
+
default: any;
|
|
253
|
+
};
|
|
254
|
+
graphicConfig?: {
|
|
255
|
+
type?: undefined;
|
|
256
|
+
default?: undefined;
|
|
257
|
+
} | {
|
|
258
|
+
type: any;
|
|
259
|
+
default: any;
|
|
326
260
|
};
|
|
327
261
|
id: {
|
|
328
262
|
type?: undefined;
|
|
329
263
|
default?: undefined;
|
|
330
264
|
} | {
|
|
331
265
|
type: any;
|
|
332
|
-
default:
|
|
333
|
-
[key: string]: any;
|
|
334
|
-
} | import("src/_utils/props").RequestParams;
|
|
266
|
+
default: any;
|
|
335
267
|
};
|
|
336
268
|
name: {
|
|
337
269
|
type?: undefined;
|
|
338
270
|
default?: undefined;
|
|
339
271
|
} | {
|
|
340
272
|
type: any;
|
|
341
|
-
default:
|
|
342
|
-
[key: string]: any;
|
|
343
|
-
} | import("src/_utils/props").RequestParams;
|
|
273
|
+
default: any;
|
|
344
274
|
};
|
|
345
275
|
keyName: {
|
|
346
276
|
type?: undefined;
|
|
347
277
|
default?: undefined;
|
|
348
278
|
} | {
|
|
349
279
|
type: any;
|
|
350
|
-
default:
|
|
351
|
-
[key: string]: any;
|
|
352
|
-
} | import("src/_utils/props").RequestParams;
|
|
280
|
+
default: any;
|
|
353
281
|
};
|
|
354
282
|
type: {
|
|
355
283
|
type?: undefined;
|
|
356
284
|
default?: undefined;
|
|
357
285
|
} | {
|
|
358
286
|
type: any;
|
|
359
|
-
default:
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
} | import("src/_utils/props").RequestParams;
|
|
287
|
+
default: any;
|
|
362
288
|
};
|
|
363
289
|
width: {
|
|
364
290
|
type?: undefined;
|
|
365
291
|
default?: undefined;
|
|
366
292
|
} | {
|
|
367
293
|
type: any;
|
|
368
|
-
default:
|
|
369
|
-
[key: string]: any;
|
|
370
|
-
} | import("src/_utils/props").RequestParams;
|
|
294
|
+
default: any;
|
|
371
295
|
};
|
|
372
296
|
height: {
|
|
373
297
|
type?: undefined;
|
|
374
298
|
default?: undefined;
|
|
375
299
|
} | {
|
|
376
300
|
type: any;
|
|
377
|
-
default:
|
|
378
|
-
[key: string]: any;
|
|
379
|
-
} | import("src/_utils/props").RequestParams;
|
|
301
|
+
default: any;
|
|
380
302
|
};
|
|
381
303
|
position: {
|
|
382
304
|
type?: undefined;
|
|
383
305
|
default?: undefined;
|
|
384
306
|
} | {
|
|
385
307
|
type: any;
|
|
386
|
-
default:
|
|
387
|
-
[key: string]: any;
|
|
388
|
-
} | import("src/_utils/props").RequestParams;
|
|
308
|
+
default: any;
|
|
389
309
|
};
|
|
390
310
|
top: {
|
|
391
311
|
type?: undefined;
|
|
392
312
|
default?: undefined;
|
|
393
313
|
} | {
|
|
394
314
|
type: any;
|
|
395
|
-
default:
|
|
396
|
-
[key: string]: any;
|
|
397
|
-
} | import("src/_utils/props").RequestParams;
|
|
315
|
+
default: any;
|
|
398
316
|
};
|
|
399
317
|
left: {
|
|
400
318
|
type?: undefined;
|
|
401
319
|
default?: undefined;
|
|
402
320
|
} | {
|
|
403
321
|
type: any;
|
|
404
|
-
default:
|
|
405
|
-
[key: string]: any;
|
|
406
|
-
} | import("src/_utils/props").RequestParams;
|
|
322
|
+
default: any;
|
|
407
323
|
};
|
|
408
324
|
zIndex: {
|
|
409
325
|
type?: undefined;
|
|
410
326
|
default?: undefined;
|
|
411
327
|
} | {
|
|
412
328
|
type: any;
|
|
413
|
-
default:
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
} | import("src/_utils/props").RequestParams;
|
|
329
|
+
default: any;
|
|
416
330
|
};
|
|
417
331
|
rotate: {
|
|
418
332
|
type?: undefined;
|
|
419
333
|
default?: undefined;
|
|
420
334
|
} | {
|
|
421
335
|
type: any;
|
|
422
|
-
default:
|
|
423
|
-
[key: string]: any;
|
|
424
|
-
} | import("src/_utils/props").RequestParams;
|
|
336
|
+
default: any;
|
|
425
337
|
};
|
|
426
338
|
isShow: {
|
|
427
339
|
type?: undefined;
|
|
428
340
|
default?: undefined;
|
|
429
341
|
} | {
|
|
430
342
|
type: any;
|
|
431
|
-
default:
|
|
432
|
-
[key: string]: any;
|
|
433
|
-
} | import("src/_utils/props").RequestParams;
|
|
343
|
+
default: any;
|
|
434
344
|
};
|
|
435
345
|
isRender: {
|
|
436
346
|
type?: undefined;
|
|
437
347
|
default?: undefined;
|
|
438
348
|
} | {
|
|
439
349
|
type: any;
|
|
440
|
-
default:
|
|
441
|
-
[key: string]: any;
|
|
442
|
-
} | import("src/_utils/props").RequestParams;
|
|
350
|
+
default: any;
|
|
443
351
|
};
|
|
444
352
|
events: {
|
|
445
353
|
type?: undefined;
|
|
446
354
|
default?: undefined;
|
|
447
355
|
} | {
|
|
448
356
|
type: any;
|
|
449
|
-
default:
|
|
450
|
-
[key: string]: any;
|
|
451
|
-
} | import("src/_utils/props").RequestParams;
|
|
357
|
+
default: any;
|
|
452
358
|
};
|
|
453
359
|
requestUrl: {
|
|
454
360
|
type?: undefined;
|
|
455
361
|
default?: undefined;
|
|
456
362
|
} | {
|
|
457
363
|
type: any;
|
|
458
|
-
default:
|
|
459
|
-
[key: string]: any;
|
|
460
|
-
} | import("src/_utils/props").RequestParams;
|
|
364
|
+
default: any;
|
|
461
365
|
};
|
|
462
366
|
requestMethod: {
|
|
463
367
|
type?: undefined;
|
|
464
368
|
default?: undefined;
|
|
465
369
|
} | {
|
|
466
370
|
type: any;
|
|
467
|
-
default:
|
|
468
|
-
[key: string]: any;
|
|
469
|
-
} | import("src/_utils/props").RequestParams;
|
|
371
|
+
default: any;
|
|
470
372
|
};
|
|
471
373
|
requestHeaders: {
|
|
472
374
|
type?: undefined;
|
|
473
375
|
default?: undefined;
|
|
474
376
|
} | {
|
|
475
377
|
type: any;
|
|
476
|
-
default:
|
|
477
|
-
[key: string]: any;
|
|
478
|
-
} | import("src/_utils/props").RequestParams;
|
|
378
|
+
default: any;
|
|
479
379
|
};
|
|
480
380
|
isOpenRequestTimer: {
|
|
481
381
|
type?: undefined;
|
|
482
382
|
default?: undefined;
|
|
483
383
|
} | {
|
|
484
384
|
type: any;
|
|
485
|
-
default:
|
|
486
|
-
[key: string]: any;
|
|
487
|
-
} | import("src/_utils/props").RequestParams;
|
|
385
|
+
default: any;
|
|
488
386
|
};
|
|
489
387
|
requestInterval: {
|
|
490
388
|
type?: undefined;
|
|
491
389
|
default?: undefined;
|
|
492
390
|
} | {
|
|
493
391
|
type: any;
|
|
494
|
-
default:
|
|
495
|
-
[key: string]: any;
|
|
496
|
-
} | import("src/_utils/props").RequestParams;
|
|
392
|
+
default: any;
|
|
497
393
|
};
|
|
498
394
|
requestParams: {
|
|
499
395
|
type?: undefined;
|
|
500
396
|
default?: undefined;
|
|
501
397
|
} | {
|
|
502
398
|
type: any;
|
|
503
|
-
default:
|
|
504
|
-
[key: string]: any;
|
|
505
|
-
} | import("src/_utils/props").RequestParams;
|
|
399
|
+
default: any;
|
|
506
400
|
};
|
|
507
401
|
requestSort: {
|
|
508
402
|
type?: undefined;
|
|
509
403
|
default?: undefined;
|
|
510
404
|
} | {
|
|
511
405
|
type: any;
|
|
512
|
-
default:
|
|
513
|
-
[key: string]: any;
|
|
514
|
-
} | import("src/_utils/props").RequestParams;
|
|
406
|
+
default: any;
|
|
515
407
|
};
|
|
516
408
|
dataType: {
|
|
517
409
|
type?: undefined;
|
|
518
410
|
default?: undefined;
|
|
519
411
|
} | {
|
|
520
412
|
type: any;
|
|
521
|
-
default:
|
|
522
|
-
[key: string]: any;
|
|
523
|
-
} | import("src/_utils/props").RequestParams;
|
|
413
|
+
default: any;
|
|
524
414
|
};
|
|
525
415
|
}, {
|
|
526
416
|
option: import("vue").ComputedRef<{
|
|
527
417
|
title: {
|
|
528
|
-
text:
|
|
529
|
-
|
|
530
|
-
};
|
|
531
|
-
subtext: string | number | boolean | {
|
|
532
|
-
[key: string]: any;
|
|
533
|
-
};
|
|
418
|
+
text: any;
|
|
419
|
+
subtext: any;
|
|
534
420
|
left: string;
|
|
535
421
|
};
|
|
536
422
|
grid: {
|
|
537
|
-
top:
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
};
|
|
543
|
-
left: string | number | boolean | {
|
|
544
|
-
[key: string]: any;
|
|
545
|
-
};
|
|
546
|
-
right: string | number | boolean | {
|
|
547
|
-
[key: string]: any;
|
|
548
|
-
};
|
|
549
|
-
containLabel: string | number | boolean | {
|
|
550
|
-
[key: string]: any;
|
|
551
|
-
};
|
|
423
|
+
top: any;
|
|
424
|
+
bottom: any;
|
|
425
|
+
left: any;
|
|
426
|
+
right: any;
|
|
427
|
+
containLabel: any;
|
|
552
428
|
};
|
|
553
429
|
tooltip: {
|
|
554
|
-
show:
|
|
555
|
-
|
|
556
|
-
};
|
|
557
|
-
trigger: string | number | boolean | {
|
|
558
|
-
[key: string]: any;
|
|
559
|
-
};
|
|
430
|
+
show: any;
|
|
431
|
+
trigger: any;
|
|
560
432
|
formatter: string;
|
|
561
433
|
textStyle: {
|
|
562
|
-
color:
|
|
563
|
-
[key: string]: any;
|
|
564
|
-
};
|
|
434
|
+
color: any;
|
|
565
435
|
};
|
|
566
436
|
};
|
|
567
437
|
legend: {
|
|
568
|
-
show:
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
[key: string]: any;
|
|
573
|
-
};
|
|
574
|
-
top: string | number | boolean | {
|
|
575
|
-
[key: string]: any;
|
|
576
|
-
};
|
|
577
|
-
left: string | number | boolean | {
|
|
578
|
-
[key: string]: any;
|
|
579
|
-
};
|
|
438
|
+
show: any;
|
|
439
|
+
orient: any;
|
|
440
|
+
top: any;
|
|
441
|
+
left: any;
|
|
580
442
|
textStyle: {
|
|
581
|
-
color:
|
|
582
|
-
[key: string]: any;
|
|
583
|
-
};
|
|
443
|
+
color: any;
|
|
584
444
|
};
|
|
585
445
|
};
|
|
586
|
-
color:
|
|
587
|
-
[key: string]: any;
|
|
588
|
-
};
|
|
446
|
+
color: any;
|
|
589
447
|
series: {
|
|
590
448
|
data: any;
|
|
591
449
|
type: string;
|
|
592
|
-
radius:
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
center: (string | number | boolean | {
|
|
596
|
-
[key: string]: any;
|
|
597
|
-
})[];
|
|
598
|
-
roseType: string | number | boolean | {
|
|
599
|
-
[key: string]: any;
|
|
600
|
-
};
|
|
450
|
+
radius: any[];
|
|
451
|
+
center: any[];
|
|
452
|
+
roseType: any;
|
|
601
453
|
avoidLabelOverlap: boolean;
|
|
602
454
|
label: {
|
|
603
|
-
show:
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
[key: string]: any;
|
|
608
|
-
};
|
|
609
|
-
fontSize: string | number | boolean | {
|
|
610
|
-
[key: string]: any;
|
|
611
|
-
};
|
|
612
|
-
position: string | number | boolean | {
|
|
613
|
-
[key: string]: any;
|
|
614
|
-
};
|
|
455
|
+
show: any;
|
|
456
|
+
color: any;
|
|
457
|
+
fontSize: any;
|
|
458
|
+
position: any;
|
|
615
459
|
formatter: string;
|
|
616
460
|
};
|
|
617
461
|
labelLine: {
|
|
618
|
-
show:
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
length: string | number | boolean | {
|
|
622
|
-
[key: string]: any;
|
|
623
|
-
};
|
|
624
|
-
length2: string | number | boolean | {
|
|
625
|
-
[key: string]: any;
|
|
626
|
-
};
|
|
462
|
+
show: any;
|
|
463
|
+
length: any;
|
|
464
|
+
length2: any;
|
|
627
465
|
};
|
|
628
466
|
emphasis: {
|
|
629
467
|
itemStyle: {
|
|
@@ -675,6 +513,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
675
513
|
gridBottom?: unknown;
|
|
676
514
|
gridLeft?: unknown;
|
|
677
515
|
gridRight?: unknown;
|
|
516
|
+
graphicConfig?: unknown;
|
|
678
517
|
id?: unknown;
|
|
679
518
|
name?: unknown;
|
|
680
519
|
keyName?: unknown;
|
|
@@ -698,179 +537,64 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
698
537
|
requestSort?: unknown;
|
|
699
538
|
dataType?: unknown;
|
|
700
539
|
} & {} & {
|
|
701
|
-
type?:
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
};
|
|
761
|
-
labelShow?: string | number | boolean | {
|
|
762
|
-
[key: string]: any;
|
|
763
|
-
};
|
|
764
|
-
labelFormatter?: string | number | boolean | {
|
|
765
|
-
[key: string]: any;
|
|
766
|
-
};
|
|
767
|
-
labelFontSize?: string | number | boolean | {
|
|
768
|
-
[key: string]: any;
|
|
769
|
-
};
|
|
770
|
-
labelPosition?: string | number | boolean | {
|
|
771
|
-
[key: string]: any;
|
|
772
|
-
};
|
|
773
|
-
labelLineShow?: string | number | boolean | {
|
|
774
|
-
[key: string]: any;
|
|
775
|
-
};
|
|
776
|
-
labelColor?: string | number | boolean | {
|
|
777
|
-
[key: string]: any;
|
|
778
|
-
};
|
|
779
|
-
isUseLabelColors?: string | number | boolean | {
|
|
780
|
-
[key: string]: any;
|
|
781
|
-
};
|
|
782
|
-
labelLineLength?: string | number | boolean | {
|
|
783
|
-
[key: string]: any;
|
|
784
|
-
};
|
|
785
|
-
labelLineLength2?: string | number | boolean | {
|
|
786
|
-
[key: string]: any;
|
|
787
|
-
};
|
|
788
|
-
roseType?: string | number | boolean | {
|
|
789
|
-
[key: string]: any;
|
|
790
|
-
};
|
|
791
|
-
valueTypeDataFieldNames?: string | number | boolean | {
|
|
792
|
-
[key: string]: any;
|
|
793
|
-
};
|
|
794
|
-
dataFieldConfigType?: string | number | boolean | {
|
|
795
|
-
[key: string]: any;
|
|
796
|
-
};
|
|
797
|
-
gridContainLabel?: string | number | boolean | {
|
|
798
|
-
[key: string]: any;
|
|
799
|
-
};
|
|
800
|
-
gridTop?: string | number | boolean | {
|
|
801
|
-
[key: string]: any;
|
|
802
|
-
};
|
|
803
|
-
gridBottom?: string | number | boolean | {
|
|
804
|
-
[key: string]: any;
|
|
805
|
-
};
|
|
806
|
-
gridLeft?: string | number | boolean | {
|
|
807
|
-
[key: string]: any;
|
|
808
|
-
};
|
|
809
|
-
gridRight?: string | number | boolean | {
|
|
810
|
-
[key: string]: any;
|
|
811
|
-
};
|
|
812
|
-
id?: string | number | boolean | {
|
|
813
|
-
[key: string]: any;
|
|
814
|
-
};
|
|
815
|
-
name?: string | number | boolean | {
|
|
816
|
-
[key: string]: any;
|
|
817
|
-
};
|
|
818
|
-
keyName?: string | number | boolean | {
|
|
819
|
-
[key: string]: any;
|
|
820
|
-
};
|
|
821
|
-
width?: string | number | boolean | {
|
|
822
|
-
[key: string]: any;
|
|
823
|
-
};
|
|
824
|
-
height?: string | number | boolean | {
|
|
825
|
-
[key: string]: any;
|
|
826
|
-
};
|
|
827
|
-
position?: string | number | boolean | {
|
|
828
|
-
[key: string]: any;
|
|
829
|
-
};
|
|
830
|
-
top?: string | number | boolean | {
|
|
831
|
-
[key: string]: any;
|
|
832
|
-
};
|
|
833
|
-
left?: string | number | boolean | {
|
|
834
|
-
[key: string]: any;
|
|
835
|
-
};
|
|
836
|
-
zIndex?: string | number | boolean | {
|
|
837
|
-
[key: string]: any;
|
|
838
|
-
};
|
|
839
|
-
rotate?: string | number | boolean | {
|
|
840
|
-
[key: string]: any;
|
|
841
|
-
};
|
|
842
|
-
isShow?: string | number | boolean | {
|
|
843
|
-
[key: string]: any;
|
|
844
|
-
};
|
|
845
|
-
isRender?: string | number | boolean | {
|
|
846
|
-
[key: string]: any;
|
|
847
|
-
};
|
|
848
|
-
events?: string | number | boolean | {
|
|
849
|
-
[key: string]: any;
|
|
850
|
-
};
|
|
851
|
-
requestUrl?: string | number | boolean | {
|
|
852
|
-
[key: string]: any;
|
|
853
|
-
};
|
|
854
|
-
requestMethod?: string | number | boolean | {
|
|
855
|
-
[key: string]: any;
|
|
856
|
-
};
|
|
857
|
-
requestHeaders?: string | number | boolean | {
|
|
858
|
-
[key: string]: any;
|
|
859
|
-
};
|
|
860
|
-
isOpenRequestTimer?: string | number | boolean | {
|
|
861
|
-
[key: string]: any;
|
|
862
|
-
};
|
|
863
|
-
requestInterval?: string | number | boolean | {
|
|
864
|
-
[key: string]: any;
|
|
865
|
-
};
|
|
866
|
-
requestParams?: string | number | boolean | {
|
|
867
|
-
[key: string]: any;
|
|
868
|
-
};
|
|
869
|
-
requestSort?: string | number | boolean | {
|
|
870
|
-
[key: string]: any;
|
|
871
|
-
};
|
|
872
|
-
dataType?: string | number | boolean | {
|
|
873
|
-
[key: string]: any;
|
|
874
|
-
};
|
|
540
|
+
type?: any;
|
|
541
|
+
data?: any;
|
|
542
|
+
titleText?: any;
|
|
543
|
+
titleSubtext?: any;
|
|
544
|
+
titleLeft?: any;
|
|
545
|
+
colors?: any;
|
|
546
|
+
backgroundColor?: any;
|
|
547
|
+
tooltipShow?: any;
|
|
548
|
+
tooltipTrigger?: any;
|
|
549
|
+
tooltipTextStyleColor?: any;
|
|
550
|
+
tooltipFormatter?: any;
|
|
551
|
+
legendShow?: any;
|
|
552
|
+
legendLeft?: any;
|
|
553
|
+
legendTop?: any;
|
|
554
|
+
legendOrient?: any;
|
|
555
|
+
legendTextStyleColor?: any;
|
|
556
|
+
innerRadius?: any;
|
|
557
|
+
outerRadius?: any;
|
|
558
|
+
centerLeft?: any;
|
|
559
|
+
centerTop?: any;
|
|
560
|
+
labelShow?: any;
|
|
561
|
+
labelFormatter?: any;
|
|
562
|
+
labelFontSize?: any;
|
|
563
|
+
labelPosition?: any;
|
|
564
|
+
labelLineShow?: any;
|
|
565
|
+
labelColor?: any;
|
|
566
|
+
isUseLabelColors?: any;
|
|
567
|
+
labelLineLength?: any;
|
|
568
|
+
labelLineLength2?: any;
|
|
569
|
+
roseType?: any;
|
|
570
|
+
valueTypeDataFieldNames?: any;
|
|
571
|
+
dataFieldConfigType?: any;
|
|
572
|
+
gridContainLabel?: any;
|
|
573
|
+
gridTop?: any;
|
|
574
|
+
gridBottom?: any;
|
|
575
|
+
gridLeft?: any;
|
|
576
|
+
gridRight?: any;
|
|
577
|
+
graphicConfig?: any;
|
|
578
|
+
id?: any;
|
|
579
|
+
name?: any;
|
|
580
|
+
keyName?: any;
|
|
581
|
+
width?: any;
|
|
582
|
+
height?: any;
|
|
583
|
+
position?: any;
|
|
584
|
+
top?: any;
|
|
585
|
+
left?: any;
|
|
586
|
+
zIndex?: any;
|
|
587
|
+
rotate?: any;
|
|
588
|
+
isShow?: any;
|
|
589
|
+
isRender?: any;
|
|
590
|
+
events?: any;
|
|
591
|
+
requestUrl?: any;
|
|
592
|
+
requestMethod?: any;
|
|
593
|
+
requestHeaders?: any;
|
|
594
|
+
isOpenRequestTimer?: any;
|
|
595
|
+
requestInterval?: any;
|
|
596
|
+
requestParams?: any;
|
|
597
|
+
requestSort?: any;
|
|
598
|
+
dataType?: any;
|
|
875
599
|
}>, {}>;
|
|
876
600
|
export default _default;
|