@semi-bot/semi-vchart-theme-ida 1.0.0 → 1.0.2

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 CHANGED
@@ -9,15 +9,15 @@
9
9
  "maxDomainLength": 13,
10
10
  "scheme": [
11
11
  "#10C4BB",
12
- "#2155FF",
13
- "#2FC569",
14
- "#FF7214",
15
- "#FFB414",
16
- "#8352FF",
17
- "#39C0FF",
18
- "#FF689A",
19
- "#07A8B1",
20
- "#555CE0",
12
+ "#f39916",
13
+ "#8046d9",
14
+ "#fe7f96",
15
+ "#6cc9ff",
16
+ "#aa7a11",
17
+ "#59d3cf",
18
+ "#54842b",
19
+ "#c653cd",
20
+ "#8693dc",
21
21
  "#85D200",
22
22
  "#D263D8",
23
23
  "#79A2CE"
@@ -51,9 +51,10 @@
51
51
  "subtextStyle": {
52
52
  "visible": true,
53
53
  "fontSize": 14,
54
- "fontWeight": 400,
54
+ "fontWeight": 500,
55
55
  "lineHeight": 20,
56
56
  "fontFamily": [
57
+ "D-DIN",
57
58
  "Inter",
58
59
  "BlinkMacSystemFont",
59
60
  "Segoe UI",
@@ -63,8 +64,7 @@
63
64
  "Helvetica Neue",
64
65
  "Helvetica",
65
66
  "Arial",
66
- "sans-serif",
67
- "D-DIN"
67
+ "sans-serif"
68
68
  ],
69
69
  "fill": "#22272759"
70
70
  }
@@ -72,7 +72,27 @@
72
72
  "axisX": {
73
73
  "title": {
74
74
  "visible": false,
75
- "position": "center"
75
+ "style": {
76
+ "fontSize": 12,
77
+ "fontWeight": 400,
78
+ "lineHeight": 16,
79
+ "fontFamily": [
80
+ "D-DIN",
81
+ "Inter",
82
+ "BlinkMacSystemFont",
83
+ "Segoe UI",
84
+ "PingFang SC",
85
+ "Hiragino Sans GB",
86
+ "Microsoft YaHei",
87
+ "Helvetica Neue",
88
+ "Helvetica",
89
+ "Arial",
90
+ "sans-serif"
91
+ ],
92
+ "fill": "#222727cc"
93
+ },
94
+ "position": "center",
95
+ "space": 4
76
96
  },
77
97
  "label": {
78
98
  "visible": true,
@@ -81,6 +101,7 @@
81
101
  "fontWeight": 400,
82
102
  "lineHeight": 16,
83
103
  "fontFamily": [
104
+ "D-DIN",
84
105
  "Inter",
85
106
  "BlinkMacSystemFont",
86
107
  "Segoe UI",
@@ -90,28 +111,32 @@
90
111
  "Helvetica Neue",
91
112
  "Helvetica",
92
113
  "Arial",
93
- "sans-serif",
94
- "D-DIN"
114
+ "sans-serif"
95
115
  ],
96
116
  "fill": "#222727a6"
97
117
  },
98
- "space": 12
118
+ "space": 4
99
119
  },
100
120
  "domainLine": {
101
121
  "visible": true,
102
122
  "style": {
103
123
  "lineWidth": 1,
104
- "stroke": "#c6cdccff"
124
+ "stroke": "#c6cdccff",
125
+ "lineCap": "round"
105
126
  }
106
127
  },
107
128
  "tick": {
108
129
  "visible": true,
109
130
  "style": {
110
- "lineWidth": 1,
111
- "stroke": "#c6cdccff"
131
+ "lineWidth": 0.5,
132
+ "stroke": "#c6cdccff",
133
+ "lineCap": "round"
112
134
  }
113
135
  },
114
136
  "subTick": {
137
+ "style": {
138
+ "lineCap": "round"
139
+ },
115
140
  "visible": false
116
141
  },
117
142
  "grid": {
@@ -124,7 +149,27 @@
124
149
  "axisY": {
125
150
  "title": {
126
151
  "visible": false,
127
- "position": "center"
152
+ "style": {
153
+ "fontSize": 12,
154
+ "fontWeight": 400,
155
+ "lineHeight": 16,
156
+ "fontFamily": [
157
+ "D-DIN",
158
+ "Inter",
159
+ "BlinkMacSystemFont",
160
+ "Segoe UI",
161
+ "PingFang SC",
162
+ "Hiragino Sans GB",
163
+ "Microsoft YaHei",
164
+ "Helvetica Neue",
165
+ "Helvetica",
166
+ "Arial",
167
+ "sans-serif"
168
+ ],
169
+ "fill": "#222727cc"
170
+ },
171
+ "position": "center",
172
+ "space": 4
128
173
  },
129
174
  "label": {
130
175
  "visible": true,
@@ -133,6 +178,7 @@
133
178
  "fontWeight": 400,
134
179
  "lineHeight": 16,
135
180
  "fontFamily": [
181
+ "D-DIN",
136
182
  "Inter",
137
183
  "BlinkMacSystemFont",
138
184
  "Segoe UI",
@@ -142,12 +188,11 @@
142
188
  "Helvetica Neue",
143
189
  "Helvetica",
144
190
  "Arial",
145
- "sans-serif",
146
- "D-DIN"
191
+ "sans-serif"
147
192
  ],
148
193
  "fill": "#222727a6"
149
194
  },
150
- "space": 16
195
+ "space": 12
151
196
  },
152
197
  "domainLine": {
153
198
  "visible": false
@@ -166,10 +211,14 @@
166
211
  "lineDash": [
167
212
  2,
168
213
  2
169
- ]
214
+ ],
215
+ "lineCap": "butt"
170
216
  }
171
217
  },
