@ecan-bi/datav 1.6.14 → 1.6.16

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.
@@ -582,178 +582,7 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
582
582
  default?: string;
583
583
  };
584
584
  }, {
585
- option: import("vue").ComputedRef<{
586
- textStyle: {
587
- fontFamily: string;
588
- };
589
- toolbox: {
590
- show: boolean;
591
- left: string;
592
- top: string;
593
- itemSize: number;
594
- itemGap: number;
595
- orient: string;
596
- feature: {
597
- myDownload: {
598
- show: boolean;
599
- title: string;
600
- icon: string;
601
- onclick(): void;
602
- };
603
- myDataZoom: {
604
- show: boolean;
605
- title: string;
606
- icon: string;
607
- onclick(): void;
608
- };
609
- myInfo: {
610
- show: boolean;
611
- title: string;
612
- icon: string;
613
- onclick(): void;
614
- };
615
- mySource: {
616
- show: boolean;
617
- title: string;
618
- icon: string;
619
- onclick(): void;
620
- };
621
- };
622
- };
623
- title: {
624
- text: string;
625
- subText: string;
626
- textStyle: {
627
- fontSize: string;
628
- fontWeight: number;
629
- color: string;
630
- };
631
- left: string;
632
- };
633
- grid: {
634
- top: string;
635
- bottom: string;
636
- left: string;
637
- right: string;
638
- containLabel: boolean;
639
- };
640
- color: string[];
641
- tooltip: {
642
- trigger: string;
643
- textStyle: {
644
- fontSize: number;
645
- color: string;
646
- };
647
- show: boolean;
648
- formatter: (params: any) => string;
649
- position: string;
650
- };
651
- xAxis: {
652
- type: string;
653
- boundaryGap: boolean;
654
- data: {}[];
655
- minInterval: number;
656
- splitLine: {
657
- show: boolean;
658
- lineStyle: {
659
- color: string;
660
- };
661
- interval: number;
662
- };
663
- splitArea: {
664
- show: boolean;
665
- };
666
- axisLabel: {
667
- show: boolean;
668
- color: string;
669
- interval: number;
670
- rotate: number;
671
- width: any;
672
- overflow: string;
673
- fontSize: string;
674
- formatter(value: string): any;
675
- };
676
- axisLine: {
677
- show: boolean;
678
- lineStyle: {
679
- color: string;
680
- };
681
- };
682
- axisTick: {
683
- show: boolean;
684
- };
685
- name: string;
686
- nameTextStyle: {
687
- fontSize: string;
688
- color: string;
689
- align: string;
690
- };
691
- max: any;
692
- };
693
- yAxis: {
694
- type: string;
695
- minInterval: number;
696
- splitLine: {
697
- show: boolean;
698
- lineStyle: {
699
- color: string;
700
- type: string;
701
- };
702
- };
703
- splitArea: {
704
- show: boolean;
705
- };
706
- axisLabel: {
707
- show: boolean;
708
- fontSize: string;
709
- color: string;
710
- formatter(value: string): any;
711
- };
712
- axisLine: {
713
- show: boolean;
714
- lineStyle: {
715
- color: string;
716
- };
717
- };
718
- name: string;
719
- nameTextStyle: {
720
- fontSize: string;
721
- color: string;
722
- align: string;
723
- };
724
- max: any;
725
- };
726
- legend: {
727
- type: string;
728
- width: any;
729
- height: any;
730
- show: boolean;
731
- orient: string;
732
- top: string;
733
- left: string;
734
- textStyle: {
735
- lineHeight: number;
736
- rich: {
737
- text: {
738
- width: any;
739
- color: string;
740
- fontSize: string | number;
741
- };
742
- };
743
- };
744
- itemHeight: number;
745
- itemWidth: number;
746
- itemGap: number;
747
- data: {
748
- name: any;
749
- icon: string;
750
- }[];
751
- formatter: (name: string) => string;
752
- };
753
- series: {
754
- [x: string]: any;
755
- }[];
756
- }>;
585
+ option: any;
757
586
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
758
587
  click: () => void;
759
588
  loading: import("vue").Ref<boolean>;
@@ -61,8 +61,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
61
61
  default?: boolean;
62
62
  };
