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

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 ADDED
@@ -0,0 +1,787 @@
1
+ {
2
+ "colorScheme": {
3
+ "default": {
4
+ "palette": {
5
+ "backgroundColor": "#ffffff"
6
+ },
7
+ "dataScheme": [
8
+ {
9
+ "maxDomainLength": 13,
10
+ "scheme": [
11
+ "#10C4BB",
12
+ "#2155FF",
13
+ "#2FC569",
14
+ "#FF7214",
15
+ "#FFB414",
16
+ "#8352FF",
17
+ "#39C0FF",
18
+ "#FF689A",
19
+ "#07A8B1",
20
+ "#555CE0",
21
+ "#85D200",
22
+ "#D263D8",
23
+ "#79A2CE"
24
+ ]
25
+ }
26
+ ]
27
+ }
28
+ },
29
+ "component": {
30
+ "title": {
31
+ "textStyle": {
32
+ "visible": true,
33
+ "fontSize": 18,
34
+ "fontWeight": 600,
35
+ "lineHeight": 24,
36
+ "fontFamily": [
37
+ "Inter",
38
+ "BlinkMacSystemFont",
39
+ "Segoe UI",
40
+ "PingFang SC",
41
+ "Hiragino Sans GB",
42
+ "Microsoft YaHei",
43
+ "Helvetica Neue",
44
+ "Helvetica",
45
+ "Arial",
46
+ "sans-serif",
47
+ "D-DIN"
48
+ ],
49
+ "fill": "#222727ff"
50
+ },
51
+ "subtextStyle": {
52
+ "visible": true,
53
+ "fontSize": 14,
54
+ "fontWeight": 400,
55
+ "lineHeight": 20,
56
+ "fontFamily": [
57
+ "Inter",
58
+ "BlinkMacSystemFont",
59
+ "Segoe UI",
60
+ "PingFang SC",
61
+ "Hiragino Sans GB",
62
+ "Microsoft YaHei",
63
+ "Helvetica Neue",
64
+ "Helvetica",
65
+ "Arial",
66
+ "sans-serif",
67
+ "D-DIN"
68
+ ],
69
+ "fill": "#22272759"
70
+ }
71
+ },
72
+ "axisX": {
73
+ "title": {
74
+ "visible": false,
75
+ "position": "center"
76
+ },
77
+ "label": {
78
+ "visible": true,
79
+ "style": {
80
+ "fontSize": 12,
81
+ "fontWeight": 400,
82
+ "lineHeight": 16,
83
+ "fontFamily": [
84
+ "Inter",
85
+ "BlinkMacSystemFont",
86
+ "Segoe UI",
87
+ "PingFang SC",
88
+ "Hiragino Sans GB",
89
+ "Microsoft YaHei",
90
+ "Helvetica Neue",
91
+ "Helvetica",
92
+ "Arial",
93
+ "sans-serif",
94
+ "D-DIN"
95
+ ],
96
+ "fill": "#222727a6"
97
+ },
98
+ "space": 12
99
+ },
100
+ "domainLine": {
101
+ "visible": true,
102
+ "style": {
103
+ "lineWidth": 1,
104
+ "stroke": "#c6cdccff"
105
+ }
106
+ },
107
+ "tick": {
108
+ "visible": true,
109
+ "style": {
110
+ "lineWidth": 1,
111
+ "stroke": "#c6cdccff"
112
+ }
113
+ },
114
+ "subTick": {
115
+ "visible": false
116
+ },
117
+ "grid": {
118
+ "visible": false
119
+ },
120
+ "subGrid": {
121
+ "visible": false
122
+ }
123
+ },
124
+ "axisY": {
125
+ "title": {
126
+ "visible": false,
127
+ "position": "center"
128
+ },
129
+ "label": {
130
+ "visible": true,
131
+ "style": {
132
+ "fontSize": 12,
133
+ "fontWeight": 400,
134
+ "lineHeight": 16,
135
+ "fontFamily": [
136
+ "Inter",
137
+ "BlinkMacSystemFont",
138
+ "Segoe UI",
139
+ "PingFang SC",
140
+ "Hiragino Sans GB",
141
+ "Microsoft YaHei",
142
+ "Helvetica Neue",
143
+ "Helvetica",
144
+ "Arial",
145
+ "sans-serif",
146
+ "D-DIN"
147
+ ],
148
+ "fill": "#222727a6"
149
+ },
150
+ "space": 16
151
+ },
152
+ "domainLine": {
153
+ "visible": false
154
+ },
155
+ "tick": {
156
+ "visible": false
157
+ },
158
+ "subTick": {
159
+ "visible": false
160
+ },
161
+ "grid": {
162
+ "visible": true,
163
+ "style": {
164
+ "lineWidth": 1,
165
+ "stroke": "#c6cdccff",
166
+ "lineDash": [
167
+ 2,
168
+ 2
169
+ ]
170
+ }
171
+ },
172
+ "subGrid": {
173
+ "visible": false
174
+ }
175
+ },
176
+ "axisRadius": {
177
+ "title": {
178
+ "visible": false,
179
+ "position": "center"
180
+ },
181
+ "label": {
182
+ "visible": true,
183
+ "style": {
184
+ "fontSize": 12,
185
+ "fontWeight": 400,
186
+ "lineHeight": 16,
187
+ "fontFamily": [
188
+ "Inter",
189
+ "BlinkMacSystemFont",
190
+ "Segoe UI",
191
+ "PingFang SC",
192
+ "Hiragino Sans GB",
193
+ "Microsoft YaHei",
194
+ "Helvetica Neue",
195
+ "Helvetica",
196
+ "Arial",
197
+ "sans-serif",
198
+ "D-DIN"
199
+ ],
200
+ "fill": "#222727a6"
201
+ },
202
+ "space": 12
203
+ },
204
+ "domainLine": {
205
+ "visible": true,
206
+ "style": {
207
+ "lineWidth": 1,
208
+ "stroke": "#c6cdccff"
209
+ }
210
+ },
211
+ "tick": {
212
+ "visible": true,
213
+ "style": {
214
+ "lineWidth": 1,
215
+ "stroke": "#c6cdccff"
216
+ }
217
+ },
218
+ "subTick": {
219
+ "visible": false
220
+ },
221
+ "grid": {
222
+ "visible": false
223
+ },
224
+ "subGrid": {
225
+ "visible": false
226
+ }
227
+ },
228
+ "axisAngle": {
229
+ "title": {
230
+ "visible": false,
231
+ "position": "center"
232
+ },
233
+ "label": {
234
+ "visible": true,
235
+ "style": {
236
+ "fontSize": 12,
237
+ "fontWeight": 400,
238
+ "lineHeight": 16,
239
+ "fontFamily": [
240
+ "Inter",
241
+ "BlinkMacSystemFont",
242
+ "Segoe UI",
243
+ "PingFang SC",
244
+ "Hiragino Sans GB",
245
+ "Microsoft YaHei",
246
+ "Helvetica Neue",
247
+ "Helvetica",
248
+ "Arial",
249
+ "sans-serif",
250
+ "D-DIN"
251
+ ],
252
+ "fill": "#222727a6"
253
+ },
254
+ "space": 16
255
+ },
256
+ "domainLine": {
257
+ "visible": true,
258
+ "style": {
259
+ "lineWidth": 1,
260
+ "stroke": "#c6cdccff"
261
+ }
262
+ },
263
+ "tick": {
264
+ "visible": false
265
+ },
266
+ "subTick": {
267
+ "visible": false
268
+ },
269
+ "grid": {
270
+ "visible": true,
271
+ "style": {
272
+ "lineWidth": 1,
273
+ "stroke": "#c6cdccff",
274
+ "lineDash": [
275
+ 2,
276
+ 2
277
+ ]
278
+ }
279
+ },
280
+ "subGrid": {
281
+ "visible": false
282
+ }
283
+ },
284
+ "discreteLegend": {
285
+ "title": {
286
+ "visible": false,
287
+ "align": "start"
288
+ },
289
+ "item": {
290
+ "background": {
291
+ "state": {
292
+ "unSelectedHover": {
293
+ "fill": "#2227270d"
294
+ },
295
+ "selectedHover": {
296
+ "fill": "#2227270d"
297
+ }
298
+ }
299
+ },
300
+ "spaceCol": 24,
301
+ "spaceRow": 12,
302
+ "label": {
303
+ "style": {
304
+ "visible": true,
305
+ "fontSize": 12,
306
+ "fontWeight": 400,
307
+ "lineHeight": 16,
308
+ "fontFamily": [
309
+ "Inter",
310
+ "BlinkMacSystemFont",
311
+ "Segoe UI",
312
+ "PingFang SC",
313
+ "Hiragino Sans GB",
314
+ "Microsoft YaHei",
315
+ "Helvetica Neue",
316
+ "Helvetica",
317
+ "Arial",
318
+ "sans-serif",
319
+ "D-DIN"
320
+ ],
321
+ "fill": "#222727a6"
322
+ },
323
+ "state": {
324
+ "unSelected": {
325
+ "fill": "#222727a6",
326
+ "fillOpacity": 0.3
327
+ }
328
+ },
329
+ "space": 12
330
+ },
331
+ "value": {
332
+ "style": {
333
+ "visible": true,
334
+ "fontSize": 12,
335
+ "fontWeight": 400,
336
+ "lineHeight": 16,
337
+ "fontFamily": [
338
+ "Inter",
339
+ "BlinkMacSystemFont",
340
+ "Segoe UI",
341
+ "PingFang SC",
342
+ "Hiragino Sans GB",
343
+ "Microsoft YaHei",
344
+ "Helvetica Neue",
345
+ "Helvetica",
346
+ "Arial",
347
+ "sans-serif",
348
+ "D-DIN"
349
+ ],
350
+ "fill": "#222727ff"
351
+ },
352
+ "state": {
353
+ "unSelected": {
354
+ "fill": "#222727ff",
355
+ "fillOpacity": 0.3
356
+ }
357
+ }
358
+ },
359
+ "shape": {
360
+ "space": 6,
361
+ "state": {
362
+ "unSelected": {
363
+ "fillOpacity": 0.3
364
+ }
365
+ }
366
+ }
367
+ },
368
+ "pager": {
369
+ "textStyle": {
370
+ "fill": "#222727a6"
371
+ }
372
+ },
373
+ "orient": "top",
374
+ "position": "middle",
375
+ "padding": {
376
+ "bottom": 20
377
+ },
378
+ "maxRow": 1,
379
+ "maxCol": 1
380
+ },
381
+ "tooltip": {
382
+ "spaceRow": 12,
383
+ "panel": {
384
+ "backgroundColor": "#ffffff",
385
+ "padding": {
386
+ "top": 16,
387
+ "left": 16,
388
+ "right": 16,
389
+ "bottom": 16
390
+ },
391
+ "border": {
392
+ "width": 0.5,
393
+ "color": "#c6cdccff"
394
+ }
395
+ },
396
+ "titleLabel": {
397
+ "fontSize": 14,
398
+ "fontWeight": 600,
399
+ "lineHeight": 20,
400
+ "fontFamily": [
401
+ "Inter",
402
+ "BlinkMacSystemFont",
403
+ "Segoe UI",
404
+ "PingFang SC",
405
+ "Hiragino Sans GB",
406
+ "Microsoft YaHei",
407
+ "Helvetica Neue",
408
+ "Helvetica",
409
+ "Arial",
410
+ "sans-serif",
411
+ "D-DIN"
412
+ ],
413
+ "fontColor": "#222727ff"
414
+ },
415
+ "keyLabel": {
416
+ "fontSize": 12,
417
+ "fontWeight": 400,
418
+ "lineHeight": 16,
419
+ "fontFamily": [
420
+ "Inter",
421
+ "BlinkMacSystemFont",
422
+ "Segoe UI",
423
+ "PingFang SC",
424
+ "Hiragino Sans GB",
425
+ "Microsoft YaHei",
426
+ "Helvetica Neue",
427
+ "Helvetica",
428
+ "Arial",
429
+ "sans-serif",
430
+ "D-DIN"
431
+ ],
432
+ "fontColor": "#222727a6",
433
+ "spacing": 24
434
+ },
435
+ "valueLabel": {
436
+ "fontSize": 12,
437
+ "fontWeight": 400,
438
+ "lineHeight": 16,
439
+ "fontFamily": [
440
+ "Inter",
441
+ "BlinkMacSystemFont",
442
+ "Segoe UI",
443
+ "PingFang SC",
444
+ "Hiragino Sans GB",
445
+ "Microsoft YaHei",
446
+ "Helvetica Neue",
447
+ "Helvetica",
448
+ "Arial",
449
+ "sans-serif",
450
+ "D-DIN"
451
+ ],
452
+ "fontColor": "#222727ff"
453
+ },
454
+ "shape": {
455
+ "spacing": 6
456
+ },
457
+ "transitionDuration": 0
458
+ },
459
+ "crosshair": {
460
+ "linearField": {
461
+ "line": {
462
+ "style": {
463
+ "visible": false
464
+ }
465
+ },
466
+ "label": {
467
+ "visible": false,
468
+ "labelBackground": {
469
+ "visible": true
470
+ }
471
+ }
472
+ },
473
+ "bandField": {
474
+ "line": {
475
+ "style": {
476
+ "visible": true,
477
+ "fill": "#2227270d"
478
+ }
479
+ },
480
+ "label": {
481
+ "visible": false,
482
+ "labelBackground": {
483
+ "visible": true
484
+ }
485
+ }
486
+ }
487
+ },
488
+ "axisBand": {
489
+ "paddingOuter": 0
490
+ },
491
+ "indicator": {
492
+ "title": {
493
+ "style": {
494
+ "fill": "#222727a6"
495
+ }
496
+ },
497
+ "content": {
498
+ "style": {
499
+ "fill": "#222727ff"
500
+ }
501
+ }
502
+ }
503
+ },
504
+ "series": {
505
+ "bar": {
506
+ "barWidth": "70%",
507
+ "bar": {
508
+ "style": {
509
+ "cornerRadius": [
510
+ 4,
511
+ 4,
512
+ 0,
513
+ 0
514
+ ],
515
+ "lineWidth": 0
516
+ },
517
+ "state": {
518
+ "blur": {
519
+ "opacity": 0.2
520
+ }
521
+ }
522
+ },
523
+ "barGapInGroup": "10%",
524
+ "label": {
525
+ "visible": false,
526
+ "position": "outside"
527
+ },
528
+ "animationAppear": {
529
+ "duration": 800,
530
+ "easing": "quadInOut",
531
+ "delay": 0
532
+ },
533
+ "animationUpdate": {
534
+ "duration": 800,
535
+ "easing": "quadInOut",
536
+ "delay": 0
537
+ },
538
+ "interactions": [
539
+ {
540
+ "type": "element-highlight-by-group"
541
+ }
542
+ ]
543
+ },
544
+ "bar_stack": {
545
+ "bar": {
546
+ "style": {
547
+ "cornerRadius": null
548
+ }
549
+ }
550
+ },
551
+ "bar_vertical": {
552
+ "stackCornerRadius": [
553
+ 4,
554
+ 4,
555
+ 0,
556
+ 0
557
+ ],
558
+ "bar": {
559
+ "style": {
560
+ "cornerRadius": [
561
+ 4,
562
+ 4,
563
+ 0,
564
+ 0
565
+ ]
566
+ }
567
+ }
568
+ },
569
+ "bar_horizontal": {
570
+ "stackCornerRadius": [
571
+ 0,
572
+ 4,
573
+ 4,
574
+ 0
575
+ ],
576
+ "bar": {
577
+ "style": {
578
+ "cornerRadius": [
579
+ 0,
580
+ 4,
581
+ 4,
582
+ 0
583
+ ]
584
+ }
585
+ }
586
+ },
587
+ "line": {
588
+ "line": {
589
+ "style": {
590
+ "lineWidth": 2,
591
+ "curveType": "linear"
592
+ }
593
+ },
594
+ "point": {
595
+ "visible": false
596
+ },
597
+ "animationAppear": {
598
+ "duration": 800,
599
+ "easing": "quadInOut",
600
+ "delay": 0
601
+ },
602
+ "animationUpdate": {
603
+ "duration": 800,
604
+ "easing": "quadInOut",
605
+ "delay": 0
606
+ }
607
+ },
608
+ "area": {
609
+ "line": {
610
+ "style": {
611
+ "lineWidth": 2,
612
+ "curveType": "linear",
613
+ "visible": true
614
+ }
615
+ },
616
+ "area": {
617
+ "style": {
618
+ "fill": {
619
+ "gradient": "linear",
620
+ "x0": 0.5,
621
+ "y0": 0,
622
+ "x1": 0.5,
623
+ "y1": 1,
624
+ "stops": [
625
+ {
626
+ "offset": 0,
627
+ "opacity": 1
628
+ },
629
+ {
630
+ "offset": 1,
631
+ "opacity": 0
632
+ }
633
+ ]
634
+ },
635
+ "visible": true
636
+ }
637
+ },
638
+ "point": {
639
+ "visible": false
640
+ },
641
+ "label": {
642
+ "visible": false,
643
+ "style": {
644
+ "fontSize": 12,
645
+ "fontWeight": 400,
646
+ "lineHeight": 16,
647
+ "fontFamily": [
648
+ "Inter",
649
+ "BlinkMacSystemFont",
650
+ "Segoe UI",
651
+ "PingFang SC",
652
+ "Hiragino Sans GB",
653
+ "Microsoft YaHei",
654
+ "Helvetica Neue",
655
+ "Helvetica",
656
+ "Arial",
657
+ "sans-serif",
658
+ "D-DIN"
659
+ ]
660
+ },
661
+ "position": "top"
662
+ },
663
+ "animationAppear": {
664
+ "duration": 800,
665
+ "easing": "quadInOut",
666
+ "delay": 0
667
+ },
668
+ "animationUpdate": {
669
+ "duration": 800,
670
+ "easing": "quadInOut",
671
+ "delay": 800
672
+ }
673
+ },
674
+ "pie": {
675
+ "outerRadius": 0.9,
676
+ "pie": {
677
+ "style": {
678
+ "cornerRadius": 4
679
+ }
680
+ },
681
+ "startAngle": -90,
682
+ "padAngle": 0,
683
+ "label": {
684
+ "visible": false,
685
+ "position": "outside",
686
+ "line": {
687
+ "visible": true
688
+ }
689
+ },
690
+ "animationAppear": {
691
+ "duration": 800,
692
+ "easing": "quadInOut",
693
+ "delay": 0
694
+ },
695
+ "animationUpdate": {
696
+ "duration": 800,
697
+ "easing": "quadInOut",
698
+ "delay": 0
699
+ }
700
+ },
701
+ "funnel": {
702
+ "funnel": {
703
+ "style": {
704
+ "cornerRadius": [
705
+ 4,
706
+ 4,
707
+ 4,
708
+ 4
709
+ ],
710
+ "lineWidth": 0
711
+ }
712
+ },
713
+ "gap": 4,
714
+ "transform": {
715
+ "style": {
716
+ "fill": "#2227270d",
717
+ "lineWidth": 0
718
+ }
719
+ },
720
+ "label": {
721
+ "visible": true,
722
+ "style": {
723
+ "fontSize": 12,
724
+ "fontWeight": 400,
725
+ "lineHeight": 16,
726
+ "fontFamily": [
727
+ "Inter",
728
+ "BlinkMacSystemFont",
729
+ "Segoe UI",
730
+ "PingFang SC",
731
+ "Hiragino Sans GB",
732
+ "Microsoft YaHei",
733
+ "Helvetica Neue",
734
+ "Helvetica",
735
+ "Arial",
736
+ "sans-serif",
737
+ "D-DIN"
738
+ ],
739
+ "fill": "#ffffff"
740
+ }
741
+ },
742
+ "transformLabel": {
743
+ "visible": false
744
+ },
745
+ "outerLabel": {
746
+ "visible": false,
747
+ "style": {
748
+ "fontSize": 12,
749
+ "fontWeight": 400,
750
+ "lineHeight": 16,
751
+ "fontFamily": [
752
+ "Inter",
753
+ "BlinkMacSystemFont",
754
+ "Segoe UI",
755
+ "PingFang SC",
756
+ "Hiragino Sans GB",
757
+ "Microsoft YaHei",
758
+ "Helvetica Neue",
759
+ "Helvetica",
760
+ "Arial",
761
+ "sans-serif",
762
+ "D-DIN"
763
+ ],
764
+ "fill": "#222727a6",
765
+ "stroke": "#c6cdccff"
766
+ },
767
+ "line": {
768
+ "style": {
769
+ "visible": true,
770
+ "lineWidth": 1,
771
+ "stroke": "#c6cdccff"
772
+ }
773
+ }
774
+ },
775
+ "animationAppear": {
776
+ "duration": 800,
777
+ "easing": "quadInOut",
778
+ "delay": 0
779
+ },
780
+ "animationUpdate": {
781
+ "duration": 800,
782
+ "easing": "quadInOut",
783
+ "delay": 800
784
+ }
785
+ }
786
+ }
787
+ }