172
218
  "subGrid": {
219
+ "style": {
220
+ "lineCap": "butt"
221
+ },
173
222
  "visible": false
174
223
  }
175
224
  },
@@ -185,6 +234,7 @@
185
234
  "fontWeight": 400,
186
235
  "lineHeight": 16,
187
236
  "fontFamily": [
237
+ "D-DIN",
188
238
  "Inter",
189
239
  "BlinkMacSystemFont",
190
240
  "Segoe UI",
@@ -194,8 +244,7 @@
194
244
  "Helvetica Neue",
195
245
  "Helvetica",
196
246
  "Arial",
197
- "sans-serif",
198
- "D-DIN"
247
+ "sans-serif"
199
248
  ],
200
249
  "fill": "#222727a6"
201
250
  },
@@ -211,7 +260,7 @@
211
260
  "tick": {
212
261
  "visible": true,
213
262
  "style": {
214
- "lineWidth": 1,
263
+ "lineWidth": 0.5,
215
264
  "stroke": "#c6cdccff"
216
265
  }
217
266
  },
@@ -237,6 +286,7 @@
237
286
  "fontWeight": 400,
238
287
  "lineHeight": 16,
239
288
  "fontFamily": [
289
+ "D-DIN",
240
290
  "Inter",
241
291
  "BlinkMacSystemFont",
242
292
  "Segoe UI",
@@ -246,8 +296,7 @@
246
296
  "Helvetica Neue",
247
297
  "Helvetica",
248
298
  "Arial",
249
- "sans-serif",
250
- "D-DIN"
299
+ "sans-serif"
251
300
  ],
252
301
  "fill": "#222727a6"
253
302
  },
@@ -256,7 +305,7 @@
256
305
  "domainLine": {
257
306
  "visible": true,
258
307
  "style": {
259
- "lineWidth": 1,
308
+ "lineWidth": 0.5,
260
309
  "stroke": "#c6cdccff"
261
310
  }
262
311
  },
@@ -306,6 +355,7 @@
306
355
  "fontWeight": 400,
307
356
  "lineHeight": 16,