63
63
  tooltipTrigger: {
64
- type?: import("vue").PropType<"none" | "axis" | "item">;
65
- default?: "none" | "axis" | "item";
64
+ type?: import("vue").PropType<"none" | "item" | "axis">;
65
+ default?: "none" | "item" | "axis";
66
66
  };
67
67
  tooltipTextStyleColor: {
68
68
  type?: import("vue").PropType<string>;
@@ -441,106 +441,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
441
441
  default?: string;
442
442
  };
443
443
  }, {
444
- option: import("vue").ComputedRef<{
445
- textStyle: {
446
- fontFamily: string;
447
- };
448
- toolbox: {
449
- show: boolean;
450
- left: "left" | "center" | "right";
451
- top: "top" | "bottom" | "middle";
452
- itemSize: number;
453
- itemGap: number;
454
- orient: "vertical" | "horizontal";
455
- feature: {
456
- myDownload: {
457
- show: boolean;
458
- title: string;
459
- icon: string;
460
- onclick(): void;
461
- };
462
- myDataZoom: {
463
- show: boolean;
464
- title: string;
465
- icon: string;
466
- onclick(): void;
467
- };
468
- myInfo: {
469
- show: boolean;
470
- title: string;
471
- icon: string;
472
- onclick(): void;
473
- };
474
- mySource: {
475
- show: boolean;
476
- title: string;
477
- icon: string;
478
- onclick(): void;
479
- };
480
- };
481
- };
482
- title: {
483
- text: string;
484
- subtext: string;
485
- textStyle: {
486
- fontSize: string;
487
- fontWeight: number;
488
- color: string;
489
- };
490
- left: "left" | "center" | "right";
491
- };
492
- grid: {
493
- top: string;
494
- bottom: string;
495
- left: string;
496
- right: string;
497
- containLabel: boolean;
498
- };
499
- tooltip: {
500
- show: boolean;
501
- trigger: "none" | "axis" | "item";
502
- formatter: (params: any) => any;
503
- textStyle: {
504
- color: string;
505
- };
506
- position: string;
507
- };
508
- legend: {
509
- [x: string]: any;
510
- };
511
- color: string[];
512
- series: {
513
- data: any;
514
- type: string;
515
- radius: string[];
516
- center: string[];
517
- roseType: "" | "area" | "radius";
518
- avoidLabelOverlap: boolean;
519
- minAngle: number;
520
- label: {
521
- show: boolean;
522
- color: string;
523
- fontSize: number;
524
- position: "center" | "inside" | "outside";
525
- formatter: string;
526
- width: number;
527
- overflow: "none" | "truncate" | "break";
528
- };
529
- labelLine: {
530
- show: boolean;
531
- length: number;
532
- length2: number;
533
- };
534
- emphasis: {
535
- itemStyle: {
536
- shadowBlur: number;
537
- shadowOffsetX: number;
538
- shadowColor: string;
539
- };
540
- label: {};
541
- };
542
- }[];
543
- }>;
444
+ option: any;
544
445
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
545
446
  click: () => void;
546
447
  onClose: () => void;
@@ -610,8 +511,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
610
511
  default?: boolean;
611
512
  };
612
513
  tooltipTrigger: {
613
- type?: import("vue").PropType<"none" | "axis" | "item">;
614
- default?: "none" | "axis" | "item";
514
+ type?: import("vue").PropType<"none" | "item" | "axis">;
515
+ default?: "none" | "item" | "axis";
615
516
  };
616
517
  tooltipTextStyleColor: {
617
518
  type?: import("vue").PropType<string>;
@@ -60,8 +60,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
60
60
  default?: boolean;
61
61
  };
62
62
  tooltipTrigger: {
63
- type?: import("vue").PropType<"none" | "axis" | "item">;
64
- default?: "none" | "axis" | "item";
63
+ type?: import("vue").PropType<"none" | "item" | "axis">;
64
+ default?: "none" | "item" | "axis";
65
65
  };
66
66
  tooltipTextStyleColor: {
67
67
  type?: import("vue").PropType<string>;
@@ -440,106 +440,7 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
440
440
  default?: string;
441
441
  };
