@ecan-bi/datav 1.6.12 → 1.6.15
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 +22596 -23544
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +95 -93
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -2
- package/types/graph/bar/Bar.vue.d.ts +1 -189
- package/types/graph/bar/index.d.ts +1 -189
- package/types/graph/budget/Budget.vue.d.ts +4 -4
- package/types/graph/budget/index.d.ts +4 -4
- package/types/graph/budget/props.d.ts +2 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +5 -151
- package/types/graph/combo-graph/index.d.ts +5 -151
- package/types/graph/combo-graph/props.d.ts +2 -2
- package/types/graph/line/Line.vue.d.ts +1 -172
- package/types/graph/line/index.d.ts +1 -172
- package/types/graph/pie/Pie.vue.d.ts +5 -104
- package/types/graph/pie/index.d.ts +5 -104
- package/types/graph/pie/props.d.ts +2 -2
- package/types/graph/radar/Radar.vue.d.ts +1 -92
- package/types/graph/radar/index.d.ts +1 -92
- package/types/graph/scatter/Scatter.vue.d.ts +5 -196
- package/types/graph/scatter/index.d.ts +5 -196
- package/types/graph/scatter/props.d.ts +2 -2
- package/types/text/text/Text.vue.d.ts +176 -5
- package/types/text/text/index.d.ts +176 -5
- package/types/text/text/props.d.ts +2 -2
- package/types/utils/constant.d.ts +1 -0
|
@@ -144,8 +144,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
144
144
|
default?: boolean;
|
|
145
145
|
};
|
|
146
146
|
tooltipTrigger: {
|
|
147
|
-
type?: import("vue").PropType<"none" | "
|
|
148
|
-
default?: "none" | "
|
|
147
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
148
|
+
default?: "none" | "item" | "axis";
|
|
149
149
|
};
|
|
150
150
|
tooltipTextStyleColor: {
|
|
151
151
|
type?: import("vue").PropType<string>;
|
|
@@ -641,153 +641,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
641
641
|
};
|
|
642
642
|
}, {
|
|
643
643
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
644
|
-
option:
|
|
645
|
-
textStyle: {
|
|
646
|
-
fontFamily: string;
|
|
647
|
-
};
|
|
648
|
-
title: {
|
|
649
|
-
text: any;
|
|
650
|
-
subtext: any;
|
|
651
|
-
textStyle: {
|
|
652
|
-
fontSize: any;
|
|
653
|
-
fontWeight: any;
|
|
654
|
-
color: any;
|
|
655
|
-
};
|
|
656
|
-
left: any;
|
|
657
|
-
};
|
|
658
|
-
toolbox: {
|
|
659
|
-
show: any;
|
|
660
|
-
left: any;
|
|
661
|
-
top: any;
|
|
662
|
-
itemSize: any;
|
|
663
|
-
itemGap: any;
|
|
664
|
-
feature: {
|
|
665
|
-
myLocation: {
|
|
666
|
-
show: any;
|
|
667
|
-
title: string;
|
|
668
|
-
icon: string;
|
|
669
|
-
onclick(): void;
|
|
670
|
-
};
|
|
671
|
-
myDownload: {
|
|
672
|
-
show: any;
|
|
673
|
-
title: string;
|
|
674
|
-
icon: string;
|
|
675
|
-
onclick(): void;
|
|
676
|
-
};
|
|
677
|
-
myDataZoom: {
|
|
678
|
-
show: any;
|
|
679
|
-
title: string;
|
|
680
|
-
icon: string;
|
|
681
|
-
onclick(): void;
|
|
682
|
-
};
|
|
683
|
-
myInfo: {
|
|
684
|
-
show: any;
|
|
685
|
-
title: string;
|
|
686
|
-
icon: string;
|
|
687
|
-
onclick(): void;
|
|
688
|
-
};
|
|
689
|
-
mySource: {
|
|
690
|
-
show: any;
|
|
691
|
-
title: string;
|
|
692
|
-
icon: string;
|
|
693
|
-
onclick(): void;
|
|
694
|
-
};
|
|
695
|
-
};
|
|
696
|
-
};
|
|
697
|
-
grid: {
|
|
698
|
-
top: any;
|
|
699
|
-
bottom: any;
|
|
700
|
-
left: any;
|
|
701
|
-
right: any;
|
|
702
|
-
containLabel: any;
|
|
703
|
-
};
|
|
704
|
-
color: any;
|
|
705
|
-
legend: {
|
|
706
|
-
type: string;
|
|
707
|
-
width: any;
|
|
708
|
-
height: any;
|
|
709
|
-
show: any;
|
|
710
|
-
orient: any;
|
|
711
|
-
top: any;
|
|
712
|
-
left: any;
|
|
713
|
-
textStyle: {
|
|
714
|
-
lineHeight: number;
|
|
715
|
-
rich: {
|
|
716
|
-
text: {
|
|
717
|
-
width: any;
|
|
718
|
-
color: any;
|
|
719
|
-
fontSize: any;
|
|
720
|
-
};
|
|
721
|
-
};
|
|
722
|
-
};
|
|
723
|
-
itemHeight: any;
|
|
724
|
-
itemWidth: any;
|
|
725
|
-
itemGap: any;
|
|
726
|
-
data: {
|
|
727
|
-
name: any;
|
|
728
|
-
itemStyle: {
|
|
729
|
-
color: any;
|
|
730
|
-
};
|
|
731
|
-
icon: any;
|
|
732
|
-
}[];
|
|
733
|
-
formatter: (name: string) => string;
|
|
734
|
-
};
|
|
735
|
-
tooltip: {
|
|
736
|
-
trigger: string;
|
|
737
|
-
show: any;
|
|
738
|
-
formatter: (params: any) => string;
|
|
739
|
-
textStyle: {
|
|
740
|
-
color: any;
|
|
741
|
-
fontSize: number;
|
|
742
|
-
};
|
|
743
|
-
position: any;
|
|
744
|
-
};
|
|
745
|
-
xAxis: {
|
|
746
|
-
minInterval: any;
|
|
747
|
-
type: string;
|
|
748
|
-
data: {}[];
|
|
749
|
-
splitLine: {
|
|
750
|
-
show: any;
|
|
751
|
-
lineStyle: {
|
|
752
|
-
color: any;
|
|
753
|
-
};
|
|
754
|
-
interval: any;
|
|
755
|
-
};
|
|
756
|
-
splitArea: {
|
|
757
|
-
show: any;
|
|
758
|
-
};
|
|
759
|
-
axisLabel: {
|
|
760
|
-
show: any;
|
|
761
|
-
color: any;
|
|
762
|
-
interval: any;
|
|
763
|
-
rotate: any;
|
|
764
|
-
width: any;
|
|
765
|
-
overflow: any;
|
|
766
|
-
fontSize: any;
|
|
767
|
-
formatter(value: string): any;
|
|
768
|
-
};
|
|
769
|
-
axisLine: {
|
|
770
|
-
show: any;
|
|
771
|
-
lineStyle: {
|
|
772
|
-
color: any;
|
|
773
|
-
};
|
|
774
|
-
};
|
|
775
|
-
axisTick: {
|
|
776
|
-
show: any;
|
|
777
|
-
};
|
|
778
|
-
name: any;
|
|
779
|
-
nameTextStyle: {
|
|
780
|
-
fontSize: any;
|
|
781
|
-
color: any;
|
|
782
|
-
align: string;
|
|
783
|
-
};
|
|
784
|
-
max: any;
|
|
785
|
-
};
|
|
786
|
-
yAxis: any;
|
|
787
|
-
series: {
|
|
788
|
-
[x: string]: any;
|
|
789
|
-
}[];
|
|
790
|
-
}>;
|
|
644
|
+
option: any;
|
|
791
645
|
click: () => void;
|
|
792
646
|
loading: import("vue").Ref<boolean>;
|
|
793
647
|
onClose: () => void;
|
|
@@ -948,8 +802,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
948
802
|
default?: boolean;
|
|
949
803
|
};
|
|
950
804
|
tooltipTrigger: {
|
|
951
|
-
type?: import("vue").PropType<"none" | "
|
|
952
|
-
default?: "none" | "
|
|
805
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
806
|
+
default?: "none" | "item" | "axis";
|
|
953
807
|
};
|
|
954
808
|
tooltipTextStyleColor: {
|
|
955
809
|
type?: import("vue").PropType<string>;
|
|
@@ -275,8 +275,8 @@ export declare const comboGraphComponentProps: {
|
|
|
275
275
|
default?: boolean;
|
|
276
276
|
};
|
|
277
277
|
tooltipTrigger: {
|
|
278
|
-
type?: import("vue").PropType<"none" | "
|
|
279
|
-
default?: "none" | "
|
|
278
|
+
type?: import("vue").PropType<"none" | "item" | "axis">;
|
|
279
|
+
default?: "none" | "item" | "axis";
|
|
280
280
|
};
|
|
281
281
|
tooltipTextStyleColor: {
|
|
282
282
|
type?: import("vue").PropType<string>;
|
|
@@ -582,178 +582,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
582
582
|
default?: string;
|
|
583
583
|
};
|
|
584
584
|
}, {
|
|
585
|
-
option:
|
|
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>;
|
|
@@ -582,178 +582,7 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
582
582
|
default?: string;
|
|
583
583
|
};
|
|
584
584
|
}, {
|
|
585
|
-
option:
|
|
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" | "
|
|
65
|
-
default?: "none" | "
|
|
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:
|
|
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" | "
|
|
614
|
-
default?: "none" | "
|
|
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>;
|