@semi-bot/semi-vchart-theme-ida 1.0.1 → 1.0.3
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/light.json +234 -28
- package/lightEcharts.json +77 -14
- package/package.json +1 -1
- package/raw.json +215 -78
package/light.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"dataScheme": [
|
|
8
8
|
{
|
|
9
|
-
"maxDomainLength":
|
|
9
|
+
"maxDomainLength": 10,
|
|
10
10
|
"scheme": [
|
|
11
11
|
"#10C4BB",
|
|
12
12
|
"#f39916",
|
|
@@ -17,10 +17,7 @@
|
|
|
17
17
|
"#59d3cf",
|
|
18
18
|
"#54842b",
|
|
19
19
|
"#c653cd",
|
|
20
|
-
"#8693dc"
|
|
21
|
-
"#85D200",
|
|
22
|
-
"#D263D8",
|
|
23
|
-
"#79A2CE"
|
|
20
|
+
"#8693dc"
|
|
24
21
|
]
|
|
25
22
|
}
|
|
26
23
|
]
|
|
@@ -71,7 +68,7 @@
|
|
|
71
68
|
},
|
|
72
69
|
"axisX": {
|
|
73
70
|
"title": {
|
|
74
|
-
"visible":
|
|
71
|
+
"visible": false,
|
|
75
72
|
"style": {
|
|
76
73
|
"fontSize": 12,
|
|
77
74
|
"fontWeight": 400,
|
|
@@ -148,7 +145,7 @@
|
|
|
148
145
|
},
|
|
149
146
|
"axisY": {
|
|
150
147
|
"title": {
|
|
151
|
-
"visible":
|
|
148
|
+
"visible": false,
|
|
152
149
|
"style": {
|
|
153
150
|
"fontSize": 12,
|
|
154
151
|
"fontWeight": 400,
|
|
@@ -428,18 +425,19 @@
|
|
|
428
425
|
"maxCol": 1
|
|
429
426
|
},
|
|
430
427
|
"tooltip": {
|
|
431
|
-
"spaceRow":
|
|
428
|
+
"spaceRow": 6,
|
|
432
429
|
"panel": {
|
|
433
430
|
"backgroundColor": "#ffffff",
|
|
434
431
|
"border": {
|
|
435
|
-
"radius":
|
|
432
|
+
"radius": 8,
|
|
436
433
|
"width": 0,
|
|
437
434
|
"color": "#c6cdccff"
|
|
438
435
|
},
|
|
439
436
|
"padding": {
|
|
440
|
-
"top":
|
|
437
|
+
"top": 12,
|
|
441
438
|
"left": 16,
|
|
442
|
-
"
|
|
439
|
+
"right": 16,
|
|
440
|
+
"bottom": 12
|
|
443
441
|
}
|
|
444
442
|
},
|
|
445
443
|
"titleLabel": {
|
|
@@ -478,7 +476,7 @@
|
|
|
478
476
|
"sans-serif"
|
|
479
477
|
],
|
|
480
478
|
"fontColor": "#222727cc",
|
|
481
|
-
"spacing":
|
|
479
|
+
"spacing": 20
|
|
482
480
|
},
|
|
483
481
|
"valueLabel": {
|
|
484
482
|
"fontSize": 14,
|
|
@@ -508,13 +506,13 @@
|
|
|
508
506
|
"linearField": {
|
|
509
507
|
"line": {
|
|
510
508
|
"style": {
|
|
511
|
-
"visible":
|
|
509
|
+
"visible": false,
|
|
512
510
|
"stroke": "#889292ff"
|
|
513
511
|
},
|
|
514
512
|
"width": 0.5
|
|
515
513
|
},
|
|
516
514
|
"label": {
|
|
517
|
-
"visible":
|
|
515
|
+
"visible": false,
|
|
518
516
|
"style": {
|
|
519
517
|
"fontSize": 12,
|
|
520
518
|
"fontWeight": 400,
|
|
@@ -541,14 +539,36 @@
|
|
|
541
539
|
"bandField": {
|
|
542
540
|
"line": {
|
|
543
541
|
"style": {
|
|
544
|
-
"visible":
|
|
542
|
+
"visible": true,
|
|
545
543
|
"fill": "#2227270d"
|
|
546
544
|
}
|
|
547
545
|
},
|
|
548
546
|
"label": {
|
|
549
|
-
"visible":
|
|
547
|
+
"visible": true,
|
|
548
|
+
"style": {
|
|
549
|
+
"fontSize": 12,
|
|
550
|
+
"fontWeight": 600,
|
|
551
|
+
"lineHeight": 16,
|
|
552
|
+
"fontFamily": [
|
|
553
|
+
"D-DIN",
|
|
554
|
+
"Inter",
|
|
555
|
+
"BlinkMacSystemFont",
|
|
556
|
+
"Segoe UI",
|
|
557
|
+
"PingFang SC",
|
|
558
|
+
"Hiragino Sans GB",
|
|
559
|
+
"Microsoft YaHei",
|
|
560
|
+
"Helvetica Neue",
|
|
561
|
+
"Helvetica",
|
|
562
|
+
"Arial",
|
|
563
|
+
"sans-serif"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
550
566
|
"labelBackground": {
|
|
551
|
-
"visible": true
|
|
567
|
+
"visible": true,
|
|
568
|
+
"style": {
|
|
569
|
+
"fill": "#222727ff",
|
|
570
|
+
"cornerRadius": 2
|
|
571
|
+
}
|
|
552
572
|
}
|
|
553
573
|
}
|
|
554
574
|
}
|
|
@@ -588,9 +608,27 @@
|
|
|
588
608
|
}
|
|
589
609
|
}
|
|
590
610
|
},
|
|
591
|
-
"barGapInGroup": "
|
|
611
|
+
"barGapInGroup": "15%",
|
|
592
612
|
"label": {
|
|
593
613
|
"visible": false,
|
|
614
|
+
"style": {
|
|
615
|
+
"fontSize": 12,
|
|
616
|
+
"fontWeight": 400,
|
|
617
|
+
"lineHeight": 16,
|
|
618
|
+
"fontFamily": [
|
|
619
|
+
"D-DIN",
|
|
620
|
+
"Inter",
|
|
621
|
+
"BlinkMacSystemFont",
|
|
622
|
+
"Segoe UI",
|
|
623
|
+
"PingFang SC",
|
|
624
|
+
"Hiragino Sans GB",
|
|
625
|
+
"Microsoft YaHei",
|
|
626
|
+
"Helvetica Neue",
|
|
627
|
+
"Helvetica",
|
|
628
|
+
"Arial",
|
|
629
|
+
"sans-serif"
|
|
630
|
+
]
|
|
631
|
+
},
|
|
594
632
|
"position": "outside"
|
|
595
633
|
},
|
|
596
634
|
"animationAppear": {
|
|
@@ -662,6 +700,27 @@
|
|
|
662
700
|
"point": {
|
|
663
701
|
"visible": false
|
|
664
702
|
},
|
|
703
|
+
"label": {
|
|
704
|
+
"visible": false,
|
|
705
|
+
"style": {
|
|
706
|
+
"fontSize": 12,
|
|
707
|
+
"fontWeight": 400,
|
|
708
|
+
"lineHeight": 16,
|
|
709
|
+
"fontFamily": [
|
|
710
|
+
"D-DIN",
|
|
711
|
+
"Inter",
|
|
712
|
+
"BlinkMacSystemFont",
|
|
713
|
+
"Segoe UI",
|
|
714
|
+
"PingFang SC",
|
|
715
|
+
"Hiragino Sans GB",
|
|
716
|
+
"Microsoft YaHei",
|
|
717
|
+
"Helvetica Neue",
|
|
718
|
+
"Helvetica",
|
|
719
|
+
"Arial",
|
|
720
|
+
"sans-serif"
|
|
721
|
+
]
|
|
722
|
+
}
|
|
723
|
+
},
|
|
665
724
|
"animationAppear": {
|
|
666
725
|
"duration": 800,
|
|
667
726
|
"easing": "quadInOut",
|
|
@@ -713,6 +772,7 @@
|
|
|
713
772
|
"fontWeight": 400,
|
|
714
773
|
"lineHeight": 16,
|
|
715
774
|
"fontFamily": [
|
|
775
|
+
"D-DIN",
|
|
716
776
|
"Inter",
|
|
717
777
|
"BlinkMacSystemFont",
|
|
718
778
|
"Segoe UI",
|
|
@@ -722,8 +782,7 @@
|
|
|
722
782
|
"Helvetica Neue",
|
|
723
783
|
"Helvetica",
|
|
724
784
|
"Arial",
|
|
725
|
-
"sans-serif"
|
|
726
|
-
"D-DIN"
|
|
785
|
+
"sans-serif"
|
|
727
786
|
]
|
|
728
787
|
},
|
|
729
788
|
"position": "top"
|
|
@@ -749,7 +808,25 @@
|
|
|
749
808
|
"startAngle": -90,
|
|
750
809
|
"padAngle": 0,
|
|
751
810
|
"label": {
|
|
752
|
-
"visible":
|
|
811
|
+
"visible": true,
|
|
812
|
+
"style": {
|
|
813
|
+
"fontSize": 12,
|
|
814
|
+
"fontWeight": 400,
|
|
815
|
+
"lineHeight": 16,
|
|
816
|
+
"fontFamily": [
|
|
817
|
+
"D-DIN",
|
|
818
|
+
"Inter",
|
|
819
|
+
"BlinkMacSystemFont",
|
|
820
|
+
"Segoe UI",
|
|
821
|
+
"PingFang SC",
|
|
822
|
+
"Hiragino Sans GB",
|
|
823
|
+
"Microsoft YaHei",
|
|
824
|
+
"Helvetica Neue",
|
|
825
|
+
"Helvetica",
|
|
826
|
+
"Arial",
|
|
827
|
+
"sans-serif"
|
|
828
|
+
]
|
|
829
|
+
},
|
|
753
830
|
"position": "outside",
|
|
754
831
|
"line": {
|
|
755
832
|
"visible": true
|
|
@@ -792,6 +869,7 @@
|
|
|
792
869
|
"fontWeight": 400,
|
|
793
870
|
"lineHeight": 16,
|
|
794
871
|
"fontFamily": [
|
|
872
|
+
"D-DIN",
|
|
795
873
|
"Inter",
|
|
796
874
|
"BlinkMacSystemFont",
|
|
797
875
|
"Segoe UI",
|
|
@@ -801,14 +879,31 @@
|
|
|
801
879
|
"Helvetica Neue",
|
|
802
880
|
"Helvetica",
|
|
803
881
|
"Arial",
|
|
804
|
-
"sans-serif"
|
|
805
|
-
"D-DIN"
|
|
882
|
+
"sans-serif"
|
|
806
883
|
],
|
|
807
884
|
"fill": "#ffffff"
|
|
808
885
|
}
|
|
809
886
|
},
|
|
810
887
|
"transformLabel": {
|
|
811
|
-
"visible": false
|
|
888
|
+
"visible": false,
|
|
889
|
+
"style": {
|
|
890
|
+
"fontSize": 12,
|
|
891
|
+
"fontWeight": 400,
|
|
892
|
+
"lineHeight": 16,
|
|
893
|
+
"fontFamily": [
|
|
894
|
+
"D-DIN",
|
|
895
|
+
"Inter",
|
|
896
|
+
"BlinkMacSystemFont",
|
|
897
|
+
"Segoe UI",
|
|
898
|
+
"PingFang SC",
|
|
899
|
+
"Hiragino Sans GB",
|
|
900
|
+
"Microsoft YaHei",
|
|
901
|
+
"Helvetica Neue",
|
|
902
|
+
"Helvetica",
|
|
903
|
+
"Arial",
|
|
904
|
+
"sans-serif"
|
|
905
|
+
]
|
|
906
|
+
}
|
|
812
907
|
},
|
|
813
908
|
"outerLabel": {
|
|
814
909
|
"visible": false,
|
|
@@ -817,6 +912,7 @@
|
|
|
817
912
|
"fontWeight": 400,
|
|
818
913
|
"lineHeight": 16,
|
|
819
914
|
"fontFamily": [
|
|
915
|
+
"D-DIN",
|
|
820
916
|
"Inter",
|
|
821
917
|
"BlinkMacSystemFont",
|
|
822
918
|
"Segoe UI",
|
|
@@ -826,8 +922,7 @@
|
|
|
826
922
|
"Helvetica Neue",
|
|
827
923
|
"Helvetica",
|
|
828
924
|
"Arial",
|
|
829
|
-
"sans-serif"
|
|
830
|
-
"D-DIN"
|
|
925
|
+
"sans-serif"
|
|
831
926
|
],
|
|
832
927
|
"fill": "#222727a6",
|
|
833
928
|
"stroke": "#c6cdccff"
|
|
@@ -835,8 +930,12 @@
|
|
|
835
930
|
"line": {
|
|
836
931
|
"style": {
|
|
837
932
|
"visible": true,
|
|
838
|
-
"lineWidth":
|
|
839
|
-
"stroke": "#c6cdccff"
|
|
933
|
+
"lineWidth": 0.5,
|
|
934
|
+
"stroke": "#c6cdccff",
|
|
935
|
+
"lineDash": [
|
|
936
|
+
3,
|
|
937
|
+
3
|
|
938
|
+
]
|
|
840
939
|
}
|
|
841
940
|
}
|
|
842
941
|
},
|
|
@@ -851,5 +950,112 @@
|
|
|
851
950
|
"delay": 800
|
|
852
951
|
}
|
|
853
952
|
}
|
|
953
|
+
},
|
|
954
|
+
"chart": {
|
|
955
|
+
"funnel": {
|
|
956
|
+
"colorScheme": {
|
|
957
|
+
"default": [
|
|
958
|
+
{
|
|
959
|
+
"maxDomainLength": 2,
|
|
960
|
+
"scheme": [
|
|
961
|
+
"#10C4BB",
|
|
962
|
+
"#63dcd2"
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"maxDomainLength": 3,
|
|
967
|
+
"scheme": [
|
|
968
|
+
"#10C4BB",
|
|
969
|
+
"#37d0c6",
|
|
970
|
+
"#63dcd2"
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"maxDomainLength": 4,
|
|
975
|
+
"scheme": [
|
|
976
|
+
"#0ca39e",
|
|
977
|
+
"#10C4BB",
|
|
978
|
+
"#37d0c6",
|
|
979
|
+
"#63dcd2"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"maxDomainLength": 5,
|
|
984
|
+
"scheme": [
|
|
985
|
+
"#0ca39e",
|
|
986
|
+
"#10C4BB",
|
|
987
|
+
"#37d0c6",
|
|
988
|
+
"#63dcd2",
|
|
989
|
+
"#92e7df"
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"maxDomainLength": 6,
|
|
994
|
+
"scheme": [
|
|
995
|
+
"#0ca39e",
|
|
996
|
+
"#10C4BB",
|
|
997
|
+
"#37d0c6",
|
|
998
|
+
"#63dcd2",
|
|
999
|
+
"#92e7df",
|
|
1000
|
+
"#c7f3ee"
|
|
1001
|
+
]
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"maxDomainLength": 7,
|
|
1005
|
+
"scheme": [
|
|
1006
|
+
"#088381",
|
|
1007
|
+
"#0ca39e",
|
|
1008
|
+
"#10C4BB",
|
|
1009
|
+
"#37d0c6",
|
|
1010
|
+
"#63dcd2",
|
|
1011
|
+
"#92e7df",
|
|
1012
|
+
"#c7f3ee"
|
|
1013
|
+
]
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"maxDomainLength": 8,
|
|
1017
|
+
"scheme": [
|
|
1018
|
+
"#056262",
|
|
1019
|
+
"#088381",
|
|
1020
|
+
"#0ca39e",
|
|
1021
|
+
"#10C4BB",
|
|
1022
|
+
"#37d0c6",
|
|
1023
|
+
"#63dcd2",
|
|
1024
|
+
"#92e7df",
|
|
1025
|
+
"#c7f3ee"
|
|
1026
|
+
]
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"maxDomainLength": 9,
|
|
1030
|
+
"scheme": [
|
|
1031
|
+
"#034041",
|
|
1032
|
+
"#056262",
|
|
1033
|
+
"#088381",
|
|
1034
|
+
"#0ca39e",
|
|
1035
|
+
"#10C4BB",
|
|
1036
|
+
"#37d0c6",
|
|
1037
|
+
"#63dcd2",
|
|
1038
|
+
"#92e7df",
|
|
1039
|
+
"#c7f3ee"
|
|
1040
|
+
]
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"maxDomainLength": 10,
|
|
1044
|
+
"scheme": [
|
|
1045
|
+
"#034041",
|
|
1046
|
+
"#056262",
|
|
1047
|
+
"#088381",
|
|
1048
|
+
"#0ca39e",
|
|
1049
|
+
"#10C4BB",
|
|
1050
|
+
"#37d0c6",
|
|
1051
|
+
"#63dcd2",
|
|
1052
|
+
"#92e7df",
|
|
1053
|
+
"#c7f3ee",
|
|
1054
|
+
"#e7f9f7"
|
|
1055
|
+
]
|
|
1056
|
+
}
|
|
1057
|
+
]
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
854
1060
|
}
|
|
855
1061
|
}
|
package/lightEcharts.json
CHANGED
|
@@ -9,10 +9,7 @@
|
|
|
9
9
|
"#59d3cf",
|
|
10
10
|
"#54842b",
|
|
11
11
|
"#c653cd",
|
|
12
|
-
"#8693dc"
|
|
13
|
-
"#85D200",
|
|
14
|
-
"#D263D8",
|
|
15
|
-
"#79A2CE"
|
|
12
|
+
"#8693dc"
|
|
16
13
|
],
|
|
17
14
|
"textStyle": {},
|
|
18
15
|
"line": {
|
|
@@ -22,6 +19,22 @@
|
|
|
22
19
|
},
|
|
23
20
|
"itemStyle": {},
|
|
24
21
|
"label": {
|
|
22
|
+
"fontSize": 12,
|
|
23
|
+
"fontWeight": 400,
|
|
24
|
+
"lineHeight": 16,
|
|
25
|
+
"fontFamily": [
|
|
26
|
+
"D-DIN",
|
|
27
|
+
"Inter",
|
|
28
|
+
"BlinkMacSystemFont",
|
|
29
|
+
"Segoe UI",
|
|
30
|
+
"PingFang SC",
|
|
31
|
+
"Hiragino Sans GB",
|
|
32
|
+
"Microsoft YaHei",
|
|
33
|
+
"Helvetica Neue",
|
|
34
|
+
"Helvetica",
|
|
35
|
+
"Arial",
|
|
36
|
+
"sans-serif"
|
|
37
|
+
],
|
|
25
38
|
"color": "inherit"
|
|
26
39
|
}
|
|
27
40
|
},
|
|
@@ -36,8 +49,24 @@
|
|
|
36
49
|
"borderWidth": 0
|
|
37
50
|
},
|
|
38
51
|
"barWidth": "70%",
|
|
39
|
-
"barCategoryGap": "
|
|
52
|
+
"barCategoryGap": "15%",
|
|
40
53
|
"label": {
|
|
54
|
+
"fontSize": 12,
|
|
55
|
+
"fontWeight": 400,
|
|
56
|
+
"lineHeight": 16,
|
|
57
|
+
"fontFamily": [
|
|
58
|
+
"D-DIN",
|
|
59
|
+
"Inter",
|
|
60
|
+
"BlinkMacSystemFont",
|
|
61
|
+
"Segoe UI",
|
|
62
|
+
"PingFang SC",
|
|
63
|
+
"Hiragino Sans GB",
|
|
64
|
+
"Microsoft YaHei",
|
|
65
|
+
"Helvetica Neue",
|
|
66
|
+
"Helvetica",
|
|
67
|
+
"Arial",
|
|
68
|
+
"sans-serif"
|
|
69
|
+
],
|
|
41
70
|
"position": "outside"
|
|
42
71
|
}
|
|
43
72
|
},
|
|
@@ -50,6 +79,22 @@
|
|
|
50
79
|
"borderRadius": 4
|
|
51
80
|
},
|
|
52
81
|
"label": {
|
|
82
|
+
"fontSize": 12,
|
|
83
|
+
"fontWeight": 400,
|
|
84
|
+
"lineHeight": 16,
|
|
85
|
+
"fontFamily": [
|
|
86
|
+
"D-DIN",
|
|
87
|
+
"Inter",
|
|
88
|
+
"BlinkMacSystemFont",
|
|
89
|
+
"Segoe UI",
|
|
90
|
+
"PingFang SC",
|
|
91
|
+
"Hiragino Sans GB",
|
|
92
|
+
"Microsoft YaHei",
|
|
93
|
+
"Helvetica Neue",
|
|
94
|
+
"Helvetica",
|
|
95
|
+
"Arial",
|
|
96
|
+
"sans-serif"
|
|
97
|
+
],
|
|
53
98
|
"color": "inherit",
|
|
54
99
|
"position": "outside"
|
|
55
100
|
}
|
|
@@ -69,6 +114,7 @@
|
|
|
69
114
|
"fontWeight": 400,
|
|
70
115
|
"lineHeight": 16,
|
|
71
116
|
"fontFamily": [
|
|
117
|
+
"D-DIN",
|
|
72
118
|
"Inter",
|
|
73
119
|
"BlinkMacSystemFont",
|
|
74
120
|
"Segoe UI",
|
|
@@ -78,8 +124,7 @@
|
|
|
78
124
|
"Helvetica Neue",
|
|
79
125
|
"Helvetica",
|
|
80
126
|
"Arial",
|
|
81
|
-
"sans-serif"
|
|
82
|
-
"D-DIN"
|
|
127
|
+
"sans-serif"
|
|
83
128
|
],
|
|
84
129
|
"color": "#ffffff",
|
|
85
130
|
"position": "inside"
|
|
@@ -90,21 +135,39 @@
|
|
|
90
135
|
"trigger": "axis",
|
|
91
136
|
"z": 0,
|
|
92
137
|
"lineStyle": {
|
|
93
|
-
"visible":
|
|
138
|
+
"visible": true,
|
|
94
139
|
"color": "#2227270d"
|
|
95
140
|
},
|
|
96
141
|
"shadowStyle": {
|
|
97
|
-
"visible":
|
|
142
|
+
"visible": true,
|
|
98
143
|
"color": "#2227270d"
|
|
99
144
|
},
|
|
100
145
|
"label": {
|
|
101
|
-
"show":
|
|
146
|
+
"show": true,
|
|
147
|
+
"fontSize": 12,
|
|
148
|
+
"fontWeight": 600,
|
|
149
|
+
"lineHeight": 16,
|
|
150
|
+
"fontFamily": [
|
|
151
|
+
"D-DIN",
|
|
152
|
+
"Inter",
|
|
153
|
+
"BlinkMacSystemFont",
|
|
154
|
+
"Segoe UI",
|
|
155
|
+
"PingFang SC",
|
|
156
|
+
"Hiragino Sans GB",
|
|
157
|
+
"Microsoft YaHei",
|
|
158
|
+
"Helvetica Neue",
|
|
159
|
+
"Helvetica",
|
|
160
|
+
"Arial",
|
|
161
|
+
"sans-serif"
|
|
162
|
+
],
|
|
102
163
|
"padding": [
|
|
103
164
|
0,
|
|
104
165
|
0,
|
|
105
166
|
0,
|
|
106
167
|
0
|
|
107
|
-
]
|
|
168
|
+
],
|
|
169
|
+
"backgroundColor": "#222727ff",
|
|
170
|
+
"cornerRadius": 2
|
|
108
171
|
}
|
|
109
172
|
},
|
|
110
173
|
"legend": {
|
|
@@ -142,14 +205,14 @@
|
|
|
142
205
|
},
|
|
143
206
|
"tooltip": {
|
|
144
207
|
"padding": [
|
|
208
|
+
12,
|
|
145
209
|
16,
|
|
146
|
-
|
|
147
|
-
16,
|
|
210
|
+
12,
|
|
148
211
|
16
|
|
149
212
|
],
|
|
150
213
|
"backgroundColor": "#ffffff",
|
|
151
214
|
"borderColor": "#c6cdccff",
|
|
152
|
-
"borderRadius":
|
|
215
|
+
"borderRadius": 8,
|
|
153
216
|
"borderWidth": 0,
|
|
154
217
|
"textStyle": {
|
|
155
218
|
"fontSize": 14,
|
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -2431,9 +2431,39 @@
|
|
|
2431
2431
|
},
|
|
2432
2432
|
"label": {
|
|
2433
2433
|
"visible": false,
|
|
2434
|
-
"position": "outside"
|
|
2434
|
+
"position": "outside",
|
|
2435
|
+
"fontColor": {
|
|
2436
|
+
"type": "user",
|
|
2437
|
+
"group": "色板",
|
|
2438
|
+
"label": "follow-border",
|
|
2439
|
+
"value": "follow-border"
|
|
2440
|
+
},
|
|
2441
|
+
"fontStyle": {
|
|
2442
|
+
"name": "axis-label-values",
|
|
2443
|
+
"type": "custom",
|
|
2444
|
+
"label": "axis-label-values",
|
|
2445
|
+
"value": "axis-label-values",
|
|
2446
|
+
"fontSize": 12,
|
|
2447
|
+
"fontFamily": [
|
|
2448
|
+
"D-DIN",
|
|
2449
|
+
"Inter",
|
|
2450
|
+
"BlinkMacSystemFont",
|
|
2451
|
+
"Segoe UI",
|
|
2452
|
+
"PingFang SC",
|
|
2453
|
+
"Hiragino Sans GB",
|
|
2454
|
+
"Microsoft YaHei",
|
|
2455
|
+
"Helvetica Neue",
|
|
2456
|
+
"Helvetica",
|
|
2457
|
+
"Arial",
|
|
2458
|
+
"sans-serif"
|
|
2459
|
+
],
|
|
2460
|
+
"fontWeight": 400,
|
|
2461
|
+
"lineHeight": 16
|
|
2462
|
+
}
|
|
2435
2463
|
},
|
|
2436
2464
|
"barWidth": "70%",
|
|
2465
|
+
"barMaxWidth": "70%",
|
|
2466
|
+
"barMinWidth": "30%",
|
|
2437
2467
|
"cornerRadius": [
|
|
2438
2468
|
{
|
|
2439
2469
|
"type": "custom",
|
|
@@ -2461,7 +2491,7 @@
|
|
|
2461
2491
|
}
|
|
2462
2492
|
],
|
|
2463
2493
|
"paddingOuter": 10,
|
|
2464
|
-
"barGapInGroup": "
|
|
2494
|
+
"barGapInGroup": "15%",
|
|
2465
2495
|
"animationAppear": {
|
|
2466
2496
|
"delay": {
|
|
2467
2497
|
"type": "custom",
|
|
@@ -2499,8 +2529,30 @@
|
|
|
2499
2529
|
"line": {
|
|
2500
2530
|
"visible": true
|
|
2501
2531
|
},
|
|
2502
|
-
"visible":
|
|
2503
|
-
"position": "outside"
|
|
2532
|
+
"visible": true,
|
|
2533
|
+
"position": "outside",
|
|
2534
|
+
"fontStyle": {
|
|
2535
|
+
"name": "axis-label-values",
|
|
2536
|
+
"type": "custom",
|
|
2537
|
+
"label": "axis-label-values",
|
|
2538
|
+
"value": "axis-label-values",
|
|
2539
|
+
"fontSize": 12,
|
|
2540
|
+
"fontFamily": [
|
|
2541
|
+
"D-DIN",
|
|
2542
|
+
"Inter",
|
|
2543
|
+
"BlinkMacSystemFont",
|
|
2544
|
+
"Segoe UI",
|
|
2545
|
+
"PingFang SC",
|
|
2546
|
+
"Hiragino Sans GB",
|
|
2547
|
+
"Microsoft YaHei",
|
|
2548
|
+
"Helvetica Neue",
|
|
2549
|
+
"Helvetica",
|
|
2550
|
+
"Arial",
|
|
2551
|
+
"sans-serif"
|
|
2552
|
+
],
|
|
2553
|
+
"fontWeight": 400,
|
|
2554
|
+
"lineHeight": 16
|
|
2555
|
+
}
|
|
2504
2556
|
},
|
|
2505
2557
|
"stroke": {
|
|
2506
2558
|
"type": "user",
|
|
@@ -2579,12 +2631,13 @@
|
|
|
2579
2631
|
"value": "follow-border"
|
|
2580
2632
|
},
|
|
2581
2633
|
"fontStyle": {
|
|
2582
|
-
"name": "
|
|
2634
|
+
"name": "axis-label-values",
|
|
2583
2635
|
"type": "custom",
|
|
2584
|
-
"label": "
|
|
2585
|
-
"value": "
|
|
2636
|
+
"label": "axis-label-values",
|
|
2637
|
+
"value": "axis-label-values",
|
|
2586
2638
|
"fontSize": 12,
|
|
2587
2639
|
"fontFamily": [
|
|
2640
|
+
"D-DIN",
|
|
2588
2641
|
"Inter",
|
|
2589
2642
|
"BlinkMacSystemFont",
|
|
2590
2643
|
"Segoe UI",
|
|
@@ -2594,8 +2647,7 @@
|
|
|
2594
2647
|
"Helvetica Neue",
|
|
2595
2648
|
"Helvetica",
|
|
2596
2649
|
"Arial",
|
|
2597
|
-
"sans-serif"
|
|
2598
|
-
"D-DIN"
|
|
2650
|
+
"sans-serif"
|
|
2599
2651
|
],
|
|
2600
2652
|
"fontWeight": 400,
|
|
2601
2653
|
"lineHeight": 16
|
|
@@ -2645,6 +2697,31 @@
|
|
|
2645
2697
|
"width": 2
|
|
2646
2698
|
}
|
|
2647
2699
|
},
|
|
2700
|
+
"label": {
|
|
2701
|
+
"visible": false,
|
|
2702
|
+
"fontStyle": {
|
|
2703
|
+
"name": "axis-label-values",
|
|
2704
|
+
"type": "custom",
|
|
2705
|
+
"label": "axis-label-values",
|
|
2706
|
+
"value": "axis-label-values",
|
|
2707
|
+
"fontSize": 12,
|
|
2708
|
+
"fontFamily": [
|
|
2709
|
+
"D-DIN",
|
|
2710
|
+
"Inter",
|
|
2711
|
+
"BlinkMacSystemFont",
|
|
2712
|
+
"Segoe UI",
|
|
2713
|
+
"PingFang SC",
|
|
2714
|
+
"Hiragino Sans GB",
|
|
2715
|
+
"Microsoft YaHei",
|
|
2716
|
+
"Helvetica Neue",
|
|
2717
|
+
"Helvetica",
|
|
2718
|
+
"Arial",
|
|
2719
|
+
"sans-serif"
|
|
2720
|
+
],
|
|
2721
|
+
"fontWeight": 400,
|
|
2722
|
+
"lineHeight": 16
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2648
2725
|
"point": {
|
|
2649
2726
|
"visible": false
|
|
2650
2727
|
},
|
|
@@ -2704,12 +2781,13 @@
|
|
|
2704
2781
|
"value": "follow-border"
|
|
2705
2782
|
},
|
|
2706
2783
|
"fontStyle": {
|
|
2707
|
-
"name": "
|
|
2784
|
+
"name": "axis-label-values",
|
|
2708
2785
|
"type": "custom",
|
|
2709
|
-
"label": "
|
|
2710
|
-
"value": "
|
|
2786
|
+
"label": "axis-label-values",
|
|
2787
|
+
"value": "axis-label-values",
|
|
2711
2788
|
"fontSize": 12,
|
|
2712
2789
|
"fontFamily": [
|
|
2790
|
+
"D-DIN",
|
|
2713
2791
|
"Inter",
|
|
2714
2792
|
"BlinkMacSystemFont",
|
|
2715
2793
|
"Segoe UI",
|
|
@@ -2719,8 +2797,7 @@
|
|
|
2719
2797
|
"Helvetica Neue",
|
|
2720
2798
|
"Helvetica",
|
|
2721
2799
|
"Arial",
|
|
2722
|
-
"sans-serif"
|
|
2723
|
-
"D-DIN"
|
|
2800
|
+
"sans-serif"
|
|
2724
2801
|
],
|
|
2725
2802
|
"fontWeight": 400,
|
|
2726
2803
|
"lineHeight": 16
|
|
@@ -2763,6 +2840,7 @@
|
|
|
2763
2840
|
"space": 2,
|
|
2764
2841
|
"value": "spacing-2xs"
|
|
2765
2842
|
},
|
|
2843
|
+
"color": "sequential",
|
|
2766
2844
|
"label": {
|
|
2767
2845
|
"fill": {
|
|
2768
2846
|
"type": "user",
|
|
@@ -2772,12 +2850,13 @@
|
|
|
2772
2850
|
},
|
|
2773
2851
|
"visible": true,
|
|
2774
2852
|
"fontStyle": {
|
|
2775
|
-
"name": "
|
|
2853
|
+
"name": "axis-label-values",
|
|
2776
2854
|
"type": "custom",
|
|
2777
|
-
"label": "
|
|
2778
|
-
"value": "
|
|
2855
|
+
"label": "axis-label-values",
|
|
2856
|
+
"value": "axis-label-values",
|
|
2779
2857
|
"fontSize": 12,
|
|
2780
2858
|
"fontFamily": [
|
|
2859
|
+
"D-DIN",
|
|
2781
2860
|
"Inter",
|
|
2782
2861
|
"BlinkMacSystemFont",
|
|
2783
2862
|
"Segoe UI",
|
|
@@ -2787,8 +2866,7 @@
|
|
|
2787
2866
|
"Helvetica Neue",
|
|
2788
2867
|
"Helvetica",
|
|
2789
2868
|
"Arial",
|
|
2790
|
-
"sans-serif"
|
|
2791
|
-
"D-DIN"
|
|
2869
|
+
"sans-serif"
|
|
2792
2870
|
],
|
|
2793
2871
|
"fontWeight": 400,
|
|
2794
2872
|
"lineHeight": 16
|
|
@@ -2834,11 +2912,20 @@
|
|
|
2834
2912
|
"value": "--dv-color-line-0"
|
|
2835
2913
|
},
|
|
2836
2914
|
"visible": true,
|
|
2915
|
+
"lineDash": {
|
|
2916
|
+
"dash": [
|
|
2917
|
+
3,
|
|
2918
|
+
3
|
|
2919
|
+
],
|
|
2920
|
+
"type": "user",
|
|
2921
|
+
"label": "3px 3px",
|
|
2922
|
+
"value": "3px 3px"
|
|
2923
|
+
},
|
|
2837
2924
|
"lineWidth": {
|
|
2838
2925
|
"type": "custom",
|
|
2839
|
-
"label": "width-
|
|
2840
|
-
"value": "width-
|
|
2841
|
-
"width":
|
|
2926
|
+
"label": "width-0",
|
|
2927
|
+
"value": "width-0",
|
|
2928
|
+
"width": 0.5
|
|
2842
2929
|
}
|
|
2843
2930
|
},
|
|
2844
2931
|
"stroke": {
|
|
@@ -2850,12 +2937,13 @@
|
|
|
2850
2937
|
},
|
|
2851
2938
|
"visible": false,
|
|
2852
2939
|
"fontStyle": {
|
|
2853
|
-
"name": "
|
|
2940
|
+
"name": "axis-label-values",
|
|
2854
2941
|
"type": "custom",
|
|
2855
|
-
"label": "
|
|
2856
|
-
"value": "
|
|
2942
|
+
"label": "axis-label-values",
|
|
2943
|
+
"value": "axis-label-values",
|
|
2857
2944
|
"fontSize": 12,
|
|
2858
2945
|
"fontFamily": [
|
|
2946
|
+
"D-DIN",
|
|
2859
2947
|
"Inter",
|
|
2860
2948
|
"BlinkMacSystemFont",
|
|
2861
2949
|
"Segoe UI",
|
|
@@ -2865,8 +2953,7 @@
|
|
|
2865
2953
|
"Helvetica Neue",
|
|
2866
2954
|
"Helvetica",
|
|
2867
2955
|
"Arial",
|
|
2868
|
-
"sans-serif"
|
|
2869
|
-
"D-DIN"
|
|
2956
|
+
"sans-serif"
|
|
2870
2957
|
],
|
|
2871
2958
|
"fontWeight": 400,
|
|
2872
2959
|
"lineHeight": 16
|
|
@@ -2899,7 +2986,29 @@
|
|
|
2899
2986
|
}
|
|
2900
2987
|
],
|
|
2901
2988
|
"transformLabel": {
|
|
2902
|
-
"visible": false
|
|
2989
|
+
"visible": false,
|
|
2990
|
+
"fontStyle": {
|
|
2991
|
+
"name": "axis-label-values",
|
|
2992
|
+
"type": "custom",
|
|
2993
|
+
"label": "axis-label-values",
|
|
2994
|
+
"value": "axis-label-values",
|
|
2995
|
+
"fontSize": 12,
|
|
2996
|
+
"fontFamily": [
|
|
2997
|
+
"D-DIN",
|
|
2998
|
+
"Inter",
|
|
2999
|
+
"BlinkMacSystemFont",
|
|
3000
|
+
"Segoe UI",
|
|
3001
|
+
"PingFang SC",
|
|
3002
|
+
"Hiragino Sans GB",
|
|
3003
|
+
"Microsoft YaHei",
|
|
3004
|
+
"Helvetica Neue",
|
|
3005
|
+
"Helvetica",
|
|
3006
|
+
"Arial",
|
|
3007
|
+
"sans-serif"
|
|
3008
|
+
],
|
|
3009
|
+
"fontWeight": 400,
|
|
3010
|
+
"lineHeight": 16
|
|
3011
|
+
}
|
|
2903
3012
|
},
|
|
2904
3013
|
"animationAppear": {
|
|
2905
3014
|
"delay": {
|
|
@@ -2960,12 +3069,13 @@
|
|
|
2960
3069
|
"value": "--dv-color-text-0"
|
|
2961
3070
|
},
|
|
2962
3071
|
"fontStyle": {
|
|
2963
|
-
"name": "
|
|
3072
|
+
"name": "axis-label-values",
|
|
2964
3073
|
"type": "custom",
|
|
2965
|
-
"label": "
|
|
2966
|
-
"value": "
|
|
3074
|
+
"label": "axis-label-values",
|
|
3075
|
+
"value": "axis-label-values",
|
|
2967
3076
|
"fontSize": 12,
|
|
2968
3077
|
"fontFamily": [
|
|
3078
|
+
"D-DIN",
|
|
2969
3079
|
"Inter",
|
|
2970
3080
|
"BlinkMacSystemFont",
|
|
2971
3081
|
"Segoe UI",
|
|
@@ -2975,8 +3085,7 @@
|
|
|
2975
3085
|
"Helvetica Neue",
|
|
2976
3086
|
"Helvetica",
|
|
2977
3087
|
"Arial",
|
|
2978
|
-
"sans-serif"
|
|
2979
|
-
"D-DIN"
|
|
3088
|
+
"sans-serif"
|
|
2980
3089
|
],
|
|
2981
3090
|
"fontWeight": 400,
|
|
2982
3091
|
"lineHeight": 16
|
|
@@ -2994,12 +3103,13 @@
|
|
|
2994
3103
|
"value": "follow-border"
|
|
2995
3104
|
},
|
|
2996
3105
|
"fontStyle": {
|
|
2997
|
-
"name": "
|
|
3106
|
+
"name": "axis-label-values",
|
|
2998
3107
|
"type": "custom",
|
|
2999
|
-
"label": "
|
|
3000
|
-
"value": "
|
|
3108
|
+
"label": "axis-label-values",
|
|
3109
|
+
"value": "axis-label-values",
|
|
3001
3110
|
"fontSize": 12,
|
|
3002
3111
|
"fontFamily": [
|
|
3112
|
+
"D-DIN",
|
|
3003
3113
|
"Inter",
|
|
3004
3114
|
"BlinkMacSystemFont",
|
|
3005
3115
|
"Segoe UI",
|
|
@@ -3009,8 +3119,7 @@
|
|
|
3009
3119
|
"Helvetica Neue",
|
|
3010
3120
|
"Helvetica",
|
|
3011
3121
|
"Arial",
|
|
3012
|
-
"sans-serif"
|
|
3013
|
-
"D-DIN"
|
|
3122
|
+
"sans-serif"
|
|
3014
3123
|
],
|
|
3015
3124
|
"fontWeight": 400,
|
|
3016
3125
|
"lineHeight": 16
|
|
@@ -3399,18 +3508,6 @@
|
|
|
3399
3508
|
"paletteIndex": 6
|
|
3400
3509
|
}
|
|
3401
3510
|
},
|
|
3402
|
-
"--dv-color-categorical-10": {
|
|
3403
|
-
"type": "custom",
|
|
3404
|
-
"custom": "#85D200"
|
|
3405
|
-
},
|
|
3406
|
-
"--dv-color-categorical-11": {
|
|
3407
|
-
"type": "custom",
|
|
3408
|
-
"custom": "#D263D8"
|
|
3409
|
-
},
|
|
3410
|
-
"--dv-color-categorical-12": {
|
|
3411
|
-
"type": "custom",
|
|
3412
|
-
"custom": "#79A2CE"
|
|
3413
|
-
},
|
|
3414
3511
|
"--dv-color-success-active": {
|
|
3415
3512
|
"type": "palette",
|
|
3416
3513
|
"palette": {
|
|
@@ -3930,7 +4027,7 @@
|
|
|
3930
4027
|
"space": 4,
|
|
3931
4028
|
"value": "spacing-2xs"
|
|
3932
4029
|
},
|
|
3933
|
-
"visible":
|
|
4030
|
+
"visible": false,
|
|
3934
4031
|
"position": "center",
|
|
3935
4032
|
"fontColor": {
|
|
3936
4033
|
"type": "custom",
|
|
@@ -4061,7 +4158,7 @@
|
|
|
4061
4158
|
"space": 4,
|
|
4062
4159
|
"value": "spacing-2xs"
|
|
4063
4160
|
},
|
|
4064
|
-
"visible":
|
|
4161
|
+
"visible": false,
|
|
4065
4162
|
"position": "center",
|
|
4066
4163
|
"fontColor": {
|
|
4067
4164
|
"type": "custom",
|
|
@@ -4371,21 +4468,27 @@
|
|
|
4371
4468
|
"padding": {
|
|
4372
4469
|
"top": {
|
|
4373
4470
|
"type": "custom",
|
|
4374
|
-
"label": "spacing-
|
|
4471
|
+
"label": "spacing-s",
|
|
4375
4472
|
"space": 12,
|
|
4376
|
-
"value": "spacing-
|
|
4473
|
+
"value": "spacing-s"
|
|
4377
4474
|
},
|
|
4378
4475
|
"left": {
|
|
4379
4476
|
"type": "custom",
|
|
4380
4477
|
"label": "spacing-m",
|
|
4381
|
-
"space":
|
|
4478
|
+
"space": 16,
|
|
4382
4479
|
"value": "spacing-m"
|
|
4383
4480
|
},
|
|
4384
|
-
"
|
|
4481
|
+
"right": {
|
|
4385
4482
|
"type": "custom",
|
|
4386
4483
|
"label": "spacing-m",
|
|
4387
|
-
"space":
|
|
4484
|
+
"space": 16,
|
|
4388
4485
|
"value": "spacing-m"
|
|
4486
|
+
},
|
|
4487
|
+
"bottom": {
|
|
4488
|
+
"type": "custom",
|
|
4489
|
+
"label": "spacing-s",
|
|
4490
|
+
"space": 12,
|
|
4491
|
+
"value": "spacing-s"
|
|
4389
4492
|
}
|
|
4390
4493
|
},
|
|
4391
4494
|
"borderRadius": {
|
|
@@ -4396,9 +4499,9 @@
|
|
|
4396
4499
|
},
|
|
4397
4500
|
"cornerRadius": {
|
|
4398
4501
|
"type": "user",
|
|
4399
|
-
"label":
|
|
4400
|
-
"value":
|
|
4401
|
-
"radius":
|
|
4502
|
+
"label": 8,
|
|
4503
|
+
"value": 8,
|
|
4504
|
+
"radius": 8
|
|
4402
4505
|
},
|
|
4403
4506
|
"backgroundColor": {
|
|
4404
4507
|
"type": "custom",
|
|
@@ -4419,9 +4522,9 @@
|
|
|
4419
4522
|
"keyLabel": {
|
|
4420
4523
|
"spacing": {
|
|
4421
4524
|
"type": "custom",
|
|
4422
|
-
"label": "spacing-
|
|
4525
|
+
"label": "spacing-l",
|
|
4423
4526
|
"space": 20,
|
|
4424
|
-
"value": "spacing-
|
|
4527
|
+
"value": "spacing-l"
|
|
4425
4528
|
},
|
|
4426
4529
|
"fontColor": {
|
|
4427
4530
|
"type": "palette",
|
|
@@ -4454,9 +4557,9 @@
|
|
|
4454
4557
|
},
|
|
4455
4558
|
"spaceRow": {
|
|
4456
4559
|
"type": "custom",
|
|
4457
|
-
"label": "spacing-
|
|
4458
|
-
"space":
|
|
4459
|
-
"value": "spacing-
|
|
4560
|
+
"label": "spacing-xs",
|
|
4561
|
+
"space": 6,
|
|
4562
|
+
"value": "spacing-xs"
|
|
4460
4563
|
},
|
|
4461
4564
|
"titleLabel": {
|
|
4462
4565
|
"fontColor": {
|
|
@@ -4534,12 +4637,46 @@
|
|
|
4534
4637
|
"label": "--dv-color-fill-0",
|
|
4535
4638
|
"value": "--dv-color-fill-0"
|
|
4536
4639
|
},
|
|
4537
|
-
"visible":
|
|
4640
|
+
"visible": true
|
|
4538
4641
|
},
|
|
4539
4642
|
"label": {
|
|
4540
|
-
"visible":
|
|
4643
|
+
"visible": true,
|
|
4644
|
+
"fontStyle": {
|
|
4645
|
+
"type": "user",
|
|
4646
|
+
"label": "12/16px D-DIN, Inter, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif 600",
|
|
4647
|
+
"value": "12/16px D-DIN, Inter, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif 600",
|
|
4648
|
+
"fontSize": 12,
|
|
4649
|
+
"fontFamily": [
|
|
4650
|
+
"D-DIN",
|
|
4651
|
+
"Inter",
|
|
4652
|
+
"BlinkMacSystemFont",
|
|
4653
|
+
"Segoe UI",
|
|
4654
|
+
"PingFang SC",
|
|
4655
|
+
"Hiragino Sans GB",
|
|
4656
|
+
"Microsoft YaHei",
|
|
4657
|
+
"Helvetica Neue",
|
|
4658
|
+
"Helvetica",
|
|
4659
|
+
"Arial",
|
|
4660
|
+
"sans-serif"
|
|
4661
|
+
],
|
|
4662
|
+
"fontWeight": 600,
|
|
4663
|
+
"lineHeight": 16
|
|
4664
|
+
},
|
|
4541
4665
|
"labelBackground": {
|
|
4542
|
-
"
|
|
4666
|
+
"fill": {
|
|
4667
|
+
"type": "palette",
|
|
4668
|
+
"color": "#222727ff",
|
|
4669
|
+
"group": "Text",
|
|
4670
|
+
"label": "--dv-color-text-0",
|
|
4671
|
+
"value": "--dv-color-text-0"
|
|
4672
|
+
},
|
|
4673
|
+
"visible": true,
|
|
4674
|
+
"cornerRadius": {
|
|
4675
|
+
"type": "custom",
|
|
4676
|
+
"label": "m",
|
|
4677
|
+
"value": "m",
|
|
4678
|
+
"radius": 2
|
|
4679
|
+
}
|
|
4543
4680
|
}
|
|
4544
4681
|
}
|
|
4545
4682
|
},
|
|
@@ -4553,10 +4690,10 @@
|
|
|
4553
4690
|
"label": "--dv-color-line-1",
|
|
4554
4691
|
"value": "--dv-color-line-1"
|
|
4555
4692
|
},
|
|
4556
|
-
"visible":
|
|
4693
|
+
"visible": false
|
|
4557
4694
|
},
|
|
4558
4695
|
"label": {
|
|
4559
|
-
"visible":
|
|
4696
|
+
"visible": false,
|
|
4560
4697
|
"fontStyle": {
|
|
4561
4698
|
"name": "axis-label-values",
|
|
4562
4699
|
"type": "custom",
|
|
@@ -4663,7 +4800,7 @@
|
|
|
4663
4800
|
"area": {
|
|
4664
4801
|
"fill": {
|
|
4665
4802
|
"type": "palette",
|
|
4666
|
-
"color": "#
|
|
4803
|
+
"color": "#2227270d",
|
|
4667
4804
|
"group": "Fill",
|
|
4668
4805
|
"label": "--dv-color-fill-0",
|
|
4669
4806
|
"value": "--dv-color-fill-0"
|
|
@@ -4675,10 +4812,10 @@
|
|
|
4675
4812
|
"line": {
|
|
4676
4813
|
"stroke": {
|
|
4677
4814
|
"type": "palette",
|
|
4678
|
-
"color": "#
|
|
4815
|
+
"color": "#889292ff",
|
|
4679
4816
|
"group": "Line",
|
|
4680
|
-
"label": "--dv-color-line-
|
|
4681
|
-
"value": "--dv-color-line-
|
|
4817
|
+
"label": "--dv-color-line-1",
|
|
4818
|
+
"value": "--dv-color-line-1"
|
|
4682
4819
|
},
|
|
4683
4820
|
"lineDash": {
|
|
4684
4821
|
"dash": [
|
|
@@ -4718,9 +4855,9 @@
|
|
|
4718
4855
|
},
|
|
4719
4856
|
"lineWidth": {
|
|
4720
4857
|
"type": "custom",
|
|
4721
|
-
"label": "width-
|
|
4722
|
-
"value": "width-
|
|
4723
|
-
"width":
|
|
4858
|
+
"label": "width-2",
|
|
4859
|
+
"value": "width-2",
|
|
4860
|
+
"width": 2
|
|
4724
4861
|
}
|
|
4725
4862
|
}
|
|
4726
4863
|
}
|
|
@@ -4732,7 +4869,7 @@
|
|
|
4732
4869
|
"space": {
|
|
4733
4870
|
"type": "custom",
|
|
4734
4871
|
"label": "spacing-s",
|
|
4735
|
-
"space":
|
|
4872
|
+
"space": 12,
|
|
4736
4873
|
"value": "spacing-s"
|
|
4737
4874
|
},
|
|
4738
4875
|
"opacity": 30,
|