@ecan-bi/datav 1.0.16 → 1.0.17

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.
@@ -0,0 +1,3 @@
1
+ export declare const EcanComboGraph: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>> & Record<string, any>;
2
+ export default EcanComboGraph;
3
+ export * from './props';
@@ -0,0 +1,619 @@
1
+ import { Data, Props } from '../../_utils/props';
2
+ export interface ComboGraphProps extends Props {
3
+ data: Data;
4
+ titleText: string;
5
+ titleSubtext: string;
6
+ colors: string[];
7
+ legendShow: boolean;
8
+ legendTextStyleColor: string;
9
+ legendLeft: 'left' | 'center' | 'right';
10
+ legendTop: 'top' | 'middle' | 'bottom';
11
+ legendOrient: 'vertical' | 'horizontal';
12
+ xAxisSplitLineShow: boolean;
13
+ xAxisLabelColor: string;
14
+ xAxisLineStyleColor: string;
15
+ xAxisTickShow: boolean;
16
+ yAxisSplitLineShow: boolean;
17
+ xAxisSplitLineStyleColor: string;
18
+ yAxisSplitLineStyleColor: string;
19
+ yAxisLabelColor: string;
20
+ yAxisLineStyleColor: string;
21
+ dataFieldNames: {
22
+ name: string;
23
+ value: string;
24
+ type: string;
25
+ };
26
+ tooltipShow: boolean;
27
+ tooltipTrigger: 'item' | 'axis' | 'none';
28
+ tooltipTextStyleColor: string;
29
+ tooltipFormatter: string;
30
+ seriesTypes: string[];
31
+ }
32
+ export declare const comboGraphProps: ComboGraphProps;
33
+ export declare const comboGraphComponentProps: {
34
+ data: {
35
+ type?: undefined;
36
+ default?: undefined;
37
+ } | {
38
+ type: any;
39
+ default: string | number | boolean | Data | string[] | {
40
+ name: string;
41
+ value: string;
42
+ type: string;
43
+ } | import("../../_utils/props").Events | {
44
+ [key: string]: any;
45
+ } | import("../../_utils/props").RequestParams;
46
+ };
47
+ titleText: {
48
+ type?: undefined;
49
+ default?: undefined;
50
+ } | {
51
+ type: any;
52
+ default: string | number | boolean | Data | string[] | {
53
+ name: string;
54
+ value: string;
55
+ type: string;
56
+ } | import("../../_utils/props").Events | {
57
+ [key: string]: any;
58
+ } | import("../../_utils/props").RequestParams;
59
+ };
60
+ titleSubtext: {
61
+ type?: undefined;
62
+ default?: undefined;
63
+ } | {
64
+ type: any;
65
+ default: string | number | boolean | Data | string[] | {
66
+ name: string;
67
+ value: string;
68
+ type: string;
69
+ } | import("../../_utils/props").Events | {
70
+ [key: string]: any;
71
+ } | import("../../_utils/props").RequestParams;
72
+ };
73
+ colors: {
74
+ type?: undefined;
75
+ default?: undefined;
76
+ } | {
77
+ type: any;
78
+ default: string | number | boolean | Data | string[] | {
79
+ name: string;
80
+ value: string;
81
+ type: string;
82
+ } | import("../../_utils/props").Events | {
83
+ [key: string]: any;
84
+ } | import("../../_utils/props").RequestParams;
85
+ };
86
+ legendShow: {
87
+ type?: undefined;
88
+ default?: undefined;
89
+ } | {
90
+ type: any;
91
+ default: string | number | boolean | Data | string[] | {
92
+ name: string;
93
+ value: string;
94
+ type: string;
95
+ } | import("../../_utils/props").Events | {
96
+ [key: string]: any;
97
+ } | import("../../_utils/props").RequestParams;
98
+ };
99
+ legendTextStyleColor: {
100
+ type?: undefined;
101
+ default?: undefined;
102
+ } | {
103
+ type: any;
104
+ default: string | number | boolean | Data | string[] | {
105
+ name: string;
106
+ value: string;
107
+ type: string;
108
+ } | import("../../_utils/props").Events | {
109
+ [key: string]: any;
110
+ } | import("../../_utils/props").RequestParams;
111
+ };
112
+ legendLeft: {
113
+ type?: undefined;
114
+ default?: undefined;
115
+ } | {
116
+ type: any;
117
+ default: string | number | boolean | Data | string[] | {
118
+ name: string;
119
+ value: string;
120
+ type: string;
121
+ } | import("../../_utils/props").Events | {
122
+ [key: string]: any;
123
+ } | import("../../_utils/props").RequestParams;
124
+ };
125
+ legendTop: {
126
+ type?: undefined;
127
+ default?: undefined;
128
+ } | {
129
+ type: any;
130
+ default: string | number | boolean | Data | string[] | {
131
+ name: string;
132
+ value: string;
133
+ type: string;
134
+ } | import("../../_utils/props").Events | {
135
+ [key: string]: any;
136
+ } | import("../../_utils/props").RequestParams;
137
+ };
138
+ legendOrient: {
139
+ type?: undefined;
140
+ default?: undefined;
141
+ } | {
142
+ type: any;
143
+ default: string | number | boolean | Data | string[] | {
144
+ name: string;
145
+ value: string;
146
+ type: string;
147
+ } | import("../../_utils/props").Events | {
148
+ [key: string]: any;
149
+ } | import("../../_utils/props").RequestParams;
150
+ };
151
+ xAxisSplitLineShow: {
152
+ type?: undefined;
153
+ default?: undefined;
154
+ } | {
155
+ type: any;
156
+ default: string | number | boolean | Data | string[] | {
157
+ name: string;
158
+ value: string;
159
+ type: string;
160
+ } | import("../../_utils/props").Events | {
161
+ [key: string]: any;
162
+ } | import("../../_utils/props").RequestParams;
163
+ };
164
+ xAxisLabelColor: {
165
+ type?: undefined;
166
+ default?: undefined;
167
+ } | {
168
+ type: any;
169
+ default: string | number | boolean | Data | string[] | {
170
+ name: string;
171
+ value: string;
172
+ type: string;
173
+ } | import("../../_utils/props").Events | {
174
+ [key: string]: any;
175
+ } | import("../../_utils/props").RequestParams;
176
+ };
177
+ xAxisLineStyleColor: {
178
+ type?: undefined;
179
+ default?: undefined;
180
+ } | {
181
+ type: any;
182
+ default: string | number | boolean | Data | string[] | {
183
+ name: string;
184
+ value: string;
185
+ type: string;
186
+ } | import("../../_utils/props").Events | {
187
+ [key: string]: any;
188
+ } | import("../../_utils/props").RequestParams;
189
+ };
190
+ xAxisTickShow: {
191
+ type?: undefined;
192
+ default?: undefined;
193
+ } | {
194
+ type: any;
195
+ default: string | number | boolean | Data | string[] | {
196
+ name: string;
197
+ value: string;
198
+ type: string;
199
+ } | import("../../_utils/props").Events | {
200
+ [key: string]: any;
201
+ } | import("../../_utils/props").RequestParams;
202
+ };
203
+ yAxisSplitLineShow: {
204
+ type?: undefined;
205
+ default?: undefined;
206
+ } | {
207
+ type: any;
208
+ default: string | number | boolean | Data | string[] | {
209
+ name: string;
210
+ value: string;
211
+ type: string;
212
+ } | import("../../_utils/props").Events | {
213
+ [key: string]: any;
214
+ } | import("../../_utils/props").RequestParams;
215
+ };
216
+ xAxisSplitLineStyleColor: {
217
+ type?: undefined;
218
+ default?: undefined;
219
+ } | {
220
+ type: any;
221
+ default: string | number | boolean | Data | string[] | {
222
+ name: string;
223
+ value: string;
224
+ type: string;
225
+ } | import("../../_utils/props").Events | {
226
+ [key: string]: any;
227
+ } | import("../../_utils/props").RequestParams;
228
+ };
229
+ yAxisSplitLineStyleColor: {
230
+ type?: undefined;
231
+ default?: undefined;
232
+ } | {
233
+ type: any;
234
+ default: string | number | boolean | Data | string[] | {
235
+ name: string;
236
+ value: string;
237
+ type: string;
238
+ } | import("../../_utils/props").Events | {
239
+ [key: string]: any;
240
+ } | import("../../_utils/props").RequestParams;
241
+ };
242
+ yAxisLabelColor: {
243
+ type?: undefined;
244
+ default?: undefined;
245
+ } | {
246
+ type: any;
247
+ default: string | number | boolean | Data | string[] | {
248
+ name: string;
249
+ value: string;
250
+ type: string;
251
+ } | import("../../_utils/props").Events | {
252
+ [key: string]: any;
253
+ } | import("../../_utils/props").RequestParams;
254
+ };
255
+ yAxisLineStyleColor: {
256
+ type?: undefined;
257
+ default?: undefined;
258
+ } | {
259
+ type: any;
260
+ default: string | number | boolean | Data | string[] | {
261
+ name: string;
262
+ value: string;
263
+ type: string;
264
+ } | import("../../_utils/props").Events | {
265
+ [key: string]: any;
266
+ } | import("../../_utils/props").RequestParams;
267
+ };
268
+ dataFieldNames: {
269
+ type?: undefined;
270
+ default?: undefined;
271
+ } | {
272
+ type: any;
273
+ default: string | number | boolean | Data | string[] | {
274
+ name: string;
275
+ value: string;
276
+ type: string;
277
+ } | import("../../_utils/props").Events | {
278
+ [key: string]: any;
279
+ } | import("../../_utils/props").RequestParams;
280
+ };
281
+ tooltipShow: {
282
+ type?: undefined;
283
+ default?: undefined;
284
+ } | {
285
+ type: any;
286
+ default: string | number | boolean | Data | string[] | {
287
+ name: string;
288
+ value: string;
289
+ type: string;
290
+ } | import("../../_utils/props").Events | {
291
+ [key: string]: any;
292
+ } | import("../../_utils/props").RequestParams;
293
+ };
294
+ tooltipTrigger: {
295
+ type?: undefined;
296
+ default?: undefined;
297
+ } | {
298
+ type: any;
299
+ default: string | number | boolean | Data | string[] | {
300
+ name: string;
301
+ value: string;
302
+ type: string;
303
+ } | import("../../_utils/props").Events | {
304
+ [key: string]: any;
305
+ } | import("../../_utils/props").RequestParams;
306
+ };
307
+ tooltipTextStyleColor: {
308
+ type?: undefined;
309
+ default?: undefined;
310
+ } | {
311
+ type: any;
312
+ default: string | number | boolean | Data | string[] | {
313
+ name: string;
314
+ value: string;
315
+ type: string;
316
+ } | import("../../_utils/props").Events | {
317
+ [key: string]: any;
318
+ } | import("../../_utils/props").RequestParams;
319
+ };
320
+ tooltipFormatter: {
321
+ type?: undefined;
322
+ default?: undefined;
323
+ } | {
324
+ type: any;
325
+ default: string | number | boolean | Data | string[] | {
326
+ name: string;
327
+ value: string;
328
+ type: string;
329
+ } | import("../../_utils/props").Events | {
330
+ [key: string]: any;
331
+ } | import("../../_utils/props").RequestParams;
332
+ };
333
+ seriesTypes: {
334
+ type?: undefined;
335
+ default?: undefined;
336
+ } | {
337
+ type: any;
338
+ default: string | number | boolean | Data | string[] | {
339
+ name: string;
340
+ value: string;
341
+ type: string;
342
+ } | import("../../_utils/props").Events | {
343
+ [key: string]: any;
344
+ } | import("../../_utils/props").RequestParams;
345
+ };
346
+ id: {
347
+ type?: undefined;
348
+ default?: undefined;
349
+ } | {
350
+ type: any;
351
+ default: string | number | boolean | Data | string[] | {
352
+ name: string;
353
+ value: string;
354
+ type: string;
355
+ } | import("../../_utils/props").Events | {
356
+ [key: string]: any;
357
+ } | import("../../_utils/props").RequestParams;
358
+ };
359
+ name: {
360
+ type?: undefined;
361
+ default?: undefined;
362
+ } | {
363
+ type: any;
364
+ default: string | number | boolean | Data | string[] | {
365
+ name: string;
366
+ value: string;
367
+ type: string;
368
+ } | import("../../_utils/props").Events | {
369
+ [key: string]: any;
370
+ } | import("../../_utils/props").RequestParams;
371
+ };
372
+ keyName: {
373
+ type?: undefined;
374
+ default?: undefined;
375
+ } | {
376
+ type: any;
377
+ default: string | number | boolean | Data | string[] | {
378
+ name: string;
379
+ value: string;
380
+ type: string;
381
+ } | import("../../_utils/props").Events | {
382
+ [key: string]: any;
383
+ } | import("../../_utils/props").RequestParams;
384
+ };
385
+ type: {
386
+ type?: undefined;
387
+ default?: undefined;
388
+ } | {
389
+ type: any;
390
+ default: string | number | boolean | Data | string[] | {
391
+ name: string;
392
+ value: string;
393
+ type: string;
394
+ } | import("../../_utils/props").Events | {
395
+ [key: string]: any;
396
+ } | import("../../_utils/props").RequestParams;
397
+ };
398
+ width: {
399
+ type?: undefined;
400
+ default?: undefined;
401
+ } | {
402
+ type: any;
403
+ default: string | number | boolean | Data | string[] | {
404
+ name: string;
405
+ value: string;
406
+ type: string;
407
+ } | import("../../_utils/props").Events | {
408
+ [key: string]: any;
409
+ } | import("../../_utils/props").RequestParams;
410
+ };
411
+ height: {
412
+ type?: undefined;
413
+ default?: undefined;
414
+ } | {
415
+ type: any;
416
+ default: string | number | boolean | Data | string[] | {
417
+ name: string;
418
+ value: string;
419
+ type: string;
420
+ } | import("../../_utils/props").Events | {
421
+ [key: string]: any;
422
+ } | import("../../_utils/props").RequestParams;
423
+ };
424
+ position: {
425
+ type?: undefined;
426
+ default?: undefined;
427
+ } | {
428
+ type: any;
429
+ default: string | number | boolean | Data | string[] | {
430
+ name: string;
431
+ value: string;
432
+ type: string;
433
+ } | import("../../_utils/props").Events | {
434
+ [key: string]: any;
435
+ } | import("../../_utils/props").RequestParams;
436
+ };
437
+ top: {
438
+ type?: undefined;
439
+ default?: undefined;
440
+ } | {
441
+ type: any;
442
+ default: string | number | boolean | Data | string[] | {
443
+ name: string;
444
+ value: string;
445
+ type: string;
446
+ } | import("../../_utils/props").Events | {
447
+ [key: string]: any;
448
+ } | import("../../_utils/props").RequestParams;
449
+ };
450
+ left: {
451
+ type?: undefined;
452
+ default?: undefined;
453
+ } | {
454
+ type: any;
455
+ default: string | number | boolean | Data | string[] | {
456
+ name: string;
457
+ value: string;
458
+ type: string;
459
+ } | import("../../_utils/props").Events | {
460
+ [key: string]: any;
461
+ } | import("../../_utils/props").RequestParams;
462
+ };
463
+ zIndex: {
464
+ type?: undefined;
465
+ default?: undefined;
466
+ } | {
467
+ type: any;
468
+ default: string | number | boolean | Data | string[] | {
469
+ name: string;
470
+ value: string;
471
+ type: string;
472
+ } | import("../../_utils/props").Events | {
473
+ [key: string]: any;
474
+ } | import("../../_utils/props").RequestParams;
475
+ };
476
+ rotate: {
477
+ type?: undefined;
478
+ default?: undefined;
479
+ } | {
480
+ type: any;
481
+ default: string | number | boolean | Data | string[] | {
482
+ name: string;
483
+ value: string;
484
+ type: string;
485
+ } | import("../../_utils/props").Events | {
486
+ [key: string]: any;
487
+ } | import("../../_utils/props").RequestParams;
488
+ };
489
+ isShow: {
490
+ type?: undefined;
491
+ default?: undefined;
492
+ } | {
493
+ type: any;
494
+ default: string | number | boolean | Data | string[] | {
495
+ name: string;
496
+ value: string;
497
+ type: string;
498
+ } | import("../../_utils/props").Events | {
499
+ [key: string]: any;
500
+ } | import("../../_utils/props").RequestParams;
501
+ };
502
+ isRender: {
503
+ type?: undefined;
504
+ default?: undefined;
505
+ } | {
506
+ type: any;
507
+ default: string | number | boolean | Data | string[] | {
508
+ name: string;
509
+ value: string;
510
+ type: string;
511
+ } | import("../../_utils/props").Events | {
512
+ [key: string]: any;
513
+ } | import("../../_utils/props").RequestParams;
514
+ };
515
+ isRequestData: {
516
+ type?: undefined;
517
+ default?: undefined;
518
+ } | {
519
+ type: any;
520
+ default: string | number | boolean | Data | string[] | {
521
+ name: string;
522
+ value: string;
523
+ type: string;
524
+ } | import("../../_utils/props").Events | {
525
+ [key: string]: any;
526
+ } | import("../../_utils/props").RequestParams;
527
+ };
528
+ events: {
529
+ type?: undefined;
530
+ default?: undefined;
531
+ } | {
532
+ type: any;
533
+ default: string | number | boolean | Data | string[] | {
534
+ name: string;
535
+ value: string;
536
+ type: string;
537
+ } | import("../../_utils/props").Events | {
538
+ [key: string]: any;
539
+ } | import("../../_utils/props").RequestParams;
540
+ };
541
+ requestUrl: {
542
+ type?: undefined;
543
+ default?: undefined;
544
+ } | {
545
+ type: any;
546
+ default: string | number | boolean | Data | string[] | {
547
+ name: string;
548
+ value: string;
549
+ type: string;
550
+ } | import("../../_utils/props").Events | {
551
+ [key: string]: any;
552
+ } | import("../../_utils/props").RequestParams;
553
+ };
554
+ requestMethod: {
555
+ type?: undefined;
556
+ default?: undefined;
557
+ } | {
558
+ type: any;
559
+ default: string | number | boolean | Data | string[] | {
560
+ name: string;
561
+ value: string;
562
+ type: string;
563
+ } | import("../../_utils/props").Events | {
564
+ [key: string]: any;
565
+ } | import("../../_utils/props").RequestParams;
566
+ };
567
+ requestHeaders: {
568
+ type?: undefined;
569
+ default?: undefined;
570
+ } | {
571
+ type: any;
572
+ default: string | number | boolean | Data | string[] | {
573
+ name: string;
574
+ value: string;
575
+ type: string;
576
+ } | import("../../_utils/props").Events | {
577
+ [key: string]: any;
578
+ } | import("../../_utils/props").RequestParams;
579
+ };
580
+ isOpenRequestTimer: {
581
+ type?: undefined;
582
+ default?: undefined;
583
+ } | {
584
+ type: any;
585
+ default: string | number | boolean | Data | string[] | {
586
+ name: string;
587
+ value: string;
588
+ type: string;
589
+ } | import("../../_utils/props").Events | {
590
+ [key: string]: any;
591
+ } | import("../../_utils/props").RequestParams;
592
+ };
593
+ requestInterval: {
594
+ type?: undefined;
595
+ default?: undefined;
596
+ } | {
597
+ type: any;
598
+ default: string | number | boolean | Data | string[] | {
599
+ name: string;
600
+ value: string;
601
+ type: string;
602
+ } | import("../../_utils/props").Events | {
603
+ [key: string]: any;
604
+ } | import("../../_utils/props").RequestParams;
605
+ };
606
+ requestParams: {
607
+ type?: undefined;
608
+ default?: undefined;
609
+ } | {
610
+ type: any;
611
+ default: string | number | boolean | Data | string[] | {
612
+ name: string;
613
+ value: string;
614
+ type: string;
615
+ } | import("../../_utils/props").Events | {
616
+ [key: string]: any;
617
+ } | import("../../_utils/props").RequestParams;
618
+ };
619
+ };
@@ -3,3 +3,4 @@ export * from './line';
3
3
  export * from './bar';
4
4
  export * from './scatter';
5
5
  export * from './custom-graph';
6
+ export * from './combo-graph';