@ecan-bi/datav 1.3.79 → 1.3.81
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 +5107 -5076
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +12 -4
- package/types/container/border/index.d.ts +12 -4
- package/types/container/border/props.d.ts +6 -2
- package/types/container/circulate/Circulate.vue.d.ts +12 -4
- package/types/container/circulate/index.d.ts +12 -4
- package/types/container/circulate/props.d.ts +6 -2
- package/types/container/tabs/Tabs.vue.d.ts +12 -4
- package/types/container/tabs/index.d.ts +12 -4
- package/types/container/tabs/props.d.ts +6 -2
- package/types/container/template/Template.vue.d.ts +12 -4
- package/types/container/template/index.d.ts +12 -4
- package/types/container/template/props.d.ts +6 -2
- package/types/control/button/Button.vue.d.ts +16 -8
- package/types/control/button/index.d.ts +16 -8
- package/types/control/button/props.d.ts +8 -4
- package/types/control/checkbox/Checkbox.vue.d.ts +12 -4
- package/types/control/checkbox/index.d.ts +12 -4
- package/types/control/checkbox/props.d.ts +6 -2
- package/types/control/date-picker/DatePicker.vue.d.ts +12 -4
- package/types/control/date-picker/index.d.ts +12 -4
- package/types/control/date-picker/props.d.ts +6 -2
- package/types/control/input/Input.vue.d.ts +12 -4
- package/types/control/input/index.d.ts +12 -4
- package/types/control/input/props.d.ts +6 -2
- package/types/control/radio/Radio.vue.d.ts +12 -4
- package/types/control/radio/index.d.ts +12 -4
- package/types/control/radio/props.d.ts +6 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +12 -4
- package/types/control/range-picker/index.d.ts +12 -4
- package/types/control/range-picker/props.d.ts +6 -2
- package/types/control/select/Select.vue.d.ts +12 -4
- package/types/control/select/index.d.ts +12 -4
- package/types/control/select/props.d.ts +6 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +6 -2
- package/types/control/tree-select/index.d.ts +6 -2
- package/types/control/tree-select/props.d.ts +6 -2
- package/types/graph/bar/Bar.vue.d.ts +88 -80
- package/types/graph/bar/index.d.ts +88 -80
- package/types/graph/bar/props.d.ts +6 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +69 -93
- package/types/graph/combo-graph/index.d.ts +69 -93
- package/types/graph/combo-graph/props.d.ts +6 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +12 -4
- package/types/graph/custom-graph/index.d.ts +12 -4
- package/types/graph/custom-graph/props.d.ts +6 -2
- package/types/graph/line/Line.vue.d.ts +12 -4
- package/types/graph/line/index.d.ts +12 -4
- package/types/graph/line/props.d.ts +8 -3
- package/types/graph/pie/Pie.vue.d.ts +13 -4
- package/types/graph/pie/index.d.ts +13 -4
- package/types/graph/pie/props.d.ts +6 -2
- package/types/graph/radar/Radar.vue.d.ts +12 -4
- package/types/graph/radar/index.d.ts +12 -4
- package/types/graph/radar/props.d.ts +8 -3
- package/types/graph/scatter/Scatter.vue.d.ts +12 -4
- package/types/graph/scatter/index.d.ts +12 -4
- package/types/graph/scatter/props.d.ts +6 -2
- package/types/hooks/useIndicatorData.d.ts +1 -1
- package/types/hooks/useRequestData.d.ts +1 -1
- package/types/laboratory/data-select/DataSelect.vue.d.ts +12 -4
- package/types/laboratory/data-select/index.d.ts +12 -4
- package/types/laboratory/data-select/props.d.ts +6 -2
- package/types/map/map/Map.vue.d.ts +12 -4
- package/types/map/map/index.d.ts +12 -4
- package/types/map/map/props.d.ts +6 -2
- package/types/media/iframe/Iframe.vue.d.ts +12 -4
- package/types/media/iframe/index.d.ts +12 -4
- package/types/media/iframe/props.d.ts +6 -2
- package/types/media/image/Image.vue.d.ts +57 -9
- package/types/media/image/index.d.ts +57 -9
- package/types/media/image/props.d.ts +34 -4
- package/types/table/table/Table.vue.d.ts +16 -8
- package/types/table/table/index.d.ts +18 -10
- package/types/table/table/props.d.ts +8 -4
- package/types/text/counter/Counter.vue.d.ts +12 -4
- package/types/text/counter/index.d.ts +12 -4
- package/types/text/counter/props.d.ts +6 -2
- package/types/text/list/List.vue.d.ts +12 -4
- package/types/text/list/index.d.ts +12 -4
- package/types/text/list/props.d.ts +6 -2
- package/types/text/proportion/Proportion.vue.d.ts +12 -4
- package/types/text/proportion/index.d.ts +12 -4
- package/types/text/proportion/props.d.ts +6 -2
- package/types/text/text/Text.vue.d.ts +16 -8
- package/types/text/text/index.d.ts +16 -8
- package/types/text/text/props.d.ts +8 -4
- package/types/text/time-display/TimeDisplay.vue.d.ts +12 -4
- package/types/text/time-display/index.d.ts +12 -4
- package/types/text/time-display/props.d.ts +6 -2
- package/types/utils/props.d.ts +1 -0
|
@@ -503,6 +503,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
503
503
|
type?: import("vue").PropType<boolean>;
|
|
504
504
|
default?: boolean;
|
|
505
505
|
};
|
|
506
|
+
isViewRedrawing: {
|
|
507
|
+
type?: import("vue").PropType<boolean>;
|
|
508
|
+
default?: boolean;
|
|
509
|
+
};
|
|
506
510
|
requestInterval: {
|
|
507
511
|
type?: import("vue").PropType<number>;
|
|
508
512
|
default?: number;
|
|
@@ -516,8 +520,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
516
520
|
default?: number;
|
|
517
521
|
};
|
|
518
522
|
dataType: {
|
|
519
|
-
type?: import("vue").PropType<"indicator" | "
|
|
520
|
-
default?: "indicator" | "
|
|
523
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
524
|
+
default?: "indicator" | "request" | "static";
|
|
521
525
|
};
|
|
522
526
|
scale?: {
|
|
523
527
|
type?: import("vue").PropType<number>;
|
|
@@ -545,32 +549,32 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
545
549
|
fontFamily: string;
|
|
546
550
|
};
|
|
547
551
|
toolbox: {
|
|
548
|
-
show:
|
|
549
|
-
left:
|
|
550
|
-
top:
|
|
551
|
-
itemSize:
|
|
552
|
-
itemGap:
|
|
552
|
+
show: any;
|
|
553
|
+
left: any;
|
|
554
|
+
top: any;
|
|
555
|
+
itemSize: any;
|
|
556
|
+
itemGap: any;
|
|
553
557
|
feature: {
|
|
554
558
|
myLocation: {
|
|
555
|
-
show:
|
|
559
|
+
show: any;
|
|
556
560
|
title: string;
|
|
557
561
|
icon: string;
|
|
558
562
|
onclick(): void;
|
|
559
563
|
};
|
|
560
564
|
myDownload: {
|
|
561
|
-
show:
|
|
565
|
+
show: any;
|
|
562
566
|
title: string;
|
|
563
567
|
icon: string;
|
|
564
568
|
onclick(): void;
|
|
565
569
|
};
|
|
566
570
|
myDataZoom: {
|
|
567
|
-
show:
|
|
571
|
+
show: any;
|
|
568
572
|
title: string;
|
|
569
573
|
icon: string;
|
|
570
574
|
onclick(): void;
|
|
571
575
|
};
|
|
572
576
|
myInfo: {
|
|
573
|
-
show:
|
|
577
|
+
show: any;
|
|
574
578
|
title: string;
|
|
575
579
|
icon: string;
|
|
576
580
|
onclick(): void;
|
|
@@ -578,144 +582,144 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
578
582
|
};
|
|
579
583
|
};
|
|
580
584
|
title: {
|
|
581
|
-
text:
|
|
582
|
-
subtext:
|
|
585
|
+
text: any;
|
|
586
|
+
subtext: any;
|
|
583
587
|
textStyle: {
|
|
584
|
-
fontSize:
|
|
585
|
-
fontWeight:
|
|
586
|
-
color:
|
|
588
|
+
fontSize: any;
|
|
589
|
+
fontWeight: any;
|
|
590
|
+
color: any;
|
|
587
591
|
};
|
|
588
|
-
left:
|
|
592
|
+
left: any;
|
|
589
593
|
};
|
|
590
594
|
grid: {
|
|
591
|
-
top:
|
|
592
|
-
bottom:
|
|
593
|
-
left:
|
|
594
|
-
right:
|
|
595
|
-
containLabel:
|
|
595
|
+
top: any;
|
|
596
|
+
bottom: any;
|
|
597
|
+
left: any;
|
|
598
|
+
right: any;
|
|
599
|
+
containLabel: any;
|
|
596
600
|
};
|
|
597
|
-
color:
|
|
601
|
+
color: any;
|
|
598
602
|
tooltip: {
|
|
599
603
|
trigger: string;
|
|
600
|
-
show:
|
|
604
|
+
show: any;
|
|
601
605
|
formatter: (params: any) => string;
|
|
602
606
|
textStyle: {
|
|
603
|
-
color:
|
|
607
|
+
color: any;
|
|
604
608
|
fontSize: number;
|
|
605
609
|
};
|
|
606
|
-
position:
|
|
610
|
+
position: any;
|
|
607
611
|
};
|
|
608
612
|
legend: {
|
|
609
613
|
type: string;
|
|
610
|
-
width:
|
|
611
|
-
height:
|
|
612
|
-
show:
|
|
613
|
-
orient:
|
|
614
|
-
top:
|
|
615
|
-
left:
|
|
614
|
+
width: any;
|
|
615
|
+
height: any;
|
|
616
|
+
show: any;
|
|
617
|
+
orient: any;
|
|
618
|
+
top: any;
|
|
619
|
+
left: any;
|
|
616
620
|
textStyle: {
|
|
617
621
|
lineHeight: number;
|
|
618
622
|
rich: {
|
|
619
623
|
text: {
|
|
620
|
-
width:
|
|
621
|
-
color:
|
|
622
|
-
fontSize:
|
|
624
|
+
width: any;
|
|
625
|
+
color: any;
|
|
626
|
+
fontSize: any;
|
|
623
627
|
};
|
|
624
628
|
};
|
|
625
629
|
};
|
|
626
|
-
itemHeight:
|
|
627
|
-
itemWidth:
|
|
628
|
-
itemGap:
|
|
630
|
+
itemHeight: any;
|
|
631
|
+
itemWidth: any;
|
|
632
|
+
itemGap: any;
|
|
629
633
|
data: {
|
|
630
634
|
name: any;
|
|
631
635
|
itemStyle: {
|
|
632
|
-
color:
|
|
636
|
+
color: any;
|
|
633
637
|
};
|
|
634
|
-
icon:
|
|
638
|
+
icon: any;
|
|
635
639
|
}[];
|
|
636
640
|
formatter: (name: string) => string;
|
|
637
641
|
};
|
|
638
642
|
xAxis: {
|
|
639
643
|
type: string;
|
|
640
644
|
data: {}[];
|
|
641
|
-
inverse:
|
|
642
|
-
minInterval:
|
|
645
|
+
inverse: any;
|
|
646
|
+
minInterval: any;
|
|
643
647
|
splitLine: {
|
|
644
|
-
show:
|
|
648
|
+
show: any;
|
|
645
649
|
lineStyle: {
|
|
646
|
-
color:
|
|
647
|
-
type:
|
|
650
|
+
color: any;
|
|
651
|
+
type: any;
|
|
648
652
|
};
|
|
649
|
-
interval:
|
|
653
|
+
interval: any;
|
|
650
654
|
};
|
|
651
655
|
splitArea: {
|
|
652
|
-
show:
|
|
656
|
+
show: any;
|
|
653
657
|
};
|
|
654
658
|
axisLabel: {
|
|
655
|
-
color:
|
|
656
|
-
interval:
|
|
657
|
-
rotate:
|
|
658
|
-
width:
|
|
659
|
-
overflow:
|
|
660
|
-
fontSize:
|
|
659
|
+
color: any;
|
|
660
|
+
interval: any;
|
|
661
|
+
rotate: any;
|
|
662
|
+
width: any;
|
|
663
|
+
overflow: any;
|
|
664
|
+
fontSize: any;
|
|
661
665
|
formatter(value: string): string;
|
|
662
666
|
};
|
|
663
667
|
axisLine: {
|
|
664
|
-
show:
|
|
668
|
+
show: any;
|
|
665
669
|
lineStyle: {
|
|
666
|
-
color:
|
|
670
|
+
color: any;
|
|
667
671
|
};
|
|
668
672
|
};
|
|
669
673
|
axisTick: {
|
|
670
|
-
show:
|
|
674
|
+
show: any;
|
|
671
675
|
};
|
|
672
|
-
name:
|
|
676
|
+
name: any;
|
|
673
677
|
nameTextStyle: {
|
|
674
|
-
fontSize:
|
|
675
|
-
color:
|
|
678
|
+
fontSize: any;
|
|
679
|
+
color: any;
|
|
676
680
|
align: string;
|
|
677
681
|
};
|
|
678
|
-
max:
|
|
682
|
+
max: any;
|
|
679
683
|
};
|
|
680
684
|
yAxis: {
|
|
681
685
|
type: string;
|
|
682
686
|
data: {
|
|
683
687
|
[x: string]: any;
|
|
684
688
|
}[];
|
|
685
|
-
inverse:
|
|
686
|
-
minInterval:
|
|
689
|
+
inverse: any;
|
|
690
|
+
minInterval: any;
|
|
687
691
|
splitLine: {
|
|
688
|
-
show:
|
|
692
|
+
show: any;
|
|
689
693
|
lineStyle: {
|
|
690
|
-
color:
|
|
691
|
-
type:
|
|
694
|
+
color: any;
|
|
695
|
+
type: any;
|
|
692
696
|
};
|
|
693
697
|
};
|
|
694
698
|
splitArea: {
|
|
695
|
-
show:
|
|
699
|
+
show: any;
|
|
696
700
|
};
|
|
697
701
|
axisLabel: {
|
|
698
|
-
show:
|
|
699
|
-
fontSize:
|
|
700
|
-
color:
|
|
701
|
-
rotate:
|
|
702
|
-
width:
|
|
703
|
-
overflow:
|
|
702
|
+
show: any;
|
|
703
|
+
fontSize: any;
|
|
704
|
+
color: any;
|
|
705
|
+
rotate: any;
|
|
706
|
+
width: any;
|
|
707
|
+
overflow: any;
|
|
704
708
|
formatter(value: string): string;
|
|
705
709
|
};
|
|
706
710
|
axisLine: {
|
|
707
|
-
show:
|
|
711
|
+
show: any;
|
|
708
712
|
lineStyle: {
|
|
709
|
-
color:
|
|
713
|
+
color: any;
|
|
710
714
|
};
|
|
711
715
|
};
|
|
712
|
-
name:
|
|
716
|
+
name: any;
|
|
713
717
|
nameTextStyle: {
|
|
714
|
-
fontSize:
|
|
715
|
-
color:
|
|
718
|
+
fontSize: any;
|
|
719
|
+
color: any;
|
|
716
720
|
align: string;
|
|
717
721
|
};
|
|
718
|
-
max:
|
|
722
|
+
max: any;
|
|
719
723
|
};
|
|
720
724
|
series: any[];
|
|
721
725
|
}>;
|
|
@@ -1239,6 +1243,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1239
1243
|
type?: import("vue").PropType<boolean>;
|
|
1240
1244
|
default?: boolean;
|
|
1241
1245
|
};
|
|
1246
|
+
isViewRedrawing: {
|
|
1247
|
+
type?: import("vue").PropType<boolean>;
|
|
1248
|
+
default?: boolean;
|
|
1249
|
+
};
|
|
1242
1250
|
requestInterval: {
|
|
1243
1251
|
type?: import("vue").PropType<number>;
|
|
1244
1252
|
default?: number;
|
|
@@ -1252,8 +1260,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1252
1260
|
default?: number;
|
|
1253
1261
|
};
|
|
1254
1262
|
dataType: {
|
|
1255
|
-
type?: import("vue").PropType<"indicator" | "
|
|
1256
|
-
default?: "indicator" | "
|
|
1263
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
1264
|
+
default?: "indicator" | "request" | "static";
|
|
1257
1265
|
};
|
|
1258
1266
|
scale?: {
|
|
1259
1267
|
type?: import("vue").PropType<number>;
|
|
@@ -616,6 +616,10 @@ export declare const barComponentProps: {
|
|
|
616
616
|
type?: import("vue").PropType<boolean>;
|
|
617
617
|
default?: boolean;
|
|
618
618
|
};
|
|
619
|
+
isViewRedrawing: {
|
|
620
|
+
type?: import("vue").PropType<boolean>;
|
|
621
|
+
default?: boolean;
|
|
622
|
+
};
|
|
619
623
|
requestInterval: {
|
|
620
624
|
type?: import("vue").PropType<number>;
|
|
621
625
|
default?: number;
|
|
@@ -629,8 +633,8 @@ export declare const barComponentProps: {
|
|
|
629
633
|
default?: number;
|
|
630
634
|
};
|
|
631
635
|
dataType: {
|
|
632
|
-
type?: import("vue").PropType<"indicator" | "
|
|
633
|
-
default?: "indicator" | "
|
|
636
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
637
|
+
default?: "indicator" | "request" | "static";
|
|
634
638
|
};
|
|
635
639
|
scale?: {
|
|
636
640
|
type?: import("vue").PropType<number>;
|
|
@@ -508,6 +508,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
508
508
|
type?: import("vue").PropType<boolean>;
|
|
509
509
|
default?: boolean;
|
|
510
510
|
};
|
|
511
|
+
isViewRedrawing: {
|
|
512
|
+
type?: import("vue").PropType<boolean>;
|
|
513
|
+
default?: boolean;
|
|
514
|
+
};
|
|
511
515
|
requestInterval: {
|
|
512
516
|
type?: import("vue").PropType<number>;
|
|
513
517
|
default?: number;
|
|
@@ -521,8 +525,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
521
525
|
default?: number;
|
|
522
526
|
};
|
|
523
527
|
dataType: {
|
|
524
|
-
type?: import("vue").PropType<"indicator" | "
|
|
525
|
-
default?: "indicator" | "
|
|
528
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
529
|
+
default?: "indicator" | "request" | "static";
|
|
526
530
|
};
|
|
527
531
|
scale?: {
|
|
528
532
|
type?: import("vue").PropType<number>;
|
|
@@ -551,42 +555,42 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
551
555
|
fontFamily: string;
|
|
552
556
|
};
|
|
553
557
|
title: {
|
|
554
|
-
text:
|
|
555
|
-
subtext:
|
|
558
|
+
text: any;
|
|
559
|
+
subtext: any;
|
|
556
560
|
textStyle: {
|
|
557
|
-
fontSize:
|
|
558
|
-
fontWeight:
|
|
559
|
-
color:
|
|
561
|
+
fontSize: any;
|
|
562
|
+
fontWeight: any;
|
|
563
|
+
color: any;
|
|
560
564
|
};
|
|
561
|
-
left:
|
|
565
|
+
left: any;
|
|
562
566
|
};
|
|
563
567
|
toolbox: {
|
|
564
|
-
show:
|
|
565
|
-
left:
|
|
566
|
-
top:
|
|
567
|
-
itemSize:
|
|
568
|
-
itemGap:
|
|
568
|
+
show: any;
|
|
569
|
+
left: any;
|
|
570
|
+
top: any;
|
|
571
|
+
itemSize: any;
|
|
572
|
+
itemGap: any;
|
|
569
573
|
feature: {
|
|
570
574
|
myLocation: {
|
|
571
|
-
show:
|
|
575
|
+
show: any;
|
|
572
576
|
title: string;
|
|
573
577
|
icon: string;
|
|
574
578
|
onclick(): void;
|
|
575
579
|
};
|
|
576
580
|
myDownload: {
|
|
577
|
-
show:
|
|
581
|
+
show: any;
|
|
578
582
|
title: string;
|
|
579
583
|
icon: string;
|
|
580
584
|
onclick(): void;
|
|
581
585
|
};
|
|
582
586
|
myDataZoom: {
|
|
583
|
-
show:
|
|
587
|
+
show: any;
|
|
584
588
|
title: string;
|
|
585
589
|
icon: string;
|
|
586
590
|
onclick(): void;
|
|
587
591
|
};
|
|
588
592
|
myInfo: {
|
|
589
|
-
show:
|
|
593
|
+
show: any;
|
|
590
594
|
title: string;
|
|
591
595
|
icon: string;
|
|
592
596
|
onclick(): void;
|
|
@@ -594,126 +598,94 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
594
598
|
};
|
|
595
599
|
};
|
|
596
600
|
grid: {
|
|
597
|
-
top:
|
|
598
|
-
bottom:
|
|
599
|
-
left:
|
|
600
|
-
right:
|
|
601
|
-
containLabel:
|
|
601
|
+
top: any;
|
|
602
|
+
bottom: any;
|
|
603
|
+
left: any;
|
|
604
|
+
right: any;
|
|
605
|
+
containLabel: any;
|
|
602
606
|
};
|
|
603
|
-
color:
|
|
607
|
+
color: any;
|
|
604
608
|
legend: {
|
|
605
609
|
type: string;
|
|
606
|
-
width:
|
|
607
|
-
height:
|
|
608
|
-
show:
|
|
609
|
-
orient:
|
|
610
|
-
top:
|
|
611
|
-
left:
|
|
610
|
+
width: any;
|
|
611
|
+
height: any;
|
|
612
|
+
show: any;
|
|
613
|
+
orient: any;
|
|
614
|
+
top: any;
|
|
615
|
+
left: any;
|
|
612
616
|
textStyle: {
|
|
613
617
|
lineHeight: number;
|
|
614
618
|
rich: {
|
|
615
619
|
text: {
|
|
616
|
-
width:
|
|
617
|
-
color:
|
|
618
|
-
fontSize:
|
|
620
|
+
width: any;
|
|
621
|
+
color: any;
|
|
622
|
+
fontSize: any;
|
|
619
623
|
};
|
|
620
624
|
};
|
|
621
625
|
};
|
|
622
|
-
itemHeight:
|
|
623
|
-
itemWidth:
|
|
624
|
-
itemGap:
|
|
626
|
+
itemHeight: any;
|
|
627
|
+
itemWidth: any;
|
|
628
|
+
itemGap: any;
|
|
625
629
|
data: {
|
|
626
630
|
name: any;
|
|
627
631
|
itemStyle: {
|
|
628
|
-
color:
|
|
632
|
+
color: any;
|
|
629
633
|
};
|
|
630
|
-
icon:
|
|
634
|
+
icon: any;
|
|
631
635
|
}[];
|
|
632
636
|
formatter: (name: string) => string;
|
|
633
637
|
};
|
|
634
638
|
tooltip: {
|
|
635
639
|
trigger: string;
|
|
636
|
-
show:
|
|
640
|
+
show: any;
|
|
637
641
|
formatter: (params: any) => string;
|
|
638
642
|
textStyle: {
|
|
639
|
-
color:
|
|
643
|
+
color: any;
|
|
640
644
|
fontSize: number;
|
|
641
645
|
};
|
|
642
|
-
position:
|
|
646
|
+
position: any;
|
|
643
647
|
};
|
|
644
648
|
xAxis: {
|
|
645
|
-
minInterval:
|
|
649
|
+
minInterval: any;
|
|
646
650
|
type: string;
|
|
647
651
|
data: {}[];
|
|
648
652
|
splitLine: {
|
|
649
|
-
show:
|
|
653
|
+
show: any;
|
|
650
654
|
lineStyle: {
|
|
651
|
-
color:
|
|
655
|
+
color: any;
|
|
652
656
|
};
|
|
653
|
-
interval:
|
|
657
|
+
interval: any;
|
|
654
658
|
};
|
|
655
659
|
splitArea: {
|
|
656
|
-
show:
|
|
660
|
+
show: any;
|
|
657
661
|
};
|
|
658
662
|
axisLabel: {
|
|
659
|
-
color:
|
|
660
|
-
interval:
|
|
661
|
-
rotate:
|
|
662
|
-
width:
|
|
663
|
-
overflow:
|
|
664
|
-
fontSize:
|
|
663
|
+
color: any;
|
|
664
|
+
interval: any;
|
|
665
|
+
rotate: any;
|
|
666
|
+
width: any;
|
|
667
|
+
overflow: any;
|
|
668
|
+
fontSize: any;
|
|
665
669
|
formatter(value: string): string;
|
|
666
670
|
};
|
|
667
671
|
axisLine: {
|
|
668
|
-
show:
|
|
672
|
+
show: any;
|
|
669
673
|
lineStyle: {
|
|
670
|
-
color:
|
|
674
|
+
color: any;
|
|
671
675
|
};
|
|
672
676
|
};
|
|
673
677
|
axisTick: {
|
|
674
|
-
show:
|
|
678
|
+
show: any;
|
|
675
679
|
};
|
|
676
|
-
name:
|
|
680
|
+
name: any;
|
|
677
681
|
nameTextStyle: {
|
|
678
|
-
fontSize:
|
|
679
|
-
color:
|
|
682
|
+
fontSize: any;
|
|
683
|
+
color: any;
|
|
680
684
|
align: string;
|
|
681
685
|
};
|
|
682
|
-
max:
|
|
686
|
+
max: any;
|
|
683
687
|
};
|
|
684
|
-
yAxis:
|
|
685
|
-
type: string;
|
|
686
|
-
minInterval: number;
|
|
687
|
-
splitLine: {
|
|
688
|
-
show: boolean;
|
|
689
|
-
lineStyle: {
|
|
690
|
-
color: string;
|
|
691
|
-
type: "dashed" | "dotted" | "solid";
|
|
692
|
-
};
|
|
693
|
-
};
|
|
694
|
-
splitArea: {
|
|
695
|
-
show: boolean;
|
|
696
|
-
};
|
|
697
|
-
axisLabel: {
|
|
698
|
-
show: boolean;
|
|
699
|
-
fontSize: string;
|
|
700
|
-
color: string;
|
|
701
|
-
formatter(value: string): string;
|
|
702
|
-
};
|
|
703
|
-
axisLine: {
|
|
704
|
-
show: boolean;
|
|
705
|
-
lineStyle: {
|
|
706
|
-
color: string;
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
name: string;
|
|
710
|
-
nameTextStyle: {
|
|
711
|
-
fontSize: string;
|
|
712
|
-
color: string;
|
|
713
|
-
align: string;
|
|
714
|
-
};
|
|
715
|
-
max: number;
|
|
716
|
-
}[];
|
|
688
|
+
yAxis: any;
|
|
717
689
|
series: {
|
|
718
690
|
[x: string]: any;
|
|
719
691
|
}[];
|
|
@@ -1240,6 +1212,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1240
1212
|
type?: import("vue").PropType<boolean>;
|
|
1241
1213
|
default?: boolean;
|
|
1242
1214
|
};
|
|
1215
|
+
isViewRedrawing: {
|
|
1216
|
+
type?: import("vue").PropType<boolean>;
|
|
1217
|
+
default?: boolean;
|
|
1218
|
+
};
|
|
1243
1219
|
requestInterval: {
|
|
1244
1220
|
type?: import("vue").PropType<number>;
|
|
1245
1221
|
default?: number;
|
|
@@ -1253,8 +1229,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1253
1229
|
default?: number;
|
|
1254
1230
|
};
|
|
1255
1231
|
dataType: {
|
|
1256
|
-
type?: import("vue").PropType<"indicator" | "
|
|
1257
|
-
default?: "indicator" | "
|
|
1232
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
1233
|
+
default?: "indicator" | "request" | "static";
|
|
1258
1234
|
};
|
|
1259
1235
|
scale?: {
|
|
1260
1236
|
type?: import("vue").PropType<number>;
|