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