442
442
  }, {
443
- option: import("vue").ComputedRef<{
444
- textStyle: {
445
- fontFamily: string;
446
- };
447
- toolbox: {
448
- show: boolean;
449
- left: "left" | "center" | "right";
450
- top: "top" | "bottom" | "middle";
451
- itemSize: number;
452
- itemGap: number;
453
- orient: "vertical" | "horizontal";
454
- feature: {
455
- myDownload: {
456
- show: boolean;
457
- title: string;
458
- icon: string;
459
- onclick(): void;
460
- };
461
- myDataZoom: {
462
- show: boolean;
463
- title: string;
464
- icon: string;
465
- onclick(): void;
466
- };
467
- myInfo: {
468
- show: boolean;
469
- title: string;
470
- icon: string;
471
- onclick(): void;
472
- };
473
- mySource: {
474
- show: boolean;
475
- title: string;
476
- icon: string;
477
- onclick(): void;
478
- };
479
- };
480
- };
481
- title: {
482
- text: string;
483
- subtext: string;
484
- textStyle: {
485
- fontSize: string;
486
- fontWeight: number;
487
- color: string;
488
- };
489
- left: "left" | "center" | "right";
490
- };
491
- grid: {
492
- top: string;
493
- bottom: string;
494
- left: string;
495
- right: string;
496
- containLabel: boolean;
497
- };
498
- tooltip: {
499
- show: boolean;
500
- trigger: "none" | "axis" | "item";
501
- formatter: (params: any) => any;
502
- textStyle: {
503
- color: string;
504
- };
505
- position: string;
506
- };
507
- legend: {
508
- [x: string]: any;
509
- };
510
- color: string[];
511
- series: {
512
- data: any;
513
- type: string;
514
- radius: string[];
515
- center: string[];
516
- roseType: "" | "area" | "radius";
517
- avoidLabelOverlap: boolean;
518
- minAngle: number;
519
- label: {
520
- show: boolean;
521
- color: string;
522
- fontSize: number;
523
- position: "center" | "inside" | "outside";
524
- formatter: string;
525
- width: number;
526
- overflow: "none" | "truncate" | "break";
527
- };
528
- labelLine: {
529
- show: boolean;
530
- length: number;
531
- length2: number;
532
- };
533
- emphasis: {
534
- itemStyle: {
535
- shadowBlur: number;
536
- shadowOffsetX: number;
537
- shadowColor: string;
538
- };
539
- label: {};
540
- };
541
- }[];
542
- }>;
443
+ option: any;
543
444
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
544
445
  click: () => void;
545
446
  onClose: () => void;
@@ -609,8 +510,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
609
510
  default?: boolean;
610
511
  };
611
512
  tooltipTrigger: {
612
- type?: import("vue").PropType<"none" | "axis" | "item">;
613
- default?: "none" | "axis" | "item";
513
+ type?: import("vue").PropType<"none" | "item" | "axis">;
514
+ default?: "none" | "item" | "axis";
614
515
  };
