@ecan-bi/datav 1.0.32 → 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/_utils/hooks/index.d.ts +1 -0
- package/dist/_utils/hooks/useAxisLabelFormatter.d.ts +2 -0
- package/dist/_utils/util.d.ts +1 -0
- package/dist/container/modal/Modal.vue.d.ts +39 -0
- package/dist/graph/bar/Bar.vue.d.ts +33 -8
- package/dist/graph/bar/props.d.ts +21 -5
- package/dist/graph/combo-graph/ComboGraph.vue.d.ts +103 -1
- package/dist/graph/combo-graph/props.d.ts +97 -343
- package/dist/graph/line/Line.vue.d.ts +178 -324
- package/dist/graph/line/props.d.ts +102 -138
- package/dist/graph/pie/Pie.vue.d.ts +188 -382
- package/dist/graph/pie/props.d.ts +101 -159
- package/dist/graph/scatter/Scatter.vue.d.ts +114 -0
- package/dist/graph/scatter/props.d.ts +100 -264
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
|
@@ -1,488 +1,428 @@
|
|
|
1
|
-
import { Events, KeyTypeDataFieldNames, ValueTypeDataFieldNames } 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
|
legendShow: {
|
|
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
|
legendLeft: {
|
|
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
|
legendTop: {
|
|
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
|
legendOrient: {
|
|
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
|
symbolSize: {
|
|
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
|
lineStyleWidth: {
|
|
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
|
smooth: {
|
|
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
|
xAxisSplitLineShow: {
|
|
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
|
xAxisLabelColor: {
|
|
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
|
xAxisLineStyleColor: {
|
|
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
|
xAxisSplitLineStyleColor: {
|
|
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
|
xAxisTickShow: {
|
|
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
|
yAxisSplitLineShow: {
|
|
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
|
yAxisSplitLineStyleColor: {
|
|
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
|
yAxisLabelColor: {
|
|
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
|
yAxisLineStyleColor: {
|
|
184
143
|
type?: undefined;
|
|
185
144
|
default?: undefined;
|
|
186
145
|
} | {
|
|
187
146
|
type: any;
|
|
188
|
-
default:
|
|
189
|
-
|
|
190
|
-
|
|
147
|
+
default: any;
|
|
148
|
+
};
|
|
149
|
+
yAxisLabelFormatter: {
|
|
150
|
+
type?: undefined;
|
|
151
|
+
default?: undefined;
|
|
152
|
+
} | {
|
|
153
|
+
type: any;
|
|
154
|
+
default: any;
|
|
191
155
|
};
|
|
192
156
|
valueTypeDataFieldNames: {
|
|
193
157
|
type?: undefined;
|
|
194
158
|
default?: undefined;
|
|
195
159
|
} | {
|
|
196
160
|
type: any;
|
|
197
|
-
default:
|
|
198
|
-
[key: string]: any;
|
|
199
|
-
} | import("src/_utils/props").RequestParams;
|
|
161
|
+
default: any;
|
|
200
162
|
};
|
|
201
163
|
keyTypeDataFieldNames: {
|
|
202
164
|
type?: undefined;
|
|
203
165
|
default?: undefined;
|
|
204
166
|
} | {
|
|
205
167
|
type: any;
|
|
206
|
-
default:
|
|
207
|
-
[key: string]: any;
|
|
208
|
-
} | import("src/_utils/props").RequestParams;
|
|
168
|
+
default: any;
|
|
209
169
|
};
|
|
210
170
|
dataFieldConfigType: {
|
|
211
171
|
type?: undefined;
|
|
212
172
|
default?: undefined;
|
|
213
173
|
} | {
|
|
214
174
|
type: any;
|
|
215
|
-
default:
|
|
216
|
-
|
|
217
|
-
|
|
175
|
+
default: any;
|
|
176
|
+
};
|
|
177
|
+
gridContainLabel: {
|
|
178
|
+
type?: undefined;
|
|
179
|
+
default?: undefined;
|
|
180
|
+
} | {
|
|
181
|
+
type: any;
|
|
182
|
+
default: any;
|
|
183
|
+
};
|
|
184
|
+
gridTop: {
|
|
185
|
+
type?: undefined;
|
|
186
|
+
default?: undefined;
|
|
187
|
+
} | {
|
|
188
|
+
type: any;
|
|
189
|
+
default: any;
|
|
190
|
+
};
|
|
191
|
+
gridBottom: {
|
|
192
|
+
type?: undefined;
|
|
193
|
+
default?: undefined;
|
|
194
|
+
} | {
|
|
195
|
+
type: any;
|
|
196
|
+
default: any;
|
|
197
|
+
};
|
|
198
|
+
gridLeft: {
|
|
199
|
+
type?: undefined;
|
|
200
|
+
default?: undefined;
|
|
201
|
+
} | {
|
|
202
|
+
type: any;
|
|
203
|
+
default: any;
|
|
204
|
+
};
|
|
205
|
+
gridRight: {
|
|
206
|
+
type?: undefined;
|
|
207
|
+
default?: undefined;
|
|
208
|
+
} | {
|
|
209
|
+
type: any;
|
|
210
|
+
default: any;
|
|
211
|
+
};
|
|
212
|
+
graphicConfig?: {
|
|
213
|
+
type?: undefined;
|
|
214
|
+
default?: undefined;
|
|
215
|
+
} | {
|
|
216
|
+
type: any;
|
|
217
|
+
default: any;
|
|
218
218
|
};
|
|
219
219
|
id: {
|
|
220
220
|
type?: undefined;
|
|
221
221
|
default?: undefined;
|
|
222
222
|
} | {
|
|
223
223
|
type: any;
|
|
224
|
-
default:
|
|
225
|
-
[key: string]: any;
|
|
226
|
-
} | import("src/_utils/props").RequestParams;
|
|
224
|
+
default: any;
|
|
227
225
|
};
|
|
228
226
|
name: {
|
|
229
227
|
type?: undefined;
|
|
230
228
|
default?: undefined;
|
|
231
229
|
} | {
|
|
232
230
|
type: any;
|
|
233
|
-
default:
|
|
234
|
-
[key: string]: any;
|
|
235
|
-
} | import("src/_utils/props").RequestParams;
|
|
231
|
+
default: any;
|
|
236
232
|
};
|
|
237
233
|
keyName: {
|
|
238
234
|
type?: undefined;
|
|
239
235
|
default?: undefined;
|
|
240
236
|
} | {
|
|
241
237
|
type: any;
|
|
242
|
-
default:
|
|
243
|
-
[key: string]: any;
|
|
244
|
-
} | import("src/_utils/props").RequestParams;
|
|
238
|
+
default: any;
|
|
245
239
|
};
|
|
246
240
|
type: {
|
|
247
241
|
type?: undefined;
|
|
248
242
|
default?: undefined;
|
|
249
243
|
} | {
|
|
250
244
|
type: any;
|
|
251
|
-
default:
|
|
252
|
-
[key: string]: any;
|
|
253
|
-
} | import("src/_utils/props").RequestParams;
|
|
245
|
+
default: any;
|
|
254
246
|
};
|
|
255
247
|
width: {
|
|
256
248
|
type?: undefined;
|
|
257
249
|
default?: undefined;
|
|
258
250
|
} | {
|
|
259
251
|
type: any;
|
|
260
|
-
default:
|
|
261
|
-
[key: string]: any;
|
|
262
|
-
} | import("src/_utils/props").RequestParams;
|
|
252
|
+
default: any;
|
|
263
253
|
};
|
|
264
254
|
height: {
|
|
265
255
|
type?: undefined;
|
|
266
256
|
default?: undefined;
|
|
267
257
|
} | {
|
|
268
258
|
type: any;
|
|
269
|
-
default:
|
|
270
|
-
[key: string]: any;
|
|
271
|
-
} | import("src/_utils/props").RequestParams;
|
|
259
|
+
default: any;
|
|
272
260
|
};
|
|
273
261
|
position: {
|
|
274
262
|
type?: undefined;
|
|
275
263
|
default?: undefined;
|
|
276
264
|
} | {
|
|
277
265
|
type: any;
|
|
278
|
-
default:
|
|
279
|
-
[key: string]: any;
|
|
280
|
-
} | import("src/_utils/props").RequestParams;
|
|
266
|
+
default: any;
|
|
281
267
|
};
|
|
282
268
|
top: {
|
|
283
269
|
type?: undefined;
|
|
284
270
|
default?: undefined;
|
|
285
271
|
} | {
|
|
286
272
|
type: any;
|
|
287
|
-
default:
|
|
288
|
-
[key: string]: any;
|
|
289
|
-
} | import("src/_utils/props").RequestParams;
|
|
273
|
+
default: any;
|
|
290
274
|
};
|
|
291
275
|
left: {
|
|
292
276
|
type?: undefined;
|
|
293
277
|
default?: undefined;
|
|
294
278
|
} | {
|
|
295
279
|
type: any;
|
|
296
|
-
default:
|
|
297
|
-
[key: string]: any;
|
|
298
|
-
} | import("src/_utils/props").RequestParams;
|
|
280
|
+
default: any;
|
|
299
281
|
};
|
|
300
282
|
zIndex: {
|
|
301
283
|
type?: undefined;
|
|
302
284
|
default?: undefined;
|
|
303
285
|
} | {
|
|
304
286
|
type: any;
|
|
305
|
-
default:
|
|
306
|
-
[key: string]: any;
|
|
307
|
-
} | import("src/_utils/props").RequestParams;
|
|
287
|
+
default: any;
|
|
308
288
|
};
|
|
309
289
|
rotate: {
|
|
310
290
|
type?: undefined;
|
|
311
291
|
default?: undefined;
|
|
312
292
|
} | {
|
|
313
293
|
type: any;
|
|
314
|
-
default:
|
|
315
|
-
[key: string]: any;
|
|
316
|
-
} | import("src/_utils/props").RequestParams;
|
|
294
|
+
default: any;
|
|
317
295
|
};
|
|
318
296
|
isShow: {
|
|
319
297
|
type?: undefined;
|
|
320
298
|
default?: undefined;
|
|
321
299
|
} | {
|
|
322
300
|
type: any;
|
|
323
|
-
default:
|
|
324
|
-
[key: string]: any;
|
|
325
|
-
} | import("src/_utils/props").RequestParams;
|
|
301
|
+
default: any;
|
|
326
302
|
};
|
|
327
303
|
isRender: {
|
|
328
304
|
type?: undefined;
|
|
329
305
|
default?: undefined;
|
|
330
306
|
} | {
|
|
331
307
|
type: any;
|
|
332
|
-
default:
|
|
333
|
-
[key: string]: any;
|
|
334
|
-
} | import("src/_utils/props").RequestParams;
|
|
308
|
+
default: any;
|
|
335
309
|
};
|
|
336
310
|
events: {
|
|
337
311
|
type?: undefined;
|
|
338
312
|
default?: undefined;
|
|
339
313
|
} | {
|
|
340
314
|
type: any;
|
|
341
|
-
default:
|
|
342
|
-
[key: string]: any;
|
|
343
|
-
} | import("src/_utils/props").RequestParams;
|
|
315
|
+
default: any;
|
|
344
316
|
};
|
|
345
317
|
requestUrl: {
|
|
346
318
|
type?: undefined;
|
|
347
319
|
default?: undefined;
|
|
348
320
|
} | {
|
|
349
321
|
type: any;
|
|
350
|
-
default:
|
|
351
|
-
[key: string]: any;
|
|
352
|
-
} | import("src/_utils/props").RequestParams;
|
|
322
|
+
default: any;
|
|
353
323
|
};
|
|
354
324
|
requestMethod: {
|
|
355
325
|
type?: undefined;
|
|
356
326
|
default?: undefined;
|
|
357
327
|
} | {
|
|
358
328
|
type: any;
|
|
359
|
-
default:
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
} | import("src/_utils/props").RequestParams;
|
|
329
|
+
default: any;
|
|
362
330
|
};
|
|
363
331
|
requestHeaders: {
|
|
364
332
|
type?: undefined;
|
|
365
333
|
default?: undefined;
|
|
366
334
|
} | {
|
|
367
335
|
type: any;
|
|
368
|
-
default:
|
|
369
|
-
[key: string]: any;
|
|
370
|
-
} | import("src/_utils/props").RequestParams;
|
|
336
|
+
default: any;
|
|
371
337
|
};
|
|
372
338
|
isOpenRequestTimer: {
|
|
373
339
|
type?: undefined;
|
|
374
340
|
default?: undefined;
|
|
375
341
|
} | {
|
|
376
342
|
type: any;
|
|
377
|
-
default:
|
|
378
|
-
[key: string]: any;
|
|
379
|
-
} | import("src/_utils/props").RequestParams;
|
|
343
|
+
default: any;
|
|
380
344
|
};
|
|
381
345
|
requestInterval: {
|
|
382
346
|
type?: undefined;
|
|
383
347
|
default?: undefined;
|
|
384
348
|
} | {
|
|
385
349
|
type: any;
|
|
386
|
-
default:
|
|
387
|
-
[key: string]: any;
|
|
388
|
-
} | import("src/_utils/props").RequestParams;
|
|
350
|
+
default: any;
|
|
389
351
|
};
|
|
390
352
|
requestParams: {
|
|
391
353
|
type?: undefined;
|
|
392
354
|
default?: undefined;
|
|
393
355
|
} | {
|
|
394
356
|
type: any;
|
|
395
|
-
default:
|
|
396
|
-
[key: string]: any;
|
|
397
|
-
} | import("src/_utils/props").RequestParams;
|
|
357
|
+
default: any;
|
|
398
358
|
};
|
|
399
359
|
requestSort: {
|
|
400
360
|
type?: undefined;
|
|
401
361
|
default?: undefined;
|
|
402
362
|
} | {
|
|
403
363
|
type: any;
|
|
404
|
-
default:
|
|
405
|
-
[key: string]: any;
|
|
406
|
-
} | import("src/_utils/props").RequestParams;
|
|
364
|
+
default: any;
|
|
407
365
|
};
|
|
408
366
|
dataType: {
|
|
409
367
|
type?: undefined;
|
|
410
368
|
default?: undefined;
|
|
411
369
|
} | {
|
|
412
370
|
type: any;
|
|
413
|
-
default:
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
} | import("src/_utils/props").RequestParams;
|
|
371
|
+
default: any;
|
|
416
372
|
};
|
|
417
373
|
}, {
|
|
418
374
|
option: import("vue").ComputedRef<{
|
|
419
375
|
title: {
|
|
420
|
-
text:
|
|
421
|
-
|
|
422
|
-
};
|
|
423
|
-
subText: string | number | boolean | {
|
|
424
|
-
[key: string]: any;
|
|
425
|
-
};
|
|
376
|
+
text: any;
|
|
377
|
+
subText: any;
|
|
426
378
|
left: string;
|
|
427
379
|
};
|
|
428
|
-
|
|
429
|
-
|
|
380
|
+
grid: {
|
|
381
|
+
top: any;
|
|
382
|
+
bottom: any;
|
|
383
|
+
left: any;
|
|
384
|
+
right: any;
|
|
385
|
+
containLabel: any;
|
|
430
386
|
};
|
|
387
|
+
color: any;
|
|
431
388
|
xAxis: {
|
|
432
389
|
type: string;
|
|
433
390
|
data: {
|
|
434
391
|
[x: string]: any;
|
|
435
392
|
}[];
|
|
436
393
|
splitLine: {
|
|
437
|
-
show:
|
|
438
|
-
[key: string]: any;
|
|
439
|
-
};
|
|
394
|
+
show: any;
|
|
440
395
|
lineStyle: {
|
|
441
|
-
color:
|
|
442
|
-
[key: string]: any;
|
|
443
|
-
};
|
|
396
|
+
color: any;
|
|
444
397
|
};
|
|
445
398
|
};
|
|
446
399
|
axisLabel: {
|
|
447
|
-
color:
|
|
448
|
-
[key: string]: any;
|
|
449
|
-
};
|
|
400
|
+
color: any;
|
|
450
401
|
};
|
|
451
402
|
axisLine: {
|
|
452
403
|
lineStyle: {
|
|
453
|
-
color:
|
|
454
|
-
[key: string]: any;
|
|
455
|
-
};
|
|
404
|
+
color: any;
|
|
456
405
|
};
|
|
457
406
|
};
|
|
458
407
|
axisTick: {
|
|
459
|
-
show:
|
|
460
|
-
[key: string]: any;
|
|
461
|
-
};
|
|
408
|
+
show: any;
|
|
462
409
|
};
|
|
463
410
|
};
|
|
464
411
|
yAxis: {
|
|
465
412
|
type: string;
|
|
466
413
|
splitLine: {
|
|
467
|
-
show:
|
|
468
|
-
[key: string]: any;
|
|
469
|
-
};
|
|
414
|
+
show: any;
|
|
470
415
|
lineStyle: {
|
|
471
|
-
color:
|
|
472
|
-
[key: string]: any;
|
|
473
|
-
};
|
|
416
|
+
color: any;
|
|
474
417
|
};
|
|
475
418
|
};
|
|
476
419
|
axisLabel: {
|
|
477
|
-
color:
|
|
478
|
-
|
|
479
|
-
};
|
|
420
|
+
color: any;
|
|
421
|
+
formatter(value: string): string;
|
|
480
422
|
};
|
|
481
423
|
axisLine: {
|
|
482
424
|
lineStyle: {
|
|
483
|
-
color:
|
|
484
|
-
[key: string]: any;
|
|
485
|
-
};
|
|
425
|
+
color: any;
|
|
486
426
|
};
|
|
487
427
|
};
|
|
488
428
|
};
|
|
@@ -490,18 +430,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
490
430
|
trigger: string;
|
|
491
431
|
};
|
|
492
432
|
legend: {
|
|
493
|
-
show:
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
[key: string]: any;
|
|
498
|
-
};
|
|
499
|
-
top: string | number | boolean | {
|
|
500
|
-
[key: string]: any;
|
|
501
|
-
};
|
|
502
|
-
left: string | number | boolean | {
|
|
503
|
-
[key: string]: any;
|
|
504
|
-
};
|
|
433
|
+
show: any;
|
|
434
|
+
orient: any;
|
|
435
|
+
top: any;
|
|
436
|
+
left: any;
|
|
505
437
|
};
|
|
506
438
|
series: {
|
|
507
439
|
[x: string]: any;
|
|
@@ -532,9 +464,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
532
464
|
yAxisSplitLineStyleColor?: unknown;
|
|
533
465
|
yAxisLabelColor?: unknown;
|
|
534
466
|
yAxisLineStyleColor?: unknown;
|
|
467
|
+
yAxisLabelFormatter?: unknown;
|
|
535
468
|
valueTypeDataFieldNames?: unknown;
|
|
536
469
|
keyTypeDataFieldNames?: unknown;
|
|
537
470
|
dataFieldConfigType?: unknown;
|
|
471
|
+
gridContainLabel?: unknown;
|
|
472
|
+
gridTop?: unknown;
|
|
473
|
+
gridBottom?: unknown;
|
|
474
|
+
gridLeft?: unknown;
|
|
475
|
+
gridRight?: unknown;
|
|
476
|
+
graphicConfig?: unknown;
|
|
538
477
|
id?: unknown;
|
|
539
478
|
name?: unknown;
|
|
540
479
|
keyName?: unknown;
|
|
@@ -558,143 +497,58 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
558
497
|
requestSort?: unknown;
|
|
559
498
|
dataType?: unknown;
|
|
560
499
|
} & {} & {
|
|
561
|
-
type?:
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
};
|
|
615
|
-
yAxisSplitLineShow?: string | number | boolean | {
|
|
616
|
-
[key: string]: any;
|
|
617
|
-
};
|
|
618
|
-
yAxisSplitLineStyleColor?: string | number | boolean | {
|
|
619
|
-
[key: string]: any;
|
|
620
|
-
};
|
|
621
|
-
yAxisLabelColor?: string | number | boolean | {
|
|
622
|
-
[key: string]: any;
|
|
623
|
-
};
|
|
624
|
-
yAxisLineStyleColor?: string | number | boolean | {
|
|
625
|
-
[key: string]: any;
|
|
626
|
-
};
|
|
627
|
-
valueTypeDataFieldNames?: string | number | boolean | {
|
|
628
|
-
[key: string]: any;
|
|
629
|
-
};
|
|
630
|
-
keyTypeDataFieldNames?: string | number | boolean | {
|
|
631
|
-
[key: string]: any;
|
|
632
|
-
};
|
|
633
|
-
dataFieldConfigType?: string | number | boolean | {
|
|
634
|
-
[key: string]: any;
|
|
635
|
-
};
|
|
636
|
-
id?: string | number | boolean | {
|
|
637
|
-
[key: string]: any;
|
|
638
|
-
};
|
|
639
|
-
name?: string | number | boolean | {
|
|
640
|
-
[key: string]: any;
|
|
641
|
-
};
|
|
642
|
-
keyName?: string | number | boolean | {
|
|
643
|
-
[key: string]: any;
|
|
644
|
-
};
|
|
645
|
-
width?: string | number | boolean | {
|
|
646
|
-
[key: string]: any;
|
|
647
|
-
};
|
|
648
|
-
height?: string | number | boolean | {
|
|
649
|
-
[key: string]: any;
|
|
650
|
-
};
|
|
651
|
-
position?: string | number | boolean | {
|
|
652
|
-
[key: string]: any;
|
|
653
|
-
};
|
|
654
|
-
top?: string | number | boolean | {
|
|
655
|
-
[key: string]: any;
|
|
656
|
-
};
|
|
657
|
-
left?: string | number | boolean | {
|
|
658
|
-
[key: string]: any;
|
|
659
|
-
};
|
|
660
|
-
zIndex?: string | number | boolean | {
|
|
661
|
-
[key: string]: any;
|
|
662
|
-
};
|
|
663
|
-
rotate?: string | number | boolean | {
|
|
664
|
-
[key: string]: any;
|
|
665
|
-
};
|
|
666
|
-
isShow?: string | number | boolean | {
|
|
667
|
-
[key: string]: any;
|
|
668
|
-
};
|
|
669
|
-
isRender?: string | number | boolean | {
|
|
670
|
-
[key: string]: any;
|
|
671
|
-
};
|
|
672
|
-
events?: string | number | boolean | {
|
|
673
|
-
[key: string]: any;
|
|
674
|
-
};
|
|
675
|
-
requestUrl?: string | number | boolean | {
|
|
676
|
-
[key: string]: any;
|
|
677
|
-
};
|
|
678
|
-
requestMethod?: string | number | boolean | {
|
|
679
|
-
[key: string]: any;
|
|
680
|
-
};
|
|
681
|
-
requestHeaders?: string | number | boolean | {
|
|
682
|
-
[key: string]: any;
|
|
683
|
-
};
|
|
684
|
-
isOpenRequestTimer?: string | number | boolean | {
|
|
685
|
-
[key: string]: any;
|
|
686
|
-
};
|
|
687
|
-
requestInterval?: string | number | boolean | {
|
|
688
|
-
[key: string]: any;
|
|
689
|
-
};
|
|
690
|
-
requestParams?: string | number | boolean | {
|
|
691
|
-
[key: string]: any;
|
|
692
|
-
};
|
|
693
|
-
requestSort?: string | number | boolean | {
|
|
694
|
-
[key: string]: any;
|
|
695
|
-
};
|
|
696
|
-
dataType?: string | number | boolean | {
|
|
697
|
-
[key: string]: any;
|
|
698
|
-
};
|
|
500
|
+
type?: any;
|
|
501
|
+
data?: any;
|
|
502
|
+
titleText?: any;
|
|
503
|
+
titleSubtext?: any;
|
|
504
|
+
titleLeft?: any;
|
|
505
|
+
colors?: any;
|
|
506
|
+
legendShow?: any;
|
|
507
|
+
legendLeft?: any;
|
|
508
|
+
legendTop?: any;
|
|
509
|
+
legendOrient?: any;
|
|
510
|
+
symbolSize?: any;
|
|
511
|
+
lineStyleWidth?: any;
|
|
512
|
+
smooth?: any;
|
|
513
|
+
xAxisSplitLineShow?: any;
|
|
514
|
+
xAxisLabelColor?: any;
|
|
515
|
+
xAxisLineStyleColor?: any;
|
|
516
|
+
xAxisSplitLineStyleColor?: any;
|
|
517
|
+
xAxisTickShow?: any;
|
|
518
|
+
yAxisSplitLineShow?: any;
|
|
519
|
+
yAxisSplitLineStyleColor?: any;
|
|
520
|
+
yAxisLabelColor?: any;
|
|
521
|
+
yAxisLineStyleColor?: any;
|
|
522
|
+
yAxisLabelFormatter?: any;
|
|
523
|
+
valueTypeDataFieldNames?: any;
|
|
524
|
+
keyTypeDataFieldNames?: any;
|
|
525
|
+
dataFieldConfigType?: any;
|
|
526
|
+
gridContainLabel?: any;
|
|
527
|
+
gridTop?: any;
|
|
528
|
+
gridBottom?: any;
|
|
529
|
+
gridLeft?: any;
|
|
530
|
+
gridRight?: any;
|
|
531
|
+
graphicConfig?: any;
|
|
532
|
+
id?: any;
|
|
533
|
+
name?: any;
|
|
534
|
+
keyName?: any;
|
|
535
|
+
width?: any;
|
|
536
|
+
height?: any;
|
|
537
|
+
position?: any;
|
|
538
|
+
top?: any;
|
|
539
|
+
left?: any;
|
|
540
|
+
zIndex?: any;
|
|
541
|
+
rotate?: any;
|
|
542
|
+
isShow?: any;
|
|
543
|
+
isRender?: any;
|
|
544
|
+
events?: any;
|
|
545
|
+
requestUrl?: any;
|
|
546
|
+
requestMethod?: any;
|
|
547
|
+
requestHeaders?: any;
|
|
548
|
+
isOpenRequestTimer?: any;
|
|
549
|
+
requestInterval?: any;
|
|
550
|
+
requestParams?: any;
|
|
551
|
+
requestSort?: any;
|
|
552
|
+
dataType?: any;
|
|
699
553
|
}>, {}>;
|
|
700
554
|
export default _default;
|