@semi-bot/semi-vchart-theme-ida 1.0.3 → 1.0.5
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 +20 -20
- package/lightEcharts.json +11 -11
- package/package.json +1 -1
- package/raw.json +19 -20
package/light.json
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"maxDomainLength": 10,
|
|
10
10
|
"scheme": [
|
|
11
11
|
"#10C4BB",
|
|
12
|
-
"#
|
|
13
|
-
"#
|
|
14
|
-
"#
|
|
15
|
-
"#
|
|
16
|
-
"#
|
|
17
|
-
"#
|
|
18
|
-
"#
|
|
12
|
+
"#2F80ED",
|
|
13
|
+
"#7B61FF",
|
|
14
|
+
"#F2C94C",
|
|
15
|
+
"#F2994A",
|
|
16
|
+
"#27AE60",
|
|
17
|
+
"#EB5757",
|
|
18
|
+
"#6B7A90",
|
|
19
19
|
"#c653cd",
|
|
20
20
|
"#8693dc"
|
|
21
21
|
]
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"fontWeight": 600,
|
|
32
32
|
"lineHeight": 24,
|
|
33
33
|
"fontFamily": [
|
|
34
|
+
"D-DIN",
|
|
34
35
|
"Inter",
|
|
35
36
|
"BlinkMacSystemFont",
|
|
36
37
|
"Segoe UI",
|
|
@@ -40,8 +41,7 @@
|
|
|
40
41
|
"Helvetica Neue",
|
|
41
42
|
"Helvetica",
|
|
42
43
|
"Arial",
|
|
43
|
-
"sans-serif"
|
|
44
|
-
"D-DIN"
|
|
44
|
+
"sans-serif"
|
|
45
45
|
],
|
|
46
46
|
"fill": "#222727ff"
|
|
47
47
|
},
|
|
@@ -595,8 +595,8 @@
|
|
|
595
595
|
"bar": {
|
|
596
596
|
"style": {
|
|
597
597
|
"cornerRadius": [
|
|
598
|
-
|
|
599
|
-
|
|
598
|
+
2,
|
|
599
|
+
2,
|
|
600
600
|
0,
|
|
601
601
|
0
|
|
602
602
|
],
|
|
@@ -656,16 +656,16 @@
|
|
|
656
656
|
},
|
|
657
657
|
"bar_vertical": {
|
|
658
658
|
"stackCornerRadius": [
|
|
659
|
-
|
|
660
|
-
|
|
659
|
+
2,
|
|
660
|
+
2,
|
|
661
661
|
0,
|
|
662
662
|
0
|
|
663
663
|
],
|
|
664
664
|
"bar": {
|
|
665
665
|
"style": {
|
|
666
666
|
"cornerRadius": [
|
|
667
|
-
|
|
668
|
-
|
|
667
|
+
2,
|
|
668
|
+
2,
|
|
669
669
|
0,
|
|
670
670
|
0
|
|
671
671
|
]
|
|
@@ -675,16 +675,16 @@
|
|
|
675
675
|
"bar_horizontal": {
|
|
676
676
|
"stackCornerRadius": [
|
|
677
677
|
0,
|
|
678
|
-
|
|
679
|
-
|
|
678
|
+
2,
|
|
679
|
+
2,
|
|
680
680
|
0
|
|
681
681
|
],
|
|
682
682
|
"bar": {
|
|
683
683
|
"style": {
|
|
684
684
|
"cornerRadius": [
|
|
685
685
|
0,
|
|
686
|
-
|
|
687
|
-
|
|
686
|
+
2,
|
|
687
|
+
2,
|
|
688
688
|
0
|
|
689
689
|
]
|
|
690
690
|
}
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
}
|
|
807
807
|
},
|
|
808
808
|
"startAngle": -90,
|
|
809
|
-
"padAngle":
|
|
809
|
+
"padAngle": 1,
|
|
810
810
|
"label": {
|
|
811
811
|
"visible": true,
|
|
812
812
|
"style": {
|
package/lightEcharts.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": [
|
|
3
3
|
"#10C4BB",
|
|
4
|
-
"#
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
"#
|
|
8
|
-
"#
|
|
9
|
-
"#
|
|
10
|
-
"#
|
|
4
|
+
"#2F80ED",
|
|
5
|
+
"#7B61FF",
|
|
6
|
+
"#F2C94C",
|
|
7
|
+
"#F2994A",
|
|
8
|
+
"#27AE60",
|
|
9
|
+
"#EB5757",
|
|
10
|
+
"#6B7A90",
|
|
11
11
|
"#c653cd",
|
|
12
12
|
"#8693dc"
|
|
13
13
|
],
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"bar": {
|
|
42
42
|
"itemStyle": {
|
|
43
43
|
"borderRadius": [
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
2,
|
|
45
|
+
2,
|
|
46
46
|
0,
|
|
47
47
|
0
|
|
48
48
|
],
|
|
@@ -239,6 +239,7 @@
|
|
|
239
239
|
"fontWeight": 600,
|
|
240
240
|
"lineHeight": 24,
|
|
241
241
|
"fontFamily": [
|
|
242
|
+
"D-DIN",
|
|
242
243
|
"Inter",
|
|
243
244
|
"BlinkMacSystemFont",
|
|
244
245
|
"Segoe UI",
|
|
@@ -248,8 +249,7 @@
|
|
|
248
249
|
"Helvetica Neue",
|
|
249
250
|
"Helvetica",
|
|
250
251
|
"Arial",
|
|
251
|
-
"sans-serif"
|
|
252
|
-
"D-DIN"
|
|
252
|
+
"sans-serif"
|
|
253
253
|
],
|
|
254
254
|
"color": "#222727ff"
|
|
255
255
|
},
|
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -2467,15 +2467,15 @@
|
|
|
2467
2467
|
"cornerRadius": [
|
|
2468
2468
|
{
|
|
2469
2469
|
"type": "custom",
|
|
2470
|
-
"label": "
|
|
2471
|
-
"value": "
|
|
2472
|
-
"radius":
|
|
2470
|
+
"label": "m",
|
|
2471
|
+
"value": "m",
|
|
2472
|
+
"radius": 2
|
|
2473
2473
|
},
|
|
2474
2474
|
{
|
|
2475
2475
|
"type": "custom",
|
|
2476
|
-
"label": "
|
|
2477
|
-
"value": "
|
|
2478
|
-
"radius":
|
|
2476
|
+
"label": "m",
|
|
2477
|
+
"value": "m",
|
|
2478
|
+
"radius": 2
|
|
2479
2479
|
},
|
|
2480
2480
|
{
|
|
2481
2481
|
"type": "user",
|
|
@@ -2560,7 +2560,7 @@
|
|
|
2560
2560
|
"label": "follow-border",
|
|
2561
2561
|
"value": "follow-border"
|
|
2562
2562
|
},
|
|
2563
|
-
"padAngle":
|
|
2563
|
+
"padAngle": 1,
|
|
2564
2564
|
"startAngle": -90,
|
|
2565
2565
|
"outerRadius": 0.9,
|
|
2566
2566
|
"cornerRadius": {
|
|
@@ -3442,31 +3442,31 @@
|
|
|
3442
3442
|
},
|
|
3443
3443
|
"--dv-color-categorical-1": {
|
|
3444
3444
|
"type": "custom",
|
|
3445
|
-
"custom": "#
|
|
3445
|
+
"custom": "#2F80ED"
|
|
3446
3446
|
},
|
|
3447
3447
|
"--dv-color-categorical-2": {
|
|
3448
3448
|
"type": "custom",
|
|
3449
|
-
"custom": "#
|
|
3449
|
+
"custom": "#7B61FF"
|
|
3450
3450
|
},
|
|
3451
3451
|
"--dv-color-categorical-3": {
|
|
3452
3452
|
"type": "custom",
|
|
3453
|
-
"custom": "#
|
|
3453
|
+
"custom": "#F2C94C"
|
|
3454
3454
|
},
|
|
3455
3455
|
"--dv-color-categorical-4": {
|
|
3456
3456
|
"type": "custom",
|
|
3457
|
-
"custom": "#
|
|
3457
|
+
"custom": "#F2994A"
|
|
3458
3458
|
},
|
|
3459
3459
|
"--dv-color-categorical-5": {
|
|
3460
3460
|
"type": "custom",
|
|
3461
|
-
"custom": "#
|
|
3461
|
+
"custom": "#27AE60"
|
|
3462
3462
|
},
|
|
3463
3463
|
"--dv-color-categorical-6": {
|
|
3464
3464
|
"type": "custom",
|
|
3465
|
-
"custom": "#
|
|
3465
|
+
"custom": "#EB5757"
|
|
3466
3466
|
},
|
|
3467
3467
|
"--dv-color-categorical-7": {
|
|
3468
3468
|
"type": "custom",
|
|
3469
|
-
"custom": "#
|
|
3469
|
+
"custom": "#6B7A90"
|
|
3470
3470
|
},
|
|
3471
3471
|
"--dv-color-categorical-8": {
|
|
3472
3472
|
"type": "custom",
|
|
@@ -4394,12 +4394,12 @@
|
|
|
4394
4394
|
"value": "--dv-color-text-0"
|
|
4395
4395
|
},
|
|
4396
4396
|
"fontStyle": {
|
|
4397
|
-
"
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
"value": "title",
|
|
4397
|
+
"type": "user",
|
|
4398
|
+
"label": "18/24px D-DIN, Inter, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif 600",
|
|
4399
|
+
"value": "18/24px D-DIN, Inter, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif 600",
|
|
4401
4400
|
"fontSize": 18,
|
|
4402
4401
|
"fontFamily": [
|
|
4402
|
+
"D-DIN",
|
|
4403
4403
|
"Inter",
|
|
4404
4404
|
"BlinkMacSystemFont",
|
|
4405
4405
|
"Segoe UI",
|
|
@@ -4409,8 +4409,7 @@
|
|
|
4409
4409
|
"Helvetica Neue",
|
|
4410
4410
|
"Helvetica",
|
|
4411
4411
|
"Arial",
|
|
4412
|
-
"sans-serif"
|
|
4413
|
-
"D-DIN"
|
|
4412
|
+
"sans-serif"
|
|
4414
4413
|
],
|
|
4415
4414
|
"fontWeight": 600,
|
|
4416
4415
|
"lineHeight": 24
|