308
357
  "fontFamily": [
358
+ "D-DIN",
309
359
  "Inter",
310
360
  "BlinkMacSystemFont",
311
361
  "Segoe UI",
@@ -315,14 +365,13 @@
315
365
  "Helvetica Neue",
316
366
  "Helvetica",
317
367
  "Arial",
318
- "sans-serif",
319
- "D-DIN"
368
+ "sans-serif"
320
369
  ],
321
- "fill": "#222727a6"
370
+ "fill": "#222727cc"
322
371
  },
323
372
  "state": {
324
373
  "unSelected": {
325
- "fill": "#222727a6",
374
+ "fill": "#222727cc",
326
375
  "fillOpacity": 0.3
327
376
  }
328
377
  },
@@ -335,6 +384,7 @@
335
384
  "fontWeight": 400,
336
385
  "lineHeight": 16,
337
386
  "fontFamily": [
387
+ "D-DIN",
338
388
  "Inter",
339
389
  "BlinkMacSystemFont",
340
390
  "Segoe UI",
@@ -344,8 +394,7 @@
344
394
  "Helvetica Neue",
345
395
  "Helvetica",
346
396
  "Arial",
347
- "sans-serif",
348
- "D-DIN"
397
+ "sans-serif"
349
398
  ],
350
399
  "fill": "#222727ff"
351
400
  },
@@ -367,7 +416,7 @@
367
416
  },
368
417
  "pager": {
369
418
  "textStyle": {
370
- "fill": "#222727a6"
419
+ "fill": "#222727cc"
371
420
  }
372
421
  },
373
422
  "orient": "top",
@@ -379,25 +428,27 @@
379
428
  "maxCol": 1
380
429
  },
381
430
  "tooltip": {
382
- "spaceRow": 12,
431
+ "spaceRow": 6,
383
432
  "panel": {
384
433
  "backgroundColor": "#ffffff",
434
+ "border": {
435
+ "radius": 8,
436
+ "width": 0,
437
+ "color": "#c6cdccff"
438
+ },
385
439
  "padding": {
386
- "top": 16,
440
+ "top": 12,
387
441
  "left": 16,
388
442
  "right": 16,
389
- "bottom": 16
390
- },
391
- "border": {
392
- "width": 0.5,
393
- "color": "#c6cdccff"
443
+ "bottom": 12
394
444
  }
395
445
  },
396
446
  "titleLabel": {
397
- "fontSize": 14,
447
+ "fontSize": 16,
398
448
  "fontWeight": 600,
399
- "lineHeight": 20,
449
+ "lineHeight": 24,
400
450
  "fontFamily": [
451
+ "D-DIN",
401
452
  "Inter",
402
453
  "BlinkMacSystemFont",
403
454
  "Segoe UI",
@@ -406,17 +457,16 @@
406
457
  "Microsoft YaHei",
407
458
  "Helvetica Neue",
408
459
  "Helvetica",
409
- "Arial",
410
- "sans-serif",
411
- "D-DIN"
460
+ "Arial"
412
461
  ],
413
462
  "fontColor": "#222727ff"
414
463
  },
415
464
  "keyLabel": {
416
- "fontSize": 12,
465
+ "fontSize": 14,
417
466
  "fontWeight": 400,
418
- "lineHeight": 16,
467
+ "lineHeight": 20,
419
468
  "fontFamily": [
469
+ "D-DIN",
420
470
  "Inter",
421
471
  "BlinkMacSystemFont",
422
472
  "Segoe UI",
@@ -426,17 +476,17 @@
426
476
  "Helvetica Neue",
427
477
  "Helvetica",
428
478
  "Arial",
429
- "sans-serif",
430
- "D-DIN"
479
+ "sans-serif"
431
480
  ],
432
- "fontColor": "#222727a6",
433
- "spacing": 24
481
+ "fontColor": "#222727cc",
482
+ "spacing": 20
434
483
  },
435
484
  "valueLabel": {
436
- "fontSize": 12,
437
- "fontWeight": 400,
438
- "lineHeight": 16,
485
+ "fontSize": 14,
486
+ "fontWeight": 700,
487
+ "lineHeight": 20,
439
488
  "fontFamily": [
489
+ "D-DIN",
440
490
  "Inter",
441
491
  "BlinkMacSystemFont",
442
492
  "Segoe UI",
@@ -446,8 +496,7 @@
446
496
  "Helvetica Neue",
447
497
  "Helvetica",
448
498
  "Arial",
449
- "sans-serif",
450
- "D-DIN"
499
+ "sans-serif"
451
500
  ],
452
501
  "fontColor": "#222727ff"
453
502
  },
@@ -460,11 +509,31 @@
460
509
  "linearField": {
461
510
  "line": {
462
511
  "style": {
463
- "visible": false
464
- }
512
+ "visible": false,
513
+ "stroke": "#889292ff"
514
+ },
515
+ "width": 0.5
465
516
  },
466
517
  "label": {
467
518
  "visible": false,
519
+ "style": {
520
+ "fontSize": 12,
521
+ "fontWeight": 400,
522
+ "lineHeight": 16,
523
+ "fontFamily": [
524
+ "D-DIN",
525
+ "Inter",
526
+ "BlinkMacSystemFont",
527
+ "Segoe UI",
528
+ "PingFang SC",
529
+ "Hiragino Sans GB",
530
+ "Microsoft YaHei",
531
+ "Helvetica Neue",
532
+ "Helvetica",
533
+ "Arial",
534
+ "sans-serif"
535
+ ]
536
+ },
468
537
  "labelBackground": {
469
538
  "visible": true
470
539
  }
@@ -478,9 +547,31 @@
478
547
  }
479
548
  },
