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