615
516
  tooltipTextStyleColor: {
616
517
  type?: import("vue").PropType<string>;
@@ -139,8 +139,8 @@ export declare const pieComponentProps: {
139
139
  default?: boolean;
140
140
  };
141
141
  tooltipTrigger: {
142
- type?: import("vue").PropType<"none" | "axis" | "item">;
143
- default?: "none" | "axis" | "item";
142
+ type?: import("vue").PropType<"none" | "item" | "axis">;
143
+ default?: "none" | "item" | "axis";
144
144
  };
145
145
  tooltipTextStyleColor: {
146
146
  type?: import("vue").PropType<string>;
@@ -414,98 +414,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
414
414
  default?: string;
415
415
  };
416
416
  }, {
417
- option: import("vue").ComputedRef<{
418
- textStyle: {
419
- fontFamily: string;
420
- };
421
- toolbox: {
422
- show: boolean;
423
- left: string;
424
- top: string;
425
- itemSize: number;
426
- itemGap: number;
427
- feature: {
428
- myDownload: {
429
- show: boolean;
430
- title: string;
431
- icon: string;
432
- onclick(): void;
433
- };
434
- myDataZoom: {
435
- show: boolean;
436
- title: string;
437
- icon: string;
438
- onclick(): void;
439
- };
440
- myInfo: {
441
- show: boolean;
442
- title: string;
443
- icon: string;
444
- onclick(): void;
445
- };
446
- mySource: {
447
- show: boolean;
448
- title: string;
449
- icon: string;
450
- onclick(): void;
451
- };
452
- };
453
- };
454
- title: {
455
- text: string;
456
- subText: string;
457
- textStyle: {
458
- fontSize: string;
459
- fontWeight: number;
460
- color: string;
461
- };
462
- left: string;
463
- };
464
- color: string[];
465
- tooltip: {
466
- trigger: string;
467
- textStyle: {
468
- fontSize: number;
469
- };
470
- show: boolean;
471
- formatter: (params: any) => string;
472
- position: string;
473
- };
474
- radar: {
475
- indicator: any[];
476
- axisName: {
477
- color: string;
478
- };
479
- };
480
- legend: {
481
- type: string;
482
- width: any;
483
- height: any;
484
- show: boolean;
485
- orient: string;
486
- top: string;
487
- left: string;
488
- textStyle: {
489
- lineHeight: number;
490
- rich: {
491
- text: {
492
- width: any;
493
- color: string;
494
- fontSize: string | number;
495
- };
496
- };
497
- };
498
- itemHeight: number;
499
- itemWidth: number;
500
- itemGap: number;
501
- data: {
502
- name: any;
503
- icon: string;
504
- }[];
505
- formatter: (name: string) => string;
506
- };
507
- series: any[];
508
- }>;
417
+ option: any;
509
418
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
510
419
  click: (e: any) => void;
511
420
  loading: import("vue").Ref<boolean>;
@@ -414,98 +414,7 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
414
414
  default?: string;
415
415
  };
416
416
  }, {
417
- option: import("vue").ComputedRef<{
418
- textStyle: {
419
- fontFamily: string;
420
- };
421
- toolbox: {
422
- show: boolean;
423
- left: string;
424
- top: string;
425
- itemSize: number;
426
- itemGap: number;
427
- feature: {
428
- myDownload: {
429
- show: boolean;
430
- title: string;
431
- icon: string;
432
- onclick(): void;
433
- };
434
- myDataZoom: {
435
- show: boolean;
436
- title: string;
437
- icon: string;
438
- onclick(): void;
439
- };
440
- myInfo: {
441
- show: boolean;
442
- title: string;
443
- icon: string;
444
- onclick(): void;
445
- };
446
- mySource: {
447
- show: boolean;
448
- title: string;
449
- icon: string;
450
- onclick(): void;
451
- };
452
- };
453
- };
454
- title: {
455
- text: string;
456
- subText: string;
457
- textStyle: {
458
- fontSize: string;
459
- fontWeight: number;
460
- color: string;
461
- };
462
- left: string;
463
- };
464
- color: string[];
465
- tooltip: {
466
- trigger: string;
467
- textStyle: {
468
- fontSize: number;
469
- };
470
- show: boolean;
471
- formatter: (params: any) => string;
472
- position: string;
473
- };
474
- radar: {
475
- indicator: any[];
476
- axisName: {
477
- color: string;
478
- };
479
- };
480
- legend: {
481
- type: string;
482
- width: any;
483
- height: any;
484
- show: boolean;
485
- orient: string;
486
- top: string;
487
- left: string;
488
- textStyle: {
489
- lineHeight: number;
490
- rich: {
491
- text: {
492
- width: any;
493
- color: string;
494
- fontSize: string | number;
495
- };
496
- };
497
- };
498
- itemHeight: number;
499
- itemWidth: number;
500
- itemGap: number;
501
- data: {
502
- name: any;
503
- icon: string;
504
- }[];
505
- formatter: (name: string) => string;
506
- };
507
- series: any[];
508
- }>;
417
+ option: any;
509
418
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
510
419
  click: (e: any) => void;
511
420
  loading: import("vue").Ref<boolean>;