480
549
  "label": {
481
- "visible": false,
550
+ "visible": true,
551
+ "style": {
552
+ "fontSize": 12,
553
+ "fontWeight": 600,
554
+ "lineHeight": 16,
555
+ "fontFamily": [
556
+ "D-DIN",
557
+ "Inter",
558
+ "BlinkMacSystemFont",
559
+ "Segoe UI",
560
+ "PingFang SC",
561
+ "Hiragino Sans GB",
562
+ "Microsoft YaHei",
563
+ "Helvetica Neue",
564
+ "Helvetica",
565
+ "Arial",
566
+ "sans-serif"
567
+ ]
568
+ },
482
569
  "labelBackground": {
483
- "visible": true
570
+ "visible": true,
571
+ "style": {
572
+ "fill": "#222727ff",
573
+ "cornerRadius": 2
574
+ }
484
575
  }
485
576
  }
486
577
  }
@@ -520,9 +611,27 @@
520
611
  }
521
612
  }
522
613
  },
523
- "barGapInGroup": "10%",
614
+ "barGapInGroup": "15%",
524
615
  "label": {
525
616
  "visible": false,
617
+ "style": {
618
+ "fontSize": 12,
619
+ "fontWeight": 400,
620
+ "lineHeight": 16,
621
+ "fontFamily": [
622
+ "D-DIN",
623
+ "Inter",
624
+ "BlinkMacSystemFont",
625
+ "Segoe UI",
626
+ "PingFang SC",
627
+ "Hiragino Sans GB",
628
+ "Microsoft YaHei",
629
+ "Helvetica Neue",
630
+ "Helvetica",
631
+ "Arial",
632
+ "sans-serif"
633
+ ]
634
+ },
526
635
  "position": "outside"
527
636
  },
528
637
  "animationAppear": {
@@ -594,6 +703,27 @@
594
703
  "point": {
595
704
  "visible": false
596
705
  },
706
+ "label": {
707
+ "visible": false,
708
+ "style": {
709
+ "fontSize": 12,
710
+ "fontWeight": 400,
711
+ "lineHeight": 16,
712
+ "fontFamily": [
713
+ "D-DIN",
714
+ "Inter",
715
+ "BlinkMacSystemFont",
716
+ "Segoe UI",
717
+ "PingFang SC",
718
+ "Hiragino Sans GB",
719
+ "Microsoft YaHei",
720
+ "Helvetica Neue",
721
+ "Helvetica",
722
+ "Arial",
723
+ "sans-serif"
724
+ ]
725
+ }
726
+ },
597
727
  "animationAppear": {
598
728
  "duration": 800,
599
729
  "easing": "quadInOut",
@@ -645,6 +775,7 @@
645
775
  "fontWeight": 400,
646
776
  "lineHeight": 16,
647
777
  "fontFamily": [
778
+ "D-DIN",
648
779
  "Inter",
649
780
  "BlinkMacSystemFont",
650
781
  "Segoe UI",
@@ -654,8 +785,7 @@
654
785
  "Helvetica Neue",
655
786
  "Helvetica",
656
787
  "Arial",
657
- "sans-serif",
658
- "D-DIN"
788
+ "sans-serif"
659
789
  ]
660
790
  },
661
791
  "position": "top"
@@ -681,7 +811,25 @@
681
811
  "startAngle": -90,
682
812
  "padAngle": 0,
683
813
  "label": {
684
- "visible": false,
814
+ "visible": true,
815
+ "style": {
816
+ "fontSize": 12,
817
+ "fontWeight": 400,
818
+ "lineHeight": 16,
819
+ "fontFamily": [
820
+ "D-DIN",
821
+ "Inter",
822
+ "BlinkMacSystemFont",
823
+ "Segoe UI",
824
+ "PingFang SC",
825
+ "Hiragino Sans GB",
826
+ "Microsoft YaHei",
827
+ "Helvetica Neue",
828
+ "Helvetica",
829
+ "Arial",
830
+ "sans-serif"
831
+ ]
832
+ },
685
833
  "position": "outside",
686
834
  "line": {
687
835
  "visible": true
@@ -724,6 +872,7 @@
724
872
  "fontWeight": 400,
725
873
  "lineHeight": 16,
726
874
  "fontFamily": [
875
+ "D-DIN",
727
876
  "Inter",
728
877
  "BlinkMacSystemFont",
729
878
  "Segoe UI",
@@ -733,14 +882,31 @@
733
882
  "Helvetica Neue",
734
883
  "Helvetica",
735
884
  "Arial",
736
- "sans-serif",
737
- "D-DIN"
885
+ "sans-serif"
738
886
  ],
739
887
  "fill": "#ffffff"
740
888
  }
741
889
  },
742
890
  "transformLabel": {
743
- "visible": false
891
+ "visible": false,
892
+ "style": {
893
+ "fontSize": 12,
894
+ "fontWeight": 400,
895
+ "lineHeight": 16,
896
+ "fontFamily": [
897
+ "D-DIN",
898
+ "Inter",
899
+ "BlinkMacSystemFont",
900
+ "Segoe UI",
901
+ "PingFang SC",
902
+ "Hiragino Sans GB",
903
+ "Microsoft YaHei",
904
+ "Helvetica Neue",
905
+ "Helvetica",
906
+ "Arial",
907
+ "sans-serif"
908
+ ]
909
+ }
744
910
  },
745
911
  "outerLabel": {
746
912
  "visible": false,
@@ -749,6 +915,7 @@
749
915
  "fontWeight": 400,
750
916
  "lineHeight": 16,
751
917
  "fontFamily": [
918
+ "D-DIN",
752
919
  "Inter",
753
920
  "BlinkMacSystemFont",
754
921
  "Segoe UI",
@@ -758,8 +925,7 @@
758
925
  "Helvetica Neue",
759
926
  "Helvetica",
760
927
  "Arial",
761
- "sans-serif",
762
- "D-DIN"
928
+ "sans-serif"
763
929
  ],
764
930
  "fill": "#222727a6",
765
931
  "stroke": "#c6cdccff"
@@ -767,8 +933,12 @@
767
933
  "line": {
768
934
  "style": {
769
935
  "visible": true,
770
- "lineWidth": 1,
771
- "stroke": "#c6cdccff"
936
+ "lineWidth": 0.5,
937
+ "stroke": "#c6cdccff",
938
+ "lineDash": [
939
+ 3,
940
+ 3
941
+ ]
772
942
  }
773
943
  }
774
944
  },