@semi-bot/semi-vchart-theme-csj 2.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/raw.json ADDED
@@ -0,0 +1,3288 @@
1
+ {
2
+ "dark": {
3
+ "easy": {
4
+ "line": "default",
5
+ "radius": "default",
6
+ "spacing": "default",
7
+ "brandColor": "#54a9ff",
8
+ "paletteMode": "category",
9
+ "generateCategoricalMode": "default"
10
+ },
11
+ "chart": {
12
+ "bar": {
13
+ "bar": {},
14
+ "label": {
15
+ "visible": false,
16
+ "position": "outside"
17
+ },
18
+ "showMaxMinWidth": false
19
+ },
20
+ "pie": {
21
+ "label": {
22
+ "line": {
23
+ "visible": true
24
+ },
25
+ "visible": false,
26
+ "position": "outside"
27
+ }
28
+ },
29
+ "area": {
30
+ "area": {
31
+ "visible": true
32
+ },
33
+ "line": {
34
+ "visible": true,
35
+ "curveType": "linear"
36
+ },
37
+ "label": {
38
+ "visible": false,
39
+ "position": "top"
40
+ },
41
+ "point": {
42
+ "visible": true
43
+ }
44
+ },
45
+ "line": {
46
+ "line": {
47
+ "curveType": "linear"
48
+ },
49
+ "label": {
50
+ "visible": false,
51
+ "position": "top"
52
+ },
53
+ "point": {
54
+ "visible": true,
55
+ "symbolType": "circle"
56
+ }
57
+ },
58
+ "funnel": {
59
+ "label": {
60
+ "visible": false
61
+ },
62
+ "transform": {},
63
+ "outerLabel": {
64
+ "line": {
65
+ "visible": true
66
+ },
67
+ "visible": false
68
+ },
69
+ "transformLabel": {
70
+ "visible": false
71
+ }
72
+ }
73
+ },
74
+ "global": {
75
+ "font": {
76
+ "title": {
77
+ "name": "title",
78
+ "type": "custom",
79
+ "fontSize": 18,
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
+ ],
92
+ "fontWeight": 600,
93
+ "lineHeight": 24
94
+ },
95
+ "small-regular": {
96
+ "name": "small-regular",
97
+ "type": "custom",
98
+ "fontSize": 12,
99
+ "fontFamily": [
100
+ "Inter",
101
+ "BlinkMacSystemFont",
102
+ "Segoe UI",
103
+ "PingFang SC",
104
+ "Hiragino Sans GB",
105
+ "Microsoft YaHei",
106
+ "Helvetica Neue",
107
+ "Helvetica",
108
+ "Arial",
109
+ "sans-serif"
110
+ ],
111
+ "fontWeight": 400,
112
+ "lineHeight": 16
113
+ },
114
+ "small-semibold": {
115
+ "name": "small-semibold",
116
+ "type": "custom",
117
+ "fontSize": 12,
118
+ "fontFamily": [
119
+ "Inter",
120
+ "BlinkMacSystemFont",
121
+ "Segoe UI",
122
+ "PingFang SC",
123
+ "Hiragino Sans GB",
124
+ "Microsoft YaHei",
125
+ "Helvetica Neue",
126
+ "Helvetica",
127
+ "Arial",
128
+ "sans-serif"
129
+ ],
130
+ "fontWeight": 600,
131
+ "lineHeight": 16
132
+ },
133
+ "paragraph-regular": {
134
+ "name": "paragraph-regular",
135
+ "type": "custom",
136
+ "fontSize": 14,
137
+ "fontFamily": [
138
+ "Inter",
139
+ "BlinkMacSystemFont",
140
+ "Segoe UI",
141
+ "PingFang SC",
142
+ "Hiragino Sans GB",
143
+ "Microsoft YaHei",
144
+ "Helvetica Neue",
145
+ "Helvetica",
146
+ "Arial",
147
+ "sans-serif"
148
+ ],
149
+ "fontWeight": 400,
150
+ "lineHeight": 20
151
+ },
152
+ "paragraph-semibold": {
153
+ "name": "paragraph-semibold",
154
+ "type": "custom",
155
+ "fontSize": 14,
156
+ "fontFamily": [
157
+ "Inter",
158
+ "BlinkMacSystemFont",
159
+ "Segoe UI",
160
+ "PingFang SC",
161
+ "Hiragino Sans GB",
162
+ "Microsoft YaHei",
163
+ "Helvetica Neue",
164
+ "Helvetica",
165
+ "Arial",
166
+ "sans-serif"
167
+ ],
168
+ "fontWeight": 600,
169
+ "lineHeight": 20
170
+ }
171
+ },
172
+ "color": {
173
+ "--dv-color-bg-0": {
174
+ "type": "custom",
175
+ "custom": "#16161A"
176
+ },
177
+ "--dv-color-info": {
178
+ "type": "palette",
179
+ "palette": {
180
+ "alpha": 1,
181
+ "paletteName": "blue",
182
+ "paletteIndex": 5
183
+ }
184
+ },
185
+ "--dv-color-danger": {
186
+ "type": "palette",
187
+ "palette": {
188
+ "alpha": 1,
189
+ "paletteName": "red",
190
+ "paletteIndex": 5
191
+ }
192
+ },
193
+ "--dv-color-fill-0": {
194
+ "type": "palette",
195
+ "palette": {
196
+ "alpha": 0.05,
197
+ "paletteName": "grey",
198
+ "paletteIndex": 9
199
+ }
200
+ },
201
+ "--dv-color-line-0": {
202
+ "type": "palette",
203
+ "palette": {
204
+ "alpha": 1,
205
+ "paletteName": "grey",
206
+ "paletteIndex": 2
207
+ }
208
+ },
209
+ "--dv-color-line-1": {
210
+ "type": "palette",
211
+ "palette": {
212
+ "alpha": 1,
213
+ "paletteName": "grey",
214
+ "paletteIndex": 4
215
+ }
216
+ },
217
+ "--dv-color-text-0": {
218
+ "type": "palette",
219
+ "palette": {
220
+ "alpha": 1,
221
+ "paletteName": "grey",
222
+ "paletteIndex": 9
223
+ }
224
+ },
225
+ "--dv-color-text-1": {
226
+ "type": "palette",
227
+ "palette": {
228
+ "alpha": 0.8,
229
+ "paletteName": "grey",
230
+ "paletteIndex": 9
231
+ }
232
+ },
233
+ "--dv-color-text-2": {
234
+ "type": "palette",
235
+ "palette": {
236
+ "alpha": 0.65,
237
+ "paletteName": "grey",
238
+ "paletteIndex": 9
239
+ }
240
+ },
241
+ "--dv-color-text-3": {
242
+ "type": "palette",
243
+ "palette": {
244
+ "alpha": 0.35,
245
+ "paletteName": "grey",
246
+ "paletteIndex": 9
247
+ }
248
+ },
249
+ "--dv-color-success": {
250
+ "type": "palette",
251
+ "palette": {
252
+ "alpha": 1,
253
+ "paletteName": "green",
254
+ "paletteIndex": 5
255
+ }
256
+ },
257
+ "--dv-color-warning": {
258
+ "type": "palette",
259
+ "palette": {
260
+ "alpha": 1,
261
+ "paletteName": "orange",
262
+ "paletteIndex": 5
263
+ }
264
+ },
265
+ "--dv-color-info-hover": {
266
+ "type": "palette",
267
+ "palette": {
268
+ "alpha": 1,
269
+ "paletteName": "blue",
270
+ "paletteIndex": 6
271
+ }
272
+ },
273
+ "--dv-color-info-active": {
274
+ "type": "palette",
275
+ "palette": {
276
+ "alpha": 1,
277
+ "paletteName": "blue",
278
+ "paletteIndex": 7
279
+ }
280
+ },
281
+ "--dv-color-danger-hover": {
282
+ "type": "palette",
283
+ "palette": {
284
+ "alpha": 1,
285
+ "paletteName": "red",
286
+ "paletteIndex": 6
287
+ }
288
+ },
289
+ "--dv-color-sequential-0": {
290
+ "type": "custom",
291
+ "custom": "#1e4170"
292
+ },
293
+ "--dv-color-sequential-1": {
294
+ "type": "custom",
295
+ "custom": "#2c5a94"
296
+ },
297
+ "--dv-color-sequential-2": {
298
+ "type": "custom",
299
+ "custom": "#3c75b8"
300
+ },
301
+ "--dv-color-sequential-3": {
302
+ "type": "custom",
303
+ "custom": "#4e92db"
304
+ },
305
+ "--dv-color-sequential-4": {
306
+ "type": "custom",
307
+ "custom": "#54a9ff"
308
+ },
309
+ "--dv-color-sequential-5": {
310
+ "type": "custom",
311
+ "custom": "#81c2ff"
312
+ },
313
+ "--dv-color-sequential-6": {
314
+ "type": "custom",
315
+ "custom": "#a1d3ff"
316
+ },
317
+ "--dv-color-sequential-7": {
318
+ "type": "custom",
319
+ "custom": "#c0e3ff"
320
+ },
321
+ "--dv-color-sequential-8": {
322
+ "type": "custom",
323
+ "custom": "#e0f1ff"
324
+ },
325
+ "--dv-color-sequential-9": {
326
+ "type": "custom",
327
+ "custom": "#f4faff"
328
+ },
329
+ "--dv-color-categorical-0": {
330
+ "type": "custom",
331
+ "custom": "#4390FD"
332
+ },
333
+ "--dv-color-categorical-1": {
334
+ "type": "custom",
335
+ "custom": "#5FD3CF"
336
+ },
337
+ "--dv-color-categorical-2": {
338
+ "type": "custom",
339
+ "custom": "#B088DF"
340
+ },
341
+ "--dv-color-categorical-3": {
342
+ "type": "custom",
343
+ "custom": "#E79B2C"
344
+ },
345
+ "--dv-color-categorical-4": {
346
+ "type": "custom",
347
+ "custom": "#F3C626"
348
+ },
349
+ "--dv-color-categorical-5": {
350
+ "type": "custom",
351
+ "custom": "#F05676"
352
+ },
353
+ "--dv-color-categorical-6": {
354
+ "type": "custom",
355
+ "custom": "#92DAF7"
356
+ },
357
+ "--dv-color-categorical-7": {
358
+ "type": "custom",
359
+ "custom": "#D179D3"
360
+ },
361
+ "--dv-color-categorical-8": {
362
+ "type": "custom",
363
+ "custom": "#38B7C7"
364
+ },
365
+ "--dv-color-categorical-9": {
366
+ "type": "custom",
367
+ "custom": "#ACDD79"
368
+ },
369
+ "--dv-color-danger-active": {
370
+ "type": "palette",
371
+ "palette": {
372
+ "alpha": 1,
373
+ "paletteName": "red",
374
+ "paletteIndex": 7
375
+ }
376
+ },
377
+ "--dv-color-info-disabled": {
378
+ "type": "palette",
379
+ "palette": {
380
+ "alpha": 1,
381
+ "paletteName": "blue",
382
+ "paletteIndex": 8
383
+ }
384
+ },
385
+ "--dv-color-success-hover": {
386
+ "type": "palette",
387
+ "palette": {
388
+ "alpha": 1,
389
+ "paletteName": "green",
390
+ "paletteIndex": 6
391
+ }
392
+ },
393
+ "--dv-color-warning-hover": {
394
+ "type": "palette",
395
+ "palette": {
396
+ "alpha": 1,
397
+ "paletteName": "orange",
398
+ "paletteIndex": 6
399
+ }
400
+ },
401
+ "--dv-color-success-active": {
402
+ "type": "palette",
403
+ "palette": {
404
+ "alpha": 1,
405
+ "paletteName": "green",
406
+ "paletteIndex": 7
407
+ }
408
+ },
409
+ "--dv-color-warning-active": {
410
+ "type": "palette",
411
+ "palette": {
412
+ "alpha": 1,
413
+ "paletteName": "orange",
414
+ "paletteIndex": 7
415
+ }
416
+ },
417
+ "--dv-color-danger-disabled": {
418
+ "type": "palette",
419
+ "palette": {
420
+ "alpha": 1,
421
+ "paletteName": "red",
422
+ "paletteIndex": 2
423
+ }
424
+ },
425
+ "--dv-color-success-disabled": {
426
+ "type": "palette",
427
+ "palette": {
428
+ "alpha": 1,
429
+ "paletteName": "green",
430
+ "paletteIndex": 2
431
+ }
432
+ },
433
+ "--dv-color-warning-disabled": {
434
+ "type": "palette",
435
+ "palette": {
436
+ "alpha": 1,
437
+ "paletteName": "orange",
438
+ "paletteIndex": 2
439
+ }
440
+ }
441
+ },
442
+ "round": {
443
+ "l": {
444
+ "name": "l",
445
+ "type": "custom",
446
+ "value": "4px"
447
+ },
448
+ "m": {
449
+ "name": "m",
450
+ "type": "custom",
451
+ "value": "2px"
452
+ },
453
+ "s": {
454
+ "name": "s",
455
+ "type": "custom",
456
+ "value": "1px"
457
+ },
458
+ "xl": {
459
+ "name": "xl",
460
+ "type": "custom",
461
+ "value": "6px"
462
+ },
463
+ "xs": {
464
+ "name": "xs",
465
+ "type": "custom",
466
+ "value": "0px"
467
+ }
468
+ },
469
+ "palette": {
470
+ "red": [
471
+ "#6d090e",
472
+ "#911012",
473
+ "#b51c19",
474
+ "#d82e24",
475
+ "#fc4332",
476
+ "#fd6e5b",
477
+ "#fd9683",
478
+ "#febbac",
479
+ "#feded6",
480
+ "#fff3ef"
481
+ ],
482
+ "blue": [
483
+ "#002f6e",
484
+ "#004092",
485
+ "#0355b6",
486
+ "#0b6cd9",
487
+ "#1486fd",
488
+ "#43a1fd",
489
+ "#72bbfe",
490
+ "#a1d3fe",
491
+ "#d0eaff",
492
+ "#ecf7ff"
493
+ ],
494
+ "cyan": [
495
+ "#04353e",
496
+ "#07505d",
497
+ "#0a6d7b",
498
+ "#0e8b9a",
499
+ "#13aab9",
500
+ "#38bcc7",
501
+ "#62ced5",
502
+ "#92e0e3",
503
+ "#c6f0f1",
504
+ "#e7f8f8"
505
+ ],
506
+ "grey": [
507
+ "#1f2226",
508
+ "#31353b",
509
+ "#44494f",
510
+ "#585e64",
511
+ "#6e7378",
512
+ "#8b9095",
513
+ "#a8adb1",
514
+ "#c7cbce",
515
+ "#e7e9ea",
516
+ "#f9f9f9"
517
+ ],
518
+ "lime": [
519
+ "#334703",
520
+ "#4e6a05",
521
+ "#6b8d09",
522
+ "#89b10c",
523
+ "#a8d411",
524
+ "#b3dd3a",
525
+ "#c0e567",
526
+ "#d1ee96",
527
+ "#e6f6c9",
528
+ "#f4fbe9"
529
+ ],
530
+ "pink": [
531
+ "#5d0734",
532
+ "#810e47",
533
+ "#a51758",
534
+ "#c82269",
535
+ "#ec2f79",
536
+ "#f0568d",
537
+ "#f47fa5",
538
+ "#f7a8bf",
539
+ "#fbd3dd",
540
+ "#fdeef2"
541
+ ],
542
+ "teal": [
543
+ "#033d37",
544
+ "#055b51",
545
+ "#08796b",
546
+ "#0b9883",
547
+ "#0fb69b",
548
+ "#34c5ab",
549
+ "#5fd3bd",
550
+ "#8fe2d0",
551
+ "#c4f0e6",
552
+ "#e6f8f3"
553
+ ],
554
+ "amber": [
555
+ "#512b09",
556
+ "#7a470f",
557
+ "#a26616",
558
+ "#cb891e",
559
+ "#f3b026",
560
+ "#f5c550",
561
+ "#f8d77a",
562
+ "#fae7a6",
563
+ "#fdf4d2",
564
+ "#fefbed"
565
+ ],
566
+ "brand": [
567
+ "#1e4170",
568
+ "#2c5a94",
569
+ "#3c75b8",
570
+ "#4e92db",
571
+ "#62b0ff",
572
+ "#81c2ff",
573
+ "#a1d3ff",
574
+ "#c0e3ff",
575
+ "#e0f1ff",
576
+ "#f4faff"
577
+ ],
578
+ "green": [
579
+ "#153d19",
580
+ "#205b26",
581
+ "#2c7932",
582
+ "#39983f",
583
+ "#46b64b",
584
+ "#64c567",
585
+ "#85d386",
586
+ "#abe2aa",
587
+ "#d3f0d3",
588
+ "#eef8ed"
589
+ ],
590
+ "indigo": [
591
+ "#1c2566",
592
+ "#26317b",
593
+ "#303e8f",
594
+ "#3c4da4",
595
+ "#495db8",
596
+ "#6779c6",
597
+ "#8898d4",
598
+ "#acb9e3",
599
+ "#d4dbf1",
600
+ "#eef0f8"
601
+ ],
602
+ "orange": [
603
+ "#551c03",
604
+ "#803106",
605
+ "#aa4b0a",
606
+ "#d5690f",
607
+ "#ff8b14",
608
+ "#ffa843",
609
+ "#ffc372",
610
+ "#ffdaa1",
611
+ "#ffeed0",
612
+ "#fff9ed"
613
+ ],
614
+ "purple": [
615
+ "#491164",
616
+ "#5c1879",
617
+ "#71208d",
618
+ "#8629a2",
619
+ "#9d34b6",
620
+ "#b354c5",
621
+ "#c879d3",
622
+ "#dca1e2",
623
+ "#eecef0",
624
+ "#f7ebf8"
625
+ ],
626
+ "violet": [
627
+ "#3e1b78",
628
+ "#49248d",
629
+ "#552ea1",
630
+ "#6139b6",
631
+ "#6e46ca",
632
+ "#8565d5",
633
+ "#9f88df",
634
+ "#bcadea",
635
+ "#dcd4f4",
636
+ "#f1eefa"
637
+ ],
638
+ "yellow": [
639
+ "#543303",
640
+ "#7f5306",
641
+ "#a9770a",
642
+ "#d3a00f",
643
+ "#fdcc14",
644
+ "#fddc43",
645
+ "#feea72",
646
+ "#fef4a1",
647
+ "#fffbd0",
648
+ "#fffeec"
649
+ ],
650
+ "light-blue": [
651
+ "#003962",
652
+ "#005086",
653
+ "#0369aa",
654
+ "#0a85cd",
655
+ "#13a2f1",
656
+ "#40b7f4",
657
+ "#6ecbf7",
658
+ "#9eddf9",
659
+ "#ceeffc",
660
+ "#ebf8fe"
661
+ ],
662
+ "light-green": [
663
+ "#283e15",
664
+ "#3d5d21",
665
+ "#547b2d",
666
+ "#6b9a3a",
667
+ "#83b947",
668
+ "#9ac765",
669
+ "#b2d586",
670
+ "#cbe3ab",
671
+ "#e5f1d3",
672
+ "#f4f8ee"
673
+ ]
674
+ },
675
+ "spacing": {
676
+ "spacing-l": {
677
+ "name": "spacing-l",
678
+ "type": "custom",
679
+ "value": 16
680
+ },
681
+ "spacing-m": {
682
+ "name": "spacing-m",
683
+ "type": "custom",
684
+ "value": 12
685
+ },
686
+ "spacing-s": {
687
+ "name": "spacing-s",
688
+ "type": "custom",
689
+ "value": 8
690
+ },
691
+ "spacing-xl": {
692
+ "name": "spacing-xl",
693
+ "type": "custom",
694
+ "value": 20
695
+ },
696
+ "spacing-xs": {
697
+ "name": "spacing-xs",
698
+ "type": "custom",
699
+ "value": 4
700
+ },
701
+ "spacing-2xl": {
702
+ "name": "spacing-2xl",
703
+ "type": "custom",
704
+ "value": 24
705
+ },
706
+ "spacing-2xs": {
707
+ "name": "spacing-2xs",
708
+ "type": "custom",
709
+ "value": 2
710
+ }
711
+ },
712
+ "lineDash": {
713
+ "dash-0": {
714
+ "name": "dash-0",
715
+ "type": "custom",
716
+ "value": [
717
+ 2,
718
+ 2
719
+ ]
720
+ },
721
+ "dash-1": {
722
+ "name": "dash-1",
723
+ "type": "custom",
724
+ "value": [
725
+ 4,
726
+ 4
727
+ ]
728
+ }
729
+ },
730
+ "lineWidth": {
731
+ "width-0": {
732
+ "name": "width-0",
733
+ "type": "custom",
734
+ "value": 0.5
735
+ },
736
+ "width-1": {
737
+ "name": "width-1",
738
+ "type": "custom",
739
+ "value": 1
740
+ },
741
+ "width-2": {
742
+ "name": "width-2",
743
+ "type": "custom",
744
+ "value": 2
745
+ }
746
+ },
747
+ "brandColor": "#54a9ff",
748
+ "fontGlobal": {
749
+ "fontSize": 14,
750
+ "fontFamily": [
751
+ "Inter",
752
+ "BlinkMacSystemFont",
753
+ "Segoe UI",
754
+ "PingFang SC",
755
+ "Hiragino Sans GB",
756
+ "Microsoft YaHei",
757
+ "Helvetica Neue",
758
+ "Helvetica",
759
+ "Arial",
760
+ "sans-serif"
761
+ ],
762
+ "lineMultiple": 1.4
763
+ },
764
+ "paletteMode": "categorical",
765
+ "animationDelay": {
766
+ "fast": {
767
+ "name": "fast",
768
+ "type": "custom",
769
+ "value": 180
770
+ },
771
+ "none": {
772
+ "name": "none",
773
+ "type": "custom",
774
+ "value": 0
775
+ },
776
+ "slow": {
777
+ "name": "slow",
778
+ "type": "custom",
779
+ "value": 1000
780
+ },
781
+ "faster": {
782
+ "name": "faster",
783
+ "type": "custom",
784
+ "value": 120
785
+ },
786
+ "normal": {
787
+ "name": "normal",
788
+ "type": "custom",
789
+ "value": 800
790
+ },
791
+ "slower": {
792
+ "name": "slower",
793
+ "type": "custom",
794
+ "value": 1200
795
+ },
796
+ "fastest": {
797
+ "name": "fastest",
798
+ "type": "custom",
799
+ "value": 90
800
+ },
801
+ "slowest": {
802
+ "name": "slowest",
803
+ "type": "custom",
804
+ "value": 1800
805
+ }
806
+ },
807
+ "animationDuration": {
808
+ "fast": {
809
+ "name": "fast",
810
+ "type": "custom",
811
+ "value": 180
812
+ },
813
+ "none": {
814
+ "name": "none",
815
+ "type": "custom",
816
+ "value": 0
817
+ },
818
+ "slow": {
819
+ "name": "slow",
820
+ "type": "custom",
821
+ "value": 1000
822
+ },
823
+ "faster": {
824
+ "name": "faster",
825
+ "type": "custom",
826
+ "value": 120
827
+ },
828
+ "normal": {
829
+ "name": "normal",
830
+ "type": "custom",
831
+ "value": 800
832
+ },
833
+ "slower": {
834
+ "name": "slower",
835
+ "type": "custom",
836
+ "value": 1200
837
+ },
838
+ "fastest": {
839
+ "name": "fastest",
840
+ "type": "custom",
841
+ "value": 90
842
+ },
843
+ "slowest": {
844
+ "name": "slowest",
845
+ "type": "custom",
846
+ "value": 1800
847
+ }
848
+ },
849
+ "generateCategoricalMode": "default"
850
+ },
851
+ "element": {
852
+ "axis": {
853
+ "x": {
854
+ "grid": {
855
+ "visible": false
856
+ },
857
+ "tick": {
858
+ "visible": true
859
+ },
860
+ "label": {
861
+ "visible": true
862
+ },
863
+ "title": {
864
+ "visible": false,
865
+ "position": "center"
866
+ },
867
+ "subGrid": {
868
+ "visible": false
869
+ },
870
+ "subTick": {
871
+ "visible": false
872
+ },
873
+ "domainLine": {
874
+ "visible": true
875
+ }
876
+ },
877
+ "y": {
878
+ "grid": {
879
+ "visible": true
880
+ },
881
+ "tick": {
882
+ "visible": false
883
+ },
884
+ "label": {
885
+ "visible": true
886
+ },
887
+ "title": {
888
+ "visible": false,
889
+ "position": "center"
890
+ },
891
+ "subGrid": {
892
+ "visible": false
893
+ },
894
+ "subTick": {
895
+ "visible": false
896
+ },
897
+ "domainLine": {
898
+ "visible": false
899
+ }
900
+ }
901
+ },
902
+ "polar": {
903
+ "sync": false,
904
+ "angle": {
905
+ "grid": {
906
+ "visible": true
907
+ },
908
+ "tick": {
909
+ "visible": true
910
+ },
911
+ "label": {
912
+ "visible": true
913
+ },
914
+ "title": {
915
+ "visible": false,
916
+ "position": "end"
917
+ },
918
+ "subGrid": {
919
+ "visible": false
920
+ },
921
+ "subTick": {
922
+ "visible": false
923
+ },
924
+ "domainLine": {
925
+ "visible": true
926
+ }
927
+ },
928
+ "radius": {
929
+ "grid": {
930
+ "visible": true
931
+ },
932
+ "tick": {
933
+ "visible": false
934
+ },
935
+ "label": {
936
+ "visible": true
937
+ },
938
+ "title": {
939
+ "visible": false,
940
+ "position": "center"
941
+ },
942
+ "subGrid": {
943
+ "visible": false
944
+ },
945
+ "subTick": {
946
+ "visible": false
947
+ },
948
+ "domainLine": {
949
+ "visible": false
950
+ }
951
+ }
952
+ },
953
+ "title": {
954
+ "text": {
955
+ "visible": true
956
+ },
957
+ "subtext": {
958
+ "visible": true
959
+ }
960
+ },
961
+ "tooltip": {
962
+ "panel": {},
963
+ "shape": {},
964
+ "keyLabel": {},
965
+ "titleLabel": {},
966
+ "valueLabel": {}
967
+ },
968
+ "crosshair": {
969
+ "bandField": {
970
+ "line": {
971
+ "visible": true
972
+ },
973
+ "label": {
974
+ "visible": false,
975
+ "labelBackground": {
976
+ "visible": true
977
+ }
978
+ }
979
+ },
980
+ "linearField": {
981
+ "line": {
982
+ "visible": true
983
+ },
984
+ "label": {
985
+ "visible": false,
986
+ "labelBackground": {
987
+ "visible": true
988
+ }
989
+ }
990
+ }
991
+ },
992
+ "annotation": {
993
+ "label": {
994
+ "visible": true,
995
+ "labelBackground": {
996
+ "visible": true
997
+ }
998
+ },
999
+ "markArea": {
1000
+ "area": {},
1001
+ "visible": true
1002
+ },
1003
+ "markLine": {
1004
+ "line": {},
1005
+ "visible": true
1006
+ },
1007
+ "markPoint": {
1008
+ "visible": true,
1009
+ "itemContent": {
1010
+ "symbol": {}
1011
+ }
1012
+ }
1013
+ },
1014
+ "discreteLegend": {
1015
+ "item": {
1016
+ "label": {
1017
+ "visible": true
1018
+ },
1019
+ "shape": {},
1020
+ "value": {
1021
+ "visible": true
1022
+ }
1023
+ },
1024
+ "title": {
1025
+ "align": "start",
1026
+ "visible": false
1027
+ }
1028
+ }
1029
+ }
1030
+ },
1031
+ "light": {
1032
+ "easy": {
1033
+ "line": "default",
1034
+ "radius": "default",
1035
+ "spacing": "default",
1036
+ "brandColor": "#0064fa",
1037
+ "paletteMode": "category",
1038
+ "generateCategoricalMode": "default"
1039
+ },
1040
+ "chart": {
1041
+ "bar": {
1042
+ "bar": {
1043
+ "lineWidth": {
1044
+ "type": "user",
1045
+ "label": 0,
1046
+ "value": 0,
1047
+ "width": 0
1048
+ }
1049
+ },
1050
+ "label": {
1051
+ "visible": false,
1052
+ "position": "outside"
1053
+ },
1054
+ "barWidth": "70%",
1055
+ "paddingOuter": 10,
1056
+ "barGapInGroup": "15%",
1057
+ "animationAppear": {
1058
+ "delay": {
1059
+ "type": "custom",
1060
+ "delay": 0,
1061
+ "label": "none",
1062
+ "value": "none"
1063
+ },
1064
+ "easing": "quadInOut",
1065
+ "duration": {
1066
+ "type": "custom",
1067
+ "label": "normal",
1068
+ "value": "normal",
1069
+ "duration": 800
1070
+ }
1071
+ },
1072
+ "animationUpdate": {
1073
+ "delay": {
1074
+ "type": "custom",
1075
+ "delay": 0,
1076
+ "label": "none",
1077
+ "value": "none"
1078
+ },
1079
+ "easing": "quadInOut",
1080
+ "duration": {
1081
+ "type": "custom",
1082
+ "label": "normal",
1083
+ "value": "normal",
1084
+ "duration": 800
1085
+ }
1086
+ },
1087
+ "showMaxMinWidth": false
1088
+ },
1089
+ "pie": {
1090
+ "label": {
1091
+ "line": {
1092
+ "visible": true
1093
+ },
1094
+ "visible": false,
1095
+ "position": "outside"
1096
+ },
1097
+ "stroke": {
1098
+ "type": "user",
1099
+ "group": "色板",
1100
+ "label": "follow-border",
1101
+ "value": "follow-border"
1102
+ },
1103
+ "padAngle": 0,
1104
+ "startAngle": -90,
1105
+ "outerRadius": 0.8,
1106
+ "cornerRadius": {
1107
+ "type": "custom",
1108
+ "label": "l",
1109
+ "value": "l",
1110
+ "radius": 4
1111
+ },
1112
+ "animationAppear": {
1113
+ "delay": {
1114
+ "type": "custom",
1115
+ "delay": 0,
1116
+ "label": "none",
1117
+ "value": "none"
1118
+ },
1119
+ "easing": "quadInOut",
1120
+ "duration": {
1121
+ "type": "custom",
1122
+ "label": "normal",
1123
+ "value": "normal",
1124
+ "duration": 800
1125
+ }
1126
+ },
1127
+ "animationUpdate": {
1128
+ "delay": {
1129
+ "type": "custom",
1130
+ "delay": 0,
1131
+ "label": "none",
1132
+ "value": "none"
1133
+ },
1134
+ "easing": "quadInOut",
1135
+ "duration": {
1136
+ "type": "custom",
1137
+ "label": "normal",
1138
+ "value": "normal",
1139
+ "duration": 800
1140
+ }
1141
+ }
1142
+ },
1143
+ "area": {
1144
+ "area": {
1145
+ "fill": {
1146
+ "endOffset": 100,
1147
+ "endOpacity": 0,
1148
+ "startOffset": 0,
1149
+ "startOpacity": 100
1150
+ },
1151
+ "visible": true,
1152
+ "colorGradient": true
1153
+ },
1154
+ "line": {
1155
+ "visible": true,
1156
+ "curveType": "linear",
1157
+ "lineWidth": {
1158
+ "type": "custom",
1159
+ "label": "width-2",
1160
+ "value": "width-2",
1161
+ "width": 2
1162
+ }
1163
+ },
1164
+ "label": {
1165
+ "visible": false,
1166
+ "position": "top",
1167
+ "fontColor": {
1168
+ "type": "user",
1169
+ "group": "色板",
1170
+ "label": "follow-border",
1171
+ "value": "follow-border"
1172
+ },
1173
+ "fontStyle": {
1174
+ "name": "small-regular",
1175
+ "type": "custom",
1176
+ "label": "small-regular",
1177
+ "value": "small-regular",
1178
+ "fontSize": 12,
1179
+ "fontFamily": [
1180
+ "Inter",
1181
+ "BlinkMacSystemFont",
1182
+ "Segoe UI",
1183
+ "PingFang SC",
1184
+ "Hiragino Sans GB",
1185
+ "Microsoft YaHei",
1186
+ "Helvetica Neue",
1187
+ "Helvetica",
1188
+ "Arial",
1189
+ "sans-serif"
1190
+ ],
1191
+ "fontWeight": 400,
1192
+ "lineHeight": 16
1193
+ }
1194
+ },
1195
+ "point": {
1196
+ "visible": false
1197
+ },
1198
+ "animationAppear": {
1199
+ "delay": {
1200
+ "type": "custom",
1201
+ "delay": 0,
1202
+ "label": "none",
1203
+ "value": "none"
1204
+ },
1205
+ "easing": "quadInOut",
1206
+ "duration": {
1207
+ "type": "custom",
1208
+ "label": "normal",
1209
+ "value": "normal",
1210
+ "duration": 800
1211
+ }
1212
+ },
1213
+ "animationUpdate": {
1214
+ "delay": {
1215
+ "type": "custom",
1216
+ "delay": 800,
1217
+ "label": "normal",
1218
+ "value": "normal"
1219
+ },
1220
+ "easing": "quadInOut",
1221
+ "duration": {
1222
+ "type": "custom",
1223
+ "label": "normal",
1224
+ "value": "normal",
1225
+ "duration": 800
1226
+ }
1227
+ }
1228
+ },
1229
+ "line": {
1230
+ "line": {
1231
+ "curveType": "linear",
1232
+ "lineWidth": {
1233
+ "type": "custom",
1234
+ "label": "width-2",
1235
+ "value": "width-2",
1236
+ "width": 2
1237
+ }
1238
+ },
1239
+ "point": {
1240
+ "visible": false
1241
+ },
1242
+ "animationAppear": {
1243
+ "delay": {
1244
+ "type": "custom",
1245
+ "delay": 0,
1246
+ "label": "none",
1247
+ "value": "none"
1248
+ },
1249
+ "easing": "quadInOut",
1250
+ "duration": {
1251
+ "type": "custom",
1252
+ "label": "normal",
1253
+ "value": "normal",
1254
+ "duration": 800
1255
+ }
1256
+ },
1257
+ "animationUpdate": {
1258
+ "delay": {
1259
+ "type": "custom",
1260
+ "delay": 0,
1261
+ "label": "none",
1262
+ "value": "none"
1263
+ },
1264
+ "easing": "quadInOut",
1265
+ "duration": {
1266
+ "type": "custom",
1267
+ "label": "normal",
1268
+ "value": "normal",
1269
+ "duration": 800
1270
+ }
1271
+ }
1272
+ },
1273
+ "radar": {
1274
+ "area": {
1275
+ "visible": true,
1276
+ "fillOpacity": 30
1277
+ },
1278
+ "line": {
1279
+ "visible": true,
1280
+ "curveType": "linear",
1281
+ "lineWidth": {
1282
+ "type": "custom",
1283
+ "label": "width-2",
1284
+ "value": "width-2",
1285
+ "width": 2
1286
+ }
1287
+ },
1288
+ "label": {
1289
+ "visible": false,
1290
+ "position": "top",
1291
+ "fontColor": {
1292
+ "type": "user",
1293
+ "group": "色板",
1294
+ "label": "follow-border",
1295
+ "value": "follow-border"
1296
+ },
1297
+ "fontStyle": {
1298
+ "name": "small-regular",
1299
+ "type": "custom",
1300
+ "label": "small-regular",
1301
+ "value": "small-regular",
1302
+ "fontSize": 12,
1303
+ "fontFamily": [
1304
+ "Inter",
1305
+ "BlinkMacSystemFont",
1306
+ "Segoe UI",
1307
+ "PingFang SC",
1308
+ "Hiragino Sans GB",
1309
+ "Microsoft YaHei",
1310
+ "Helvetica Neue",
1311
+ "Helvetica",
1312
+ "Arial",
1313
+ "sans-serif"
1314
+ ],
1315
+ "fontWeight": 400,
1316
+ "lineHeight": 16
1317
+ }
1318
+ },
1319
+ "point": {
1320
+ "fill": {
1321
+ "type": "user",
1322
+ "group": "色板",
1323
+ "label": "follow-border",
1324
+ "value": "follow-border"
1325
+ },
1326
+ "size": {
1327
+ "type": "user",
1328
+ "label": 6,
1329
+ "value": 6,
1330
+ "width": 6
1331
+ },
1332
+ "stroke": {
1333
+ "type": "custom",
1334
+ "color": "#ffffff",
1335
+ "group": "Bg",
1336
+ "label": "--dv-color-bg-0",
1337
+ "value": "--dv-color-bg-0"
1338
+ },
1339
+ "visible": false,
1340
+ "lineWidth": {
1341
+ "type": "custom",
1342
+ "label": "width-1",
1343
+ "value": "width-1",
1344
+ "width": 1
1345
+ },
1346
+ "symbolType": "circle"
1347
+ }
1348
+ },
1349
+ "funnel": {
1350
+ "gap": {
1351
+ "type": "custom",
1352
+ "label": "spacing-2xs",
1353
+ "space": 2,
1354
+ "value": "spacing-2xs"
1355
+ },
1356
+ "label": {
1357
+ "fill": {
1358
+ "type": "user",
1359
+ "color": "#ffffff",
1360
+ "label": "#ffffff",
1361
+ "value": "#ffffff"
1362
+ },
1363
+ "visible": true,
1364
+ "fontStyle": {
1365
+ "name": "small-regular",
1366
+ "type": "custom",
1367
+ "label": "small-regular",
1368
+ "value": "small-regular",
1369
+ "fontSize": 12,
1370
+ "fontFamily": [
1371
+ "Inter",
1372
+ "BlinkMacSystemFont",
1373
+ "Segoe UI",
1374
+ "PingFang SC",
1375
+ "Hiragino Sans GB",
1376
+ "Microsoft YaHei",
1377
+ "Helvetica Neue",
1378
+ "Helvetica",
1379
+ "Arial",
1380
+ "sans-serif"
1381
+ ],
1382
+ "fontWeight": 400,
1383
+ "lineHeight": 16
1384
+ }
1385
+ },
1386
+ "funnel": {
1387
+ "lineWidth": {
1388
+ "type": "user",
1389
+ "label": 0,
1390
+ "value": 0,
1391
+ "width": 0
1392
+ }
1393
+ },
1394
+ "transform": {
1395
+ "fill": {
1396
+ "type": "palette",
1397
+ "color": "#1c1f230d",
1398
+ "group": "Fill",
1399
+ "label": "--dv-color-fill-0",
1400
+ "value": "--dv-color-fill-0"
1401
+ },
1402
+ "lineWidth": {
1403
+ "type": "user",
1404
+ "label": 0,
1405
+ "value": 0,
1406
+ "width": 0
1407
+ }
1408
+ },
1409
+ "outerLabel": {
1410
+ "fill": {
1411
+ "type": "palette",
1412
+ "color": "#1c1f23a6",
1413
+ "group": "Text",
1414
+ "label": "--dv-color-text-2",
1415
+ "value": "--dv-color-text-2"
1416
+ },
1417
+ "line": {
1418
+ "stroke": {
1419
+ "type": "palette",
1420
+ "color": "#c6c9cdff",
1421
+ "group": "Line",
1422
+ "label": "--dv-color-line-0",
1423
+ "value": "--dv-color-line-0"
1424
+ },
1425
+ "visible": true,
1426
+ "lineWidth": {
1427
+ "type": "custom",
1428
+ "label": "width-1",
1429
+ "value": "width-1",
1430
+ "width": 1
1431
+ }
1432
+ },
1433
+ "stroke": {
1434
+ "type": "palette",
1435
+ "color": "#c6c9cdff",
1436
+ "group": "Line",
1437
+ "label": "--dv-color-line-0",
1438
+ "value": "--dv-color-line-0"
1439
+ },
1440
+ "visible": false,
1441
+ "fontStyle": {
1442
+ "name": "small-regular",
1443
+ "type": "custom",
1444
+ "label": "small-regular",
1445
+ "value": "small-regular",
1446
+ "fontSize": 12,
1447
+ "fontFamily": [
1448
+ "Inter",
1449
+ "BlinkMacSystemFont",
1450
+ "Segoe UI",
1451
+ "PingFang SC",
1452
+ "Hiragino Sans GB",
1453
+ "Microsoft YaHei",
1454
+ "Helvetica Neue",
1455
+ "Helvetica",
1456
+ "Arial",
1457
+ "sans-serif"
1458
+ ],
1459
+ "fontWeight": 400,
1460
+ "lineHeight": 16
1461
+ }
1462
+ },
1463
+ "cornerRadius": [
1464
+ {
1465
+ "type": "custom",
1466
+ "label": "l",
1467
+ "value": "l",
1468
+ "radius": 4
1469
+ },
1470
+ {
1471
+ "type": "custom",
1472
+ "label": "l",
1473
+ "value": "l",
1474
+ "radius": 4
1475
+ },
1476
+ {
1477
+ "type": "custom",
1478
+ "label": "l",
1479
+ "value": "l",
1480
+ "radius": 4
1481
+ },
1482
+ {
1483
+ "type": "custom",
1484
+ "label": "l",
1485
+ "value": "l",
1486
+ "radius": 4
1487
+ }
1488
+ ],
1489
+ "transformLabel": {
1490
+ "visible": false
1491
+ },
1492
+ "animationAppear": {
1493
+ "delay": {
1494
+ "type": "custom",
1495
+ "delay": 0,
1496
+ "label": "none",
1497
+ "value": "none"
1498
+ },
1499
+ "easing": "quadInOut",
1500
+ "duration": {
1501
+ "type": "custom",
1502
+ "label": "normal",
1503
+ "value": "normal",
1504
+ "duration": 800
1505
+ }
1506
+ },
1507
+ "animationUpdate": {
1508
+ "delay": {
1509
+ "type": "custom",
1510
+ "delay": 800,
1511
+ "label": "normal",
1512
+ "value": "normal"
1513
+ },
1514
+ "easing": "quadInOut",
1515
+ "duration": {
1516
+ "type": "custom",
1517
+ "label": "normal",
1518
+ "value": "normal",
1519
+ "duration": 800
1520
+ }
1521
+ }
1522
+ },
1523
+ "heatmap": {
1524
+ "cell": {
1525
+ "stroke": {
1526
+ "type": "custom",
1527
+ "color": "#ffffff",
1528
+ "group": "Bg",
1529
+ "label": "--dv-color-bg-0",
1530
+ "value": "--dv-color-bg-0"
1531
+ },
1532
+ "visible": true,
1533
+ "lineWidth": {
1534
+ "type": "custom",
1535
+ "label": "width-1",
1536
+ "value": "width-1",
1537
+ "width": 1
1538
+ }
1539
+ },
1540
+ "label": {
1541
+ "visible": true,
1542
+ "position": "inside",
1543
+ "fontColor": {
1544
+ "type": "palette",
1545
+ "color": "#1c1f23ff",
1546
+ "group": "Text",
1547
+ "label": "--dv-color-text-0",
1548
+ "value": "--dv-color-text-0"
1549
+ },
1550
+ "fontStyle": {
1551
+ "name": "small-regular",
1552
+ "type": "custom",
1553
+ "label": "small-regular",
1554
+ "value": "small-regular",
1555
+ "fontSize": 12,
1556
+ "fontFamily": [
1557
+ "Inter",
1558
+ "BlinkMacSystemFont",
1559
+ "Segoe UI",
1560
+ "PingFang SC",
1561
+ "Hiragino Sans GB",
1562
+ "Microsoft YaHei",
1563
+ "Helvetica Neue",
1564
+ "Helvetica",
1565
+ "Arial",
1566
+ "sans-serif"
1567
+ ],
1568
+ "fontWeight": 400,
1569
+ "lineHeight": 16
1570
+ }
1571
+ }
1572
+ },
1573
+ "scatter": {
1574
+ "label": {
1575
+ "visible": false,
1576
+ "position": "top",
1577
+ "fontColor": {
1578
+ "type": "user",
1579
+ "group": "色板",
1580
+ "label": "follow-border",
1581
+ "value": "follow-border"
1582
+ },
1583
+ "fontStyle": {
1584
+ "name": "small-regular",
1585
+ "type": "custom",
1586
+ "label": "small-regular",
1587
+ "value": "small-regular",
1588
+ "fontSize": 12,
1589
+ "fontFamily": [
1590
+ "Inter",
1591
+ "BlinkMacSystemFont",
1592
+ "Segoe UI",
1593
+ "PingFang SC",
1594
+ "Hiragino Sans GB",
1595
+ "Microsoft YaHei",
1596
+ "Helvetica Neue",
1597
+ "Helvetica",
1598
+ "Arial",
1599
+ "sans-serif"
1600
+ ],
1601
+ "fontWeight": 400,
1602
+ "lineHeight": 16
1603
+ }
1604
+ },
1605
+ "point": {
1606
+ "fill": {
1607
+ "type": "user",
1608
+ "group": "色板",
1609
+ "label": "follow-border",
1610
+ "value": "follow-border"
1611
+ },
1612
+ "size": {
1613
+ "type": "user",
1614
+ "label": 8,
1615
+ "value": 8,
1616
+ "width": 8
1617
+ },
1618
+ "stroke": {
1619
+ "type": "custom",
1620
+ "color": "#ffffff",
1621
+ "group": "Bg",
1622
+ "label": "--dv-color-bg-0",
1623
+ "value": "--dv-color-bg-0"
1624
+ },
1625
+ "visible": true,
1626
+ "lineWidth": {
1627
+ "type": "custom",
1628
+ "label": "width-1",
1629
+ "value": "width-1",
1630
+ "width": 1
1631
+ },
1632
+ "symbolType": "circle"
1633
+ }
1634
+ }
1635
+ },
1636
+ "global": {
1637
+ "font": {
1638
+ "title": {
1639
+ "name": "title",
1640
+ "type": "custom",
1641
+ "fontSize": 18,
1642
+ "fontFamily": [
1643
+ "Inter",
1644
+ "BlinkMacSystemFont",
1645
+ "Segoe UI",
1646
+ "PingFang SC",
1647
+ "Hiragino Sans GB",
1648
+ "Microsoft YaHei",
1649
+ "Helvetica Neue",
1650
+ "Helvetica",
1651
+ "Arial",
1652
+ "sans-serif"
1653
+ ],
1654
+ "fontWeight": 600,
1655
+ "lineHeight": 24
1656
+ },
1657
+ "small-regular": {
1658
+ "name": "small-regular",
1659
+ "type": "custom",
1660
+ "fontSize": 12,
1661
+ "fontFamily": [
1662
+ "Inter",
1663
+ "BlinkMacSystemFont",
1664
+ "Segoe UI",
1665
+ "PingFang SC",
1666
+ "Hiragino Sans GB",
1667
+ "Microsoft YaHei",
1668
+ "Helvetica Neue",
1669
+ "Helvetica",
1670
+ "Arial",
1671
+ "sans-serif"
1672
+ ],
1673
+ "fontWeight": 400,
1674
+ "lineHeight": 16
1675
+ },
1676
+ "small-semibold": {
1677
+ "name": "small-semibold",
1678
+ "type": "custom",
1679
+ "fontSize": 12,
1680
+ "fontFamily": [
1681
+ "Inter",
1682
+ "BlinkMacSystemFont",
1683
+ "Segoe UI",
1684
+ "PingFang SC",
1685
+ "Hiragino Sans GB",
1686
+ "Microsoft YaHei",
1687
+ "Helvetica Neue",
1688
+ "Helvetica",
1689
+ "Arial",
1690
+ "sans-serif"
1691
+ ],
1692
+ "fontWeight": 600,
1693
+ "lineHeight": 16
1694
+ },
1695
+ "paragraph-regular": {
1696
+ "name": "paragraph-regular",
1697
+ "type": "custom",
1698
+ "fontSize": 14,
1699
+ "fontFamily": [
1700
+ "Inter",
1701
+ "BlinkMacSystemFont",
1702
+ "Segoe UI",
1703
+ "PingFang SC",
1704
+ "Hiragino Sans GB",
1705
+ "Microsoft YaHei",
1706
+ "Helvetica Neue",
1707
+ "Helvetica",
1708
+ "Arial",
1709
+ "sans-serif"
1710
+ ],
1711
+ "fontWeight": 400,
1712
+ "lineHeight": 20
1713
+ },
1714
+ "paragraph-semibold": {
1715
+ "name": "paragraph-semibold",
1716
+ "type": "custom",
1717
+ "fontSize": 14,
1718
+ "fontFamily": [
1719
+ "Inter",
1720
+ "BlinkMacSystemFont",
1721
+ "Segoe UI",
1722
+ "PingFang SC",
1723
+ "Hiragino Sans GB",
1724
+ "Microsoft YaHei",
1725
+ "Helvetica Neue",
1726
+ "Helvetica",
1727
+ "Arial",
1728
+ "sans-serif"
1729
+ ],
1730
+ "fontWeight": 600,
1731
+ "lineHeight": 20
1732
+ }
1733
+ },
1734
+ "color": {
1735
+ "--dv-color-bg-0": {
1736
+ "type": "custom",
1737
+ "custom": "#ffffff"
1738
+ },
1739
+ "--dv-color-info": {
1740
+ "type": "palette",
1741
+ "palette": {
1742
+ "alpha": 1,
1743
+ "paletteName": "blue",
1744
+ "paletteIndex": 5
1745
+ }
1746
+ },
1747
+ "--dv-color-danger": {
1748
+ "type": "palette",
1749
+ "palette": {
1750
+ "alpha": 1,
1751
+ "paletteName": "red",
1752
+ "paletteIndex": 5
1753
+ }
1754
+ },
1755
+ "--dv-color-fill-0": {
1756
+ "type": "palette",
1757
+ "palette": {
1758
+ "alpha": 0.05,
1759
+ "paletteName": "grey",
1760
+ "paletteIndex": 9
1761
+ }
1762
+ },
1763
+ "--dv-color-line-0": {
1764
+ "type": "palette",
1765
+ "palette": {
1766
+ "alpha": 1,
1767
+ "paletteName": "grey",
1768
+ "paletteIndex": 2
1769
+ }
1770
+ },
1771
+ "--dv-color-line-1": {
1772
+ "type": "palette",
1773
+ "palette": {
1774
+ "alpha": 1,
1775
+ "paletteName": "grey",
1776
+ "paletteIndex": 4
1777
+ }
1778
+ },
1779
+ "--dv-color-text-0": {
1780
+ "type": "palette",
1781
+ "palette": {
1782
+ "alpha": 1,
1783
+ "paletteName": "grey",
1784
+ "paletteIndex": 9
1785
+ }
1786
+ },
1787
+ "--dv-color-text-1": {
1788
+ "type": "palette",
1789
+ "palette": {
1790
+ "alpha": 0.8,
1791
+ "paletteName": "grey",
1792
+ "paletteIndex": 9
1793
+ }
1794
+ },
1795
+ "--dv-color-text-2": {
1796
+ "type": "palette",
1797
+ "palette": {
1798
+ "alpha": 0.65,
1799
+ "paletteName": "grey",
1800
+ "paletteIndex": 9
1801
+ }
1802
+ },
1803
+ "--dv-color-text-3": {
1804
+ "type": "palette",
1805
+ "palette": {
1806
+ "alpha": 0.35,
1807
+ "paletteName": "grey",
1808
+ "paletteIndex": 9
1809
+ }
1810
+ },
1811
+ "--dv-color-success": {
1812
+ "type": "palette",
1813
+ "palette": {
1814
+ "alpha": 1,
1815
+ "paletteName": "green",
1816
+ "paletteIndex": 5
1817
+ }
1818
+ },
1819
+ "--dv-color-warning": {
1820
+ "type": "palette",
1821
+ "palette": {
1822
+ "alpha": 1,
1823
+ "paletteName": "orange",
1824
+ "paletteIndex": 5
1825
+ }
1826
+ },
1827
+ "--dv-color-info-hover": {
1828
+ "type": "palette",
1829
+ "palette": {
1830
+ "alpha": 1,
1831
+ "paletteName": "blue",
1832
+ "paletteIndex": 6
1833
+ }
1834
+ },
1835
+ "--dv-color-info-active": {
1836
+ "type": "palette",
1837
+ "palette": {
1838
+ "alpha": 1,
1839
+ "paletteName": "blue",
1840
+ "paletteIndex": 7
1841
+ }
1842
+ },
1843
+ "--dv-color-danger-hover": {
1844
+ "type": "palette",
1845
+ "palette": {
1846
+ "alpha": 1,
1847
+ "paletteName": "red",
1848
+ "paletteIndex": 6
1849
+ }
1850
+ },
1851
+ "--dv-color-sequential-0": {
1852
+ "type": "custom",
1853
+ "custom": "#eaf4ff"
1854
+ },
1855
+ "--dv-color-sequential-1": {
1856
+ "type": "custom",
1857
+ "custom": "#cbe3fe"
1858
+ },
1859
+ "--dv-color-sequential-2": {
1860
+ "type": "custom",
1861
+ "custom": "#98c5fd"
1862
+ },
1863
+ "--dv-color-sequential-3": {
1864
+ "type": "custom",
1865
+ "custom": "#65a6fc"
1866
+ },
1867
+ "--dv-color-sequential-4": {
1868
+ "type": "custom",
1869
+ "custom": "#3286fb"
1870
+ },
1871
+ "--dv-color-sequential-5": {
1872
+ "type": "custom",
1873
+ "custom": "#0064fa"
1874
+ },
1875
+ "--dv-color-sequential-6": {
1876
+ "type": "custom",
1877
+ "custom": "#0052d6"
1878
+ },
1879
+ "--dv-color-sequential-7": {
1880
+ "type": "custom",
1881
+ "custom": "#0041b3"
1882
+ },
1883
+ "--dv-color-sequential-8": {
1884
+ "type": "custom",
1885
+ "custom": "#00328f"
1886
+ },
1887
+ "--dv-color-sequential-9": {
1888
+ "type": "custom",
1889
+ "custom": "#00246b"
1890
+ },
1891
+ "--dv-color-categorical-0": {
1892
+ "type": "custom",
1893
+ "custom": "#28303b"
1894
+ },
1895
+ "--dv-color-categorical-1": {
1896
+ "type": "custom",
1897
+ "custom": "#54D1CD"
1898
+ },
1899
+ "--dv-color-categorical-2": {
1900
+ "type": "custom",
1901
+ "custom": "#A573DE"
1902
+ },
1903
+ "--dv-color-categorical-3": {
1904
+ "type": "custom",
1905
+ "custom": "#FF8426"
1906
+ },
1907
+ "--dv-color-categorical-4": {
1908
+ "type": "custom",
1909
+ "custom": "#FAD55C"
1910
+ },
1911
+ "--dv-color-categorical-5": {
1912
+ "type": "custom",
1913
+ "custom": "#E65E77"
1914
+ },
1915
+ "--dv-color-categorical-6": {
1916
+ "type": "custom",
1917
+ "custom": "#66C6FF"
1918
+ },
1919
+ "--dv-color-categorical-7": {
1920
+ "type": "custom",
1921
+ "custom": "#DA85E0"
1922
+ },
1923
+ "--dv-color-categorical-8": {
1924
+ "type": "custom",
1925
+ "custom": "#2CA6C5"
1926
+ },
1927
+ "--dv-color-categorical-9": {
1928
+ "type": "custom",
1929
+ "custom": "#A6D374"
1930
+ },
1931
+ "--dv-color-danger-active": {
1932
+ "type": "palette",
1933
+ "palette": {
1934
+ "alpha": 1,
1935
+ "paletteName": "red",
1936
+ "paletteIndex": 7
1937
+ }
1938
+ },
1939
+ "--dv-color-info-disabled": {
1940
+ "type": "palette",
1941
+ "palette": {
1942
+ "alpha": 1,
1943
+ "paletteName": "blue",
1944
+ "paletteIndex": 8
1945
+ }
1946
+ },
1947
+ "--dv-color-success-hover": {
1948
+ "type": "palette",
1949
+ "palette": {
1950
+ "alpha": 1,
1951
+ "paletteName": "green",
1952
+ "paletteIndex": 6
1953
+ }
1954
+ },
1955
+ "--dv-color-warning-hover": {
1956
+ "type": "palette",
1957
+ "palette": {
1958
+ "alpha": 1,
1959
+ "paletteName": "orange",
1960
+ "paletteIndex": 6
1961
+ }
1962
+ },
1963
+ "--dv-color-success-active": {
1964
+ "type": "palette",
1965
+ "palette": {
1966
+ "alpha": 1,
1967
+ "paletteName": "green",
1968
+ "paletteIndex": 7
1969
+ }
1970
+ },
1971
+ "--dv-color-warning-active": {
1972
+ "type": "palette",
1973
+ "palette": {
1974
+ "alpha": 1,
1975
+ "paletteName": "orange",
1976
+ "paletteIndex": 7
1977
+ }
1978
+ },
1979
+ "--dv-color-danger-disabled": {
1980
+ "type": "palette",
1981
+ "palette": {
1982
+ "alpha": 1,
1983
+ "paletteName": "red",
1984
+ "paletteIndex": 2
1985
+ }
1986
+ },
1987
+ "--dv-color-success-disabled": {
1988
+ "type": "palette",
1989
+ "palette": {
1990
+ "alpha": 1,
1991
+ "paletteName": "green",
1992
+ "paletteIndex": 2
1993
+ }
1994
+ },
1995
+ "--dv-color-warning-disabled": {
1996
+ "type": "palette",
1997
+ "palette": {
1998
+ "alpha": 1,
1999
+ "paletteName": "orange",
2000
+ "paletteIndex": 2
2001
+ }
2002
+ }
2003
+ },
2004
+ "round": {
2005
+ "l": {
2006
+ "name": "l",
2007
+ "type": "custom",
2008
+ "value": "4px"
2009
+ },
2010
+ "m": {
2011
+ "name": "m",
2012
+ "type": "custom",
2013
+ "value": "2px"
2014
+ },
2015
+ "s": {
2016
+ "name": "s",
2017
+ "type": "custom",
2018
+ "value": "1px"
2019
+ },
2020
+ "xl": {
2021
+ "name": "xl",
2022
+ "type": "custom",
2023
+ "value": "6px"
2024
+ },
2025
+ "xs": {
2026
+ "name": "xs",
2027
+ "type": "custom",
2028
+ "value": "0px"
2029
+ }
2030
+ },
2031
+ "palette": {
2032
+ "red": [
2033
+ "#fef3ed",
2034
+ "#fedfd2",
2035
+ "#fdbca5",
2036
+ "#fb9778",
2037
+ "#fa6f4c",
2038
+ "#f94520",
2039
+ "#d52f15",
2040
+ "#b21d0c",
2041
+ "#8e0f05",
2042
+ "#6a0501"
2043
+ ],
2044
+ "blue": [
2045
+ "#eaf5ff",
2046
+ "#cbe6fe",
2047
+ "#98cbfd",
2048
+ "#65affc",
2049
+ "#3292fb",
2050
+ "#0073fa",
2051
+ "#005fd6",
2052
+ "#004cb3",
2053
+ "#003b8f",
2054
+ "#002a6b"
2055
+ ],
2056
+ "cyan": [
2057
+ "#e5f7f8",
2058
+ "#c2eef0",
2059
+ "#8adbe2",
2060
+ "#58c8d3",
2061
+ "#2cb4c5",
2062
+ "#05a0b6",
2063
+ "#038398",
2064
+ "#016679",
2065
+ "#004b5b",
2066
+ "#00313d"
2067
+ ],
2068
+ "grey": [
2069
+ "#f9f9f9",
2070
+ "#e6e8ea",
2071
+ "#c6c9cd",
2072
+ "#a7aab0",
2073
+ "#888c92",
2074
+ "#6b6f75",
2075
+ "#555a61",
2076
+ "#41454c",
2077
+ "#2e3138",
2078
+ "#1c1f23"
2079
+ ],
2080
+ "lime": [
2081
+ "#f1fae6",
2082
+ "#e0f6c5",
2083
+ "#c6ed8e",
2084
+ "#b0e35b",
2085
+ "#9eda2c",
2086
+ "#90d100",
2087
+ "#75ae00",
2088
+ "#5b8b00",
2089
+ "#436800",
2090
+ "#2b4600"
2091
+ ],
2092
+ "pink": [
2093
+ "#fdeced",
2094
+ "#fbcfd4",
2095
+ "#f6a0ad",
2096
+ "#f2738a",
2097
+ "#ed486b",
2098
+ "#e91e50",
2099
+ "#c51345",
2100
+ "#a20b3a",
2101
+ "#7e052f",
2102
+ "#5a0123"
2103
+ ],
2104
+ "teal": [
2105
+ "#e4f7f6",
2106
+ "#c0f0ec",
2107
+ "#87e1dc",
2108
+ "#54d1cd",
2109
+ "#27c2bf",
2110
+ "#00b3b2",
2111
+ "#009495",
2112
+ "#007477",
2113
+ "#00565a",
2114
+ "#00383c"
2115
+ ],
2116
+ "amber": [
2117
+ "#fefceb",
2118
+ "#fcf8ce",
2119
+ "#f9ee9e",
2120
+ "#f6e26f",
2121
+ "#f3d241",
2122
+ "#f0c014",
2123
+ "#c8960f",
2124
+ "#a0700a",
2125
+ "#784e06",
2126
+ "#503003"
2127
+ ],
2128
+ "brand": [
2129
+ "#eaf4ff",
2130
+ "#cbe3fe",
2131
+ "#98c5fd",
2132
+ "#65a6fc",
2133
+ "#3286fb",
2134
+ "#0064fa",
2135
+ "#0052d6",
2136
+ "#0041b3",
2137
+ "#00328f",
2138
+ "#00246b"
2139
+ ],
2140
+ "green": [
2141
+ "#ecf7ed",
2142
+ "#d0f0d3",
2143
+ "#a4e1ab",
2144
+ "#7dd188",
2145
+ "#5ac26a",
2146
+ "#3bb34f",
2147
+ "#309542",
2148
+ "#257735",
2149
+ "#1b5a28",
2150
+ "#113c1b"
2151
+ ],
2152
+ "indigo": [
2153
+ "#eceff8",
2154
+ "#d1d7f0",
2155
+ "#a7b1e1",
2156
+ "#808dd3",
2157
+ "#5e6bc4",
2158
+ "#3f4db5",
2159
+ "#333ea1",
2160
+ "#28318c",
2161
+ "#1f2578",
2162
+ "#171b63"
2163
+ ],
2164
+ "orange": [
2165
+ "#fff9ea",
2166
+ "#fef0cc",
2167
+ "#fede98",
2168
+ "#fdc965",
2169
+ "#fdb133",
2170
+ "#fc9500",
2171
+ "#d27200",
2172
+ "#a85300",
2173
+ "#7e3800",
2174
+ "#542100"
2175
+ ],
2176
+ "purple": [
2177
+ "#f7e9f6",
2178
+ "#f0cbee",
2179
+ "#e19be0",
2180
+ "#cf70d1",
2181
+ "#bc4ac2",
2182
+ "#a728b3",
2183
+ "#8f1f9f",
2184
+ "#79178a",
2185
+ "#631076",
2186
+ "#4e0a61"
2187
+ ],
2188
+ "violet": [
2189
+ "#f4edf9",
2190
+ "#e4d1f4",
2191
+ "#c7a7e9",
2192
+ "#ab7fdd",
2193
+ "#8e5bd2",
2194
+ "#723ac7",
2195
+ "#5f2fb3",
2196
+ "#4d259e",
2197
+ "#3c1c8a",
2198
+ "#2e1475"
2199
+ ],
2200
+ "yellow": [
2201
+ "#fffeea",
2202
+ "#fefbcb",
2203
+ "#fdf498",
2204
+ "#fcea65",
2205
+ "#fbdc32",
2206
+ "#facb00",
2207
+ "#d0ad00",
2208
+ "#a78d00",
2209
+ "#7d6c00",
2210
+ "#534900"
2211
+ ],
2212
+ "light-blue": [
2213
+ "#e9f7fd",
2214
+ "#c9eafc",
2215
+ "#95d5f8",
2216
+ "#62bef5",
2217
+ "#30a6f1",
2218
+ "#008dee",
2219
+ "#0074ca",
2220
+ "#005da7",
2221
+ "#004783",
2222
+ "#00325f"
2223
+ ],
2224
+ "light-green": [
2225
+ "#f3f8ec",
2226
+ "#e2f0d0",
2227
+ "#c6e2a5",
2228
+ "#abd37e",
2229
+ "#91c55b",
2230
+ "#78b63c",
2231
+ "#629830",
2232
+ "#4c7926",
2233
+ "#375b1b",
2234
+ "#243d12"
2235
+ ]
2236
+ },
2237
+ "spacing": {
2238
+ "spacing-l": {
2239
+ "name": "spacing-l",
2240
+ "type": "custom",
2241
+ "value": 16
2242
+ },
2243
+ "spacing-m": {
2244
+ "name": "spacing-m",
2245
+ "type": "custom",
2246
+ "value": 12
2247
+ },
2248
+ "spacing-s": {
2249
+ "name": "spacing-s",
2250
+ "type": "custom",
2251
+ "value": 8
2252
+ },
2253
+ "spacing-xl": {
2254
+ "name": "spacing-xl",
2255
+ "type": "custom",
2256
+ "value": 20
2257
+ },
2258
+ "spacing-xs": {
2259
+ "name": "spacing-xs",
2260
+ "type": "custom",
2261
+ "value": 4
2262
+ },
2263
+ "spacing-2xl": {
2264
+ "name": "spacing-2xl",
2265
+ "type": "custom",
2266
+ "value": 24
2267
+ },
2268
+ "spacing-2xs": {
2269
+ "name": "spacing-2xs",
2270
+ "type": "custom",
2271
+ "value": 2
2272
+ }
2273
+ },
2274
+ "lineDash": {
2275
+ "dash-0": {
2276
+ "name": "dash-0",
2277
+ "type": "custom",
2278
+ "value": [
2279
+ 2,
2280
+ 2
2281
+ ]
2282
+ },
2283
+ "dash-1": {
2284
+ "name": "dash-1",
2285
+ "type": "custom",
2286
+ "value": [
2287
+ 4,
2288
+ 4
2289
+ ]
2290
+ }
2291
+ },
2292
+ "lineWidth": {
2293
+ "width-0": {
2294
+ "name": "width-0",
2295
+ "type": "custom",
2296
+ "value": 0.5
2297
+ },
2298
+ "width-1": {
2299
+ "name": "width-1",
2300
+ "type": "custom",
2301
+ "value": 1
2302
+ },
2303
+ "width-2": {
2304
+ "name": "width-2",
2305
+ "type": "custom",
2306
+ "value": 2
2307
+ }
2308
+ },
2309
+ "brandColor": "#0064fa",
2310
+ "fontGlobal": {
2311
+ "fontSize": 14,
2312
+ "fontFamily": [
2313
+ "Inter",
2314
+ "BlinkMacSystemFont",
2315
+ "Segoe UI",
2316
+ "PingFang SC",
2317
+ "Hiragino Sans GB",
2318
+ "Microsoft YaHei",
2319
+ "Helvetica Neue",
2320
+ "Helvetica",
2321
+ "Arial",
2322
+ "sans-serif"
2323
+ ],
2324
+ "lineMultiple": 1.4
2325
+ },
2326
+ "paletteMode": "categorical",
2327
+ "animationDelay": {
2328
+ "fast": {
2329
+ "name": "fast",
2330
+ "type": "custom",
2331
+ "value": 180
2332
+ },
2333
+ "none": {
2334
+ "name": "none",
2335
+ "type": "custom",
2336
+ "value": 0
2337
+ },
2338
+ "slow": {
2339
+ "name": "slow",
2340
+ "type": "custom",
2341
+ "value": 1000
2342
+ },
2343
+ "faster": {
2344
+ "name": "faster",
2345
+ "type": "custom",
2346
+ "value": 120
2347
+ },
2348
+ "normal": {
2349
+ "name": "normal",
2350
+ "type": "custom",
2351
+ "value": 800
2352
+ },
2353
+ "slower": {
2354
+ "name": "slower",
2355
+ "type": "custom",
2356
+ "value": 1200
2357
+ },
2358
+ "fastest": {
2359
+ "name": "fastest",
2360
+ "type": "custom",
2361
+ "value": 90
2362
+ },
2363
+ "slowest": {
2364
+ "name": "slowest",
2365
+ "type": "custom",
2366
+ "value": 1800
2367
+ }
2368
+ },
2369
+ "animationDuration": {
2370
+ "fast": {
2371
+ "name": "fast",
2372
+ "type": "custom",
2373
+ "value": 180
2374
+ },
2375
+ "none": {
2376
+ "name": "none",
2377
+ "type": "custom",
2378
+ "value": 0
2379
+ },
2380
+ "slow": {
2381
+ "name": "slow",
2382
+ "type": "custom",
2383
+ "value": 1000
2384
+ },
2385
+ "faster": {
2386
+ "name": "faster",
2387
+ "type": "custom",
2388
+ "value": 120
2389
+ },
2390
+ "normal": {
2391
+ "name": "normal",
2392
+ "type": "custom",
2393
+ "value": 800
2394
+ },
2395
+ "slower": {
2396
+ "name": "slower",
2397
+ "type": "custom",
2398
+ "value": 1200
2399
+ },
2400
+ "fastest": {
2401
+ "name": "fastest",
2402
+ "type": "custom",
2403
+ "value": 90
2404
+ },
2405
+ "slowest": {
2406
+ "name": "slowest",
2407
+ "type": "custom",
2408
+ "value": 1800
2409
+ }
2410
+ },
2411
+ "generateCategoricalMode": "default"
2412
+ },
2413
+ "element": {
2414
+ "axis": {
2415
+ "x": {
2416
+ "grid": {
2417
+ "visible": false
2418
+ },
2419
+ "tick": {
2420
+ "stroke": {
2421
+ "type": "palette",
2422
+ "color": "#c6c9cdff",
2423
+ "group": "Line",
2424
+ "label": "--dv-color-line-0",
2425
+ "value": "--dv-color-line-0"
2426
+ },
2427
+ "visible": true,
2428
+ "lineWidth": {
2429
+ "type": "custom",
2430
+ "label": "width-1",
2431
+ "value": "width-1",
2432
+ "width": 1
2433
+ }
2434
+ },
2435
+ "label": {
2436
+ "space": {
2437
+ "type": "custom",
2438
+ "label": "spacing-s",
2439
+ "space": 8,
2440
+ "value": "spacing-s"
2441
+ },
2442
+ "visible": true,
2443
+ "fontColor": {
2444
+ "type": "palette",
2445
+ "color": "#1c1f23a6",
2446
+ "group": "Text",
2447
+ "label": "--dv-color-text-2",
2448
+ "value": "--dv-color-text-2"
2449
+ },
2450
+ "fontStyle": {
2451
+ "name": "small-regular",
2452
+ "type": "custom",
2453
+ "label": "small-regular",
2454
+ "value": "small-regular",
2455
+ "fontSize": 12,
2456
+ "fontFamily": [
2457
+ "Inter",
2458
+ "BlinkMacSystemFont",
2459
+ "Segoe UI",
2460
+ "PingFang SC",
2461
+ "Hiragino Sans GB",
2462
+ "Microsoft YaHei",
2463
+ "Helvetica Neue",
2464
+ "Helvetica",
2465
+ "Arial",
2466
+ "sans-serif"
2467
+ ],
2468
+ "fontWeight": 400,
2469
+ "lineHeight": 16
2470
+ }
2471
+ },
2472
+ "title": {
2473
+ "visible": false,
2474
+ "position": "center"
2475
+ },
2476
+ "subGrid": {
2477
+ "visible": false
2478
+ },
2479
+ "subTick": {
2480
+ "visible": false
2481
+ },
2482
+ "domainLine": {
2483
+ "stroke": {
2484
+ "type": "palette",
2485
+ "color": "#c6c9cdff",
2486
+ "group": "Line",
2487
+ "label": "--dv-color-line-0",
2488
+ "value": "--dv-color-line-0"
2489
+ },
2490
+ "visible": true,
2491
+ "lineWidth": {
2492
+ "type": "custom",
2493
+ "label": "width-1",
2494
+ "value": "width-1",
2495
+ "width": 1
2496
+ }
2497
+ }
2498
+ },
2499
+ "y": {
2500
+ "grid": {
2501
+ "stroke": {
2502
+ "type": "palette",
2503
+ "color": "#c6c9cdff",
2504
+ "group": "Line",
2505
+ "label": "--dv-color-line-0",
2506
+ "value": "--dv-color-line-0"
2507
+ },
2508
+ "visible": true,
2509
+ "lineDash": {
2510
+ "dash": [
2511
+ 2,
2512
+ 2
2513
+ ],
2514
+ "type": "custom",
2515
+ "label": "dash-0",
2516
+ "value": "dash-0"
2517
+ },
2518
+ "lineWidth": {
2519
+ "type": "custom",
2520
+ "label": "width-1",
2521
+ "value": "width-1",
2522
+ "width": 1
2523
+ }
2524
+ },
2525
+ "tick": {
2526
+ "visible": false
2527
+ },
2528
+ "label": {
2529
+ "space": {
2530
+ "type": "custom",
2531
+ "label": "spacing-m",
2532
+ "space": 12,
2533
+ "value": "spacing-m"
2534
+ },
2535
+ "visible": true,
2536
+ "fontColor": {
2537
+ "type": "palette",
2538
+ "color": "#1c1f23a6",
2539
+ "group": "Text",
2540
+ "label": "--dv-color-text-2",
2541
+ "value": "--dv-color-text-2"
2542
+ },
2543
+ "fontStyle": {
2544
+ "name": "small-regular",
2545
+ "type": "custom",
2546
+ "label": "small-regular",
2547
+ "value": "small-regular",
2548
+ "fontSize": 12,
2549
+ "fontFamily": [
2550
+ "Inter",
2551
+ "BlinkMacSystemFont",
2552
+ "Segoe UI",
2553
+ "PingFang SC",
2554
+ "Hiragino Sans GB",
2555
+ "Microsoft YaHei",
2556
+ "Helvetica Neue",
2557
+ "Helvetica",
2558
+ "Arial",
2559
+ "sans-serif"
2560
+ ],
2561
+ "fontWeight": 400,
2562
+ "lineHeight": 16
2563
+ }
2564
+ },
2565
+ "title": {
2566
+ "visible": false,
2567
+ "position": "center"
2568
+ },
2569
+ "subGrid": {
2570
+ "visible": false
2571
+ },
2572
+ "subTick": {
2573
+ "visible": false
2574
+ },
2575
+ "domainLine": {
2576
+ "visible": false
2577
+ }
2578
+ }
2579
+ },
2580
+ "polar": {
2581
+ "sync": false,
2582
+ "angle": {
2583
+ "grid": {
2584
+ "stroke": {
2585
+ "type": "palette",
2586
+ "color": "#c6c9cdff",
2587
+ "group": "Line",
2588
+ "label": "--dv-color-line-0",
2589
+ "value": "--dv-color-line-0"
2590
+ },
2591
+ "visible": true,
2592
+ "lineDash": {
2593
+ "dash": [
2594
+ 2,
2595
+ 2
2596
+ ],
2597
+ "type": "custom",
2598
+ "label": "dash-0",
2599
+ "value": "dash-0"
2600
+ },
2601
+ "lineWidth": {
2602
+ "type": "custom",
2603
+ "label": "width-1",
2604
+ "value": "width-1",
2605
+ "width": 1
2606
+ }
2607
+ },
2608
+ "tick": {
2609
+ "visible": false
2610
+ },
2611
+ "label": {
2612
+ "space": {
2613
+ "type": "custom",
2614
+ "label": "spacing-m",
2615
+ "space": 12,
2616
+ "value": "spacing-m"
2617
+ },
2618
+ "visible": true,
2619
+ "fontColor": {
2620
+ "type": "palette",
2621
+ "color": "#1c1f23a6",
2622
+ "group": "Text",
2623
+ "label": "--dv-color-text-2",
2624
+ "value": "--dv-color-text-2"
2625
+ },
2626
+ "fontStyle": {
2627
+ "name": "small-regular",
2628
+ "type": "custom",
2629
+ "label": "small-regular",
2630
+ "value": "small-regular",
2631
+ "fontSize": 12,
2632
+ "fontFamily": [
2633
+ "Inter",
2634
+ "BlinkMacSystemFont",
2635
+ "Segoe UI",
2636
+ "PingFang SC",
2637
+ "Hiragino Sans GB",
2638
+ "Microsoft YaHei",
2639
+ "Helvetica Neue",
2640
+ "Helvetica",
2641
+ "Arial",
2642
+ "sans-serif"
2643
+ ],
2644
+ "fontWeight": 400,
2645
+ "lineHeight": 16
2646
+ }
2647
+ },
2648
+ "title": {
2649
+ "visible": false,
2650
+ "position": "center"
2651
+ },
2652
+ "subGrid": {
2653
+ "visible": false
2654
+ },
2655
+ "subTick": {
2656
+ "visible": false
2657
+ },
2658
+ "domainLine": {
2659
+ "stroke": {
2660
+ "type": "palette",
2661
+ "color": "#c6c9cdff",
2662
+ "group": "Line",
2663
+ "label": "--dv-color-line-0",
2664
+ "value": "--dv-color-line-0"
2665
+ },
2666
+ "visible": true,
2667
+ "lineWidth": {
2668
+ "type": "custom",
2669
+ "label": "width-1",
2670
+ "value": "width-1",
2671
+ "width": 1
2672
+ }
2673
+ }
2674
+ },
2675
+ "radius": {
2676
+ "grid": {
2677
+ "visible": false
2678
+ },
2679
+ "tick": {
2680
+ "stroke": {
2681
+ "type": "palette",
2682
+ "color": "#c6c9cdff",
2683
+ "group": "Line",
2684
+ "label": "--dv-color-line-0",
2685
+ "value": "--dv-color-line-0"
2686
+ },
2687
+ "visible": true,
2688
+ "lineWidth": {
2689
+ "type": "custom",
2690
+ "label": "width-1",
2691
+ "value": "width-1",
2692
+ "width": 1
2693
+ }
2694
+ },
2695
+ "label": {
2696
+ "space": {
2697
+ "type": "custom",
2698
+ "label": "spacing-s",
2699
+ "space": 8,
2700
+ "value": "spacing-s"
2701
+ },
2702
+ "visible": true,
2703
+ "fontColor": {
2704
+ "type": "palette",
2705
+ "color": "#1c1f23a6",
2706
+ "group": "Text",
2707
+ "label": "--dv-color-text-2",
2708
+ "value": "--dv-color-text-2"
2709
+ },
2710
+ "fontStyle": {
2711
+ "name": "small-regular",
2712
+ "type": "custom",
2713
+ "label": "small-regular",
2714
+ "value": "small-regular",
2715
+ "fontSize": 12,
2716
+ "fontFamily": [
2717
+ "Inter",
2718
+ "BlinkMacSystemFont",
2719
+ "Segoe UI",
2720
+ "PingFang SC",
2721
+ "Hiragino Sans GB",
2722
+ "Microsoft YaHei",
2723
+ "Helvetica Neue",
2724
+ "Helvetica",
2725
+ "Arial",
2726
+ "sans-serif"
2727
+ ],
2728
+ "fontWeight": 400,
2729
+ "lineHeight": 16
2730
+ }
2731
+ },
2732
+ "title": {
2733
+ "visible": false,
2734
+ "position": "center"
2735
+ },
2736
+ "subGrid": {
2737
+ "visible": false
2738
+ },
2739
+ "subTick": {
2740
+ "visible": false
2741
+ },
2742
+ "domainLine": {
2743
+ "stroke": {
2744
+ "type": "palette",
2745
+ "color": "#c6c9cdff",
2746
+ "group": "Line",
2747
+ "label": "--dv-color-line-0",
2748
+ "value": "--dv-color-line-0"
2749
+ },
2750
+ "visible": true,
2751
+ "lineWidth": {
2752
+ "type": "custom",
2753
+ "label": "width-1",
2754
+ "value": "width-1",
2755
+ "width": 1
2756
+ }
2757
+ }
2758
+ }
2759
+ },
2760
+ "title": {
2761
+ "text": {
2762
+ "visible": true,
2763
+ "fontColor": {
2764
+ "type": "palette",
2765
+ "color": "#1c1f23ff",
2766
+ "group": "Text",
2767
+ "label": "--dv-color-text-0",
2768
+ "value": "--dv-color-text-0"
2769
+ },
2770
+ "fontStyle": {
2771
+ "name": "title",
2772
+ "type": "custom",
2773
+ "label": "title",
2774
+ "value": "title",
2775
+ "fontSize": 18,
2776
+ "fontFamily": [
2777
+ "Inter",
2778
+ "BlinkMacSystemFont",
2779
+ "Segoe UI",
2780
+ "PingFang SC",
2781
+ "Hiragino Sans GB",
2782
+ "Microsoft YaHei",
2783
+ "Helvetica Neue",
2784
+ "Helvetica",
2785
+ "Arial",
2786
+ "sans-serif"
2787
+ ],
2788
+ "fontWeight": 600,
2789
+ "lineHeight": 24
2790
+ }
2791
+ },
2792
+ "subtext": {
2793
+ "visible": true,
2794
+ "fontColor": {
2795
+ "type": "palette",
2796
+ "color": "#1c1f2359",
2797
+ "group": "Text",
2798
+ "label": "--dv-color-text-3",
2799
+ "value": "--dv-color-text-3"
2800
+ },
2801
+ "fontStyle": {
2802
+ "name": "paragraph-regular",
2803
+ "type": "custom",
2804
+ "label": "paragraph-regular",
2805
+ "value": "paragraph-regular",
2806
+ "fontSize": 14,
2807
+ "fontFamily": [
2808
+ "Inter",
2809
+ "BlinkMacSystemFont",
2810
+ "Segoe UI",
2811
+ "PingFang SC",
2812
+ "Hiragino Sans GB",
2813
+ "Microsoft YaHei",
2814
+ "Helvetica Neue",
2815
+ "Helvetica",
2816
+ "Arial",
2817
+ "sans-serif"
2818
+ ],
2819
+ "fontWeight": 400,
2820
+ "lineHeight": 20
2821
+ }
2822
+ }
2823
+ },
2824
+ "tooltip": {
2825
+ "panel": {
2826
+ "border": {
2827
+ "color": {
2828
+ "type": "palette",
2829
+ "color": "#c6c9cdff",
2830
+ "group": "Line",
2831
+ "label": "--dv-color-line-0",
2832
+ "value": "--dv-color-line-0"
2833
+ },
2834
+ "width": {
2835
+ "type": "custom",
2836
+ "label": "width-0",
2837
+ "value": "width-0",
2838
+ "width": 0.5
2839
+ }
2840
+ },
2841
+ "padding": {
2842
+ "top": {
2843
+ "type": "custom",
2844
+ "label": "spacing-m",
2845
+ "space": 12,
2846
+ "value": "spacing-m"
2847
+ },
2848
+ "left": {
2849
+ "type": "custom",
2850
+ "label": "spacing-m",
2851
+ "space": 12,
2852
+ "value": "spacing-m"
2853
+ },
2854
+ "right": {
2855
+ "type": "custom",
2856
+ "label": "spacing-m",
2857
+ "space": 12,
2858
+ "value": "spacing-m"
2859
+ },
2860
+ "bottom": {
2861
+ "type": "custom",
2862
+ "label": "spacing-m",
2863
+ "space": 12,
2864
+ "value": "spacing-m"
2865
+ }
2866
+ },
2867
+ "borderRadius": {
2868
+ "type": "custom",
2869
+ "label": "l",
2870
+ "value": "l",
2871
+ "radius": 4
2872
+ },
2873
+ "backgroundColor": {
2874
+ "type": "custom",
2875
+ "color": "#ffffff",
2876
+ "group": "Bg",
2877
+ "label": "--dv-color-bg-0",
2878
+ "value": "--dv-color-bg-0"
2879
+ }
2880
+ },
2881
+ "shape": {
2882
+ "spacing": {
2883
+ "type": "custom",
2884
+ "label": "spacing-xs",
2885
+ "space": 4,
2886
+ "value": "spacing-xs"
2887
+ }
2888
+ },
2889
+ "keyLabel": {
2890
+ "spacing": {
2891
+ "type": "custom",
2892
+ "label": "spacing-xl",
2893
+ "space": 20,
2894
+ "value": "spacing-xl"
2895
+ },
2896
+ "fontColor": {
2897
+ "type": "palette",
2898
+ "color": "#1c1f23a6",
2899
+ "group": "Text",
2900
+ "label": "--dv-color-text-2",
2901
+ "value": "--dv-color-text-2"
2902
+ },
2903
+ "fontStyle": {
2904
+ "name": "small-regular",
2905
+ "type": "custom",
2906
+ "label": "small-regular",
2907
+ "value": "small-regular",
2908
+ "fontSize": 12,
2909
+ "fontFamily": [
2910
+ "Inter",
2911
+ "BlinkMacSystemFont",
2912
+ "Segoe UI",
2913
+ "PingFang SC",
2914
+ "Hiragino Sans GB",
2915
+ "Microsoft YaHei",
2916
+ "Helvetica Neue",
2917
+ "Helvetica",
2918
+ "Arial",
2919
+ "sans-serif"
2920
+ ],
2921
+ "fontWeight": 400,
2922
+ "lineHeight": 16
2923
+ }
2924
+ },
2925
+ "spaceRow": {
2926
+ "type": "custom",
2927
+ "label": "spacing-s",
2928
+ "space": 8,
2929
+ "value": "spacing-s"
2930
+ },
2931
+ "titleLabel": {
2932
+ "fontColor": {
2933
+ "type": "palette",
2934
+ "color": "#1c1f23ff",
2935
+ "group": "Text",
2936
+ "label": "--dv-color-text-0",
2937
+ "value": "--dv-color-text-0"
2938
+ },
2939
+ "fontStyle": {
2940
+ "name": "paragraph-semibold",
2941
+ "type": "custom",
2942
+ "label": "paragraph-semibold",
2943
+ "value": "paragraph-semibold",
2944
+ "fontSize": 14,
2945
+ "fontFamily": [
2946
+ "Inter",
2947
+ "BlinkMacSystemFont",
2948
+ "Segoe UI",
2949
+ "PingFang SC",
2950
+ "Hiragino Sans GB",
2951
+ "Microsoft YaHei",
2952
+ "Helvetica Neue",
2953
+ "Helvetica",
2954
+ "Arial",
2955
+ "sans-serif"
2956
+ ],
2957
+ "fontWeight": 600,
2958
+ "lineHeight": 20
2959
+ }
2960
+ },
2961
+ "valueLabel": {
2962
+ "fontColor": {
2963
+ "type": "palette",
2964
+ "color": "#1c1f23ff",
2965
+ "group": "Text",
2966
+ "label": "--dv-color-text-0",
2967
+ "value": "--dv-color-text-0"
2968
+ },
2969
+ "fontStyle": {
2970
+ "name": "small-regular",
2971
+ "type": "custom",
2972
+ "label": "small-regular",
2973
+ "value": "small-regular",
2974
+ "fontSize": 12,
2975
+ "fontFamily": [
2976
+ "Inter",
2977
+ "BlinkMacSystemFont",
2978
+ "Segoe UI",
2979
+ "PingFang SC",
2980
+ "Hiragino Sans GB",
2981
+ "Microsoft YaHei",
2982
+ "Helvetica Neue",
2983
+ "Helvetica",
2984
+ "Arial",
2985
+ "sans-serif"
2986
+ ],
2987
+ "fontWeight": 400,
2988
+ "lineHeight": 16
2989
+ }
2990
+ },
2991
+ "transitionDuration": {
2992
+ "type": "custom",
2993
+ "label": "none",
2994
+ "value": "none",
2995
+ "duration": 0
2996
+ }
2997
+ },
2998
+ "crosshair": {
2999
+ "bandField": {
3000
+ "line": {
3001
+ "fill": {
3002
+ "type": "palette",
3003
+ "color": "#1c1f230d",
3004
+ "group": "Fill",
3005
+ "label": "--dv-color-fill-0",
3006
+ "value": "--dv-color-fill-0"
3007
+ },
3008
+ "visible": true
3009
+ },
3010
+ "label": {
3011
+ "visible": false,
3012
+ "labelBackground": {
3013
+ "visible": true
3014
+ }
3015
+ }
3016
+ },
3017
+ "linearField": {
3018
+ "line": {
3019
+ "visible": false
3020
+ },
3021
+ "label": {
3022
+ "visible": false,
3023
+ "labelBackground": {
3024
+ "visible": true
3025
+ }
3026
+ }
3027
+ }
3028
+ },
3029
+ "annotation": {
3030
+ "label": {
3031
+ "visible": true,
3032
+ "fontColor": {
3033
+ "type": "palette",
3034
+ "color": "#1c1f23ff",
3035
+ "group": "Text",
3036
+ "label": "--dv-color-text-0",
3037
+ "value": "--dv-color-text-0"
3038
+ },
3039
+ "fontStyle": {
3040
+ "name": "small-regular",
3041
+ "type": "custom",
3042
+ "label": "small-regular",
3043
+ "value": "small-regular",
3044
+ "fontSize": 12,
3045
+ "fontFamily": [
3046
+ "Inter",
3047
+ "BlinkMacSystemFont",
3048
+ "Segoe UI",
3049
+ "PingFang SC",
3050
+ "Hiragino Sans GB",
3051
+ "Microsoft YaHei",
3052
+ "Helvetica Neue",
3053
+ "Helvetica",
3054
+ "Arial",
3055
+ "sans-serif"
3056
+ ],
3057
+ "fontWeight": 400,
3058
+ "lineHeight": 16
3059
+ },
3060
+ "labelBackground": {
3061
+ "fill": {
3062
+ "type": "custom",
3063
+ "color": "#ffffff",
3064
+ "group": "Bg",
3065
+ "label": "--dv-color-bg-0",
3066
+ "value": "--dv-color-bg-0"
3067
+ },
3068
+ "padding": {
3069
+ "top": {
3070
+ "type": "custom",
3071
+ "label": "spacing-2xs",
3072
+ "space": 2,
3073
+ "value": "spacing-2xs"
3074
+ },
3075
+ "left": {
3076
+ "type": "custom",
3077
+ "label": "spacing-xs",
3078
+ "space": 4,
3079
+ "value": "spacing-xs"
3080
+ },
3081
+ "right": {
3082
+ "type": "custom",
3083
+ "label": "spacing-xs",
3084
+ "space": 4,
3085
+ "value": "spacing-xs"
3086
+ },
3087
+ "bottom": {
3088
+ "type": "custom",
3089
+ "label": "spacing-2xs",
3090
+ "space": 2,
3091
+ "value": "spacing-2xs"
3092
+ }
3093
+ },
3094
+ "visible": true,
3095
+ "cornerRadius": {
3096
+ "type": "custom",
3097
+ "label": "xs",
3098
+ "value": "xs",
3099
+ "radius": 0
3100
+ }
3101
+ }
3102
+ },
3103
+ "markArea": {
3104
+ "area": {
3105
+ "fill": {
3106
+ "type": "palette",
3107
+ "color": "#1c1f230d",
3108
+ "group": "Fill",
3109
+ "label": "--dv-color-fill-0",
3110
+ "value": "--dv-color-fill-0"
3111
+ }
3112
+ },
3113
+ "visible": true
3114
+ },
3115
+ "markLine": {
3116
+ "line": {
3117
+ "stroke": {
3118
+ "type": "palette",
3119
+ "color": "#c6c9cdff",
3120
+ "group": "Line",
3121
+ "label": "--dv-color-line-0",
3122
+ "value": "--dv-color-line-0"
3123
+ },
3124
+ "lineDash": {
3125
+ "dash": [
3126
+ 2,
3127
+ 2
3128
+ ],
3129
+ "type": "custom",
3130
+ "label": "dash-0",
3131
+ "value": "dash-0"
3132
+ },
3133
+ "lineWidth": {
3134
+ "type": "custom",
3135
+ "label": "width-1",
3136
+ "value": "width-1",
3137
+ "width": 1
3138
+ }
3139
+ },
3140
+ "visible": true
3141
+ },
3142
+ "markPoint": {
3143
+ "visible": true,
3144
+ "itemContent": {
3145
+ "symbol": {
3146
+ "fill": {
3147
+ "type": "custom",
3148
+ "color": "#3286FB",
3149
+ "group": "Categorical",
3150
+ "label": "--dv-color-categorical-0",
3151
+ "value": "--dv-color-categorical-0"
3152
+ },
3153
+ "stroke": {
3154
+ "type": "custom",
3155
+ "color": "#ffffff",
3156
+ "group": "Bg",
3157
+ "label": "--dv-color-bg-0",
3158
+ "value": "--dv-color-bg-0"
3159
+ },
3160
+ "lineWidth": {
3161
+ "type": "custom",
3162
+ "label": "width-1",
3163
+ "value": "width-1",
3164
+ "width": 1
3165
+ }
3166
+ }
3167
+ }
3168
+ }
3169
+ },
3170
+ "discreteLegend": {
3171
+ "item": {
3172
+ "label": {
3173
+ "space": {
3174
+ "type": "custom",
3175
+ "label": "spacing-s",
3176
+ "space": 8,
3177
+ "value": "spacing-s"
3178
+ },
3179
+ "opacity": 30,
3180
+ "visible": true,
3181
+ "fontColor": {
3182
+ "type": "palette",
3183
+ "color": "#1c1f23a6",
3184
+ "group": "Text",
3185
+ "label": "--dv-color-text-2",
3186
+ "value": "--dv-color-text-2"
3187
+ },
3188
+ "fontStyle": {
3189
+ "name": "small-regular",
3190
+ "type": "custom",
3191
+ "label": "small-regular",
3192
+ "value": "small-regular",
3193
+ "fontSize": 12,
3194
+ "fontFamily": [
3195
+ "Inter",
3196
+ "BlinkMacSystemFont",
3197
+ "Segoe UI",
3198
+ "PingFang SC",
3199
+ "Hiragino Sans GB",
3200
+ "Microsoft YaHei",
3201
+ "Helvetica Neue",
3202
+ "Helvetica",
3203
+ "Arial",
3204
+ "sans-serif"
3205
+ ],
3206
+ "fontWeight": 400,
3207
+ "lineHeight": 16
3208
+ }
3209
+ },
3210
+ "shape": {
3211
+ "space": {
3212
+ "type": "custom",
3213
+ "label": "spacing-xs",
3214
+ "space": 4,
3215
+ "value": "spacing-xs"
3216
+ },
3217
+ "opacity": 30
3218
+ },
3219
+ "value": {
3220
+ "opacity": 30,
3221
+ "visible": true,
3222
+ "fontColor": {
3223
+ "type": "palette",
3224
+ "color": "#1c1f23ff",
3225
+ "group": "Text",
3226
+ "label": "--dv-color-text-0",
3227
+ "value": "--dv-color-text-0"
3228
+ },
3229
+ "fontStyle": {
3230
+ "name": "small-regular",
3231
+ "type": "custom",
3232
+ "label": "small-regular",
3233
+ "value": "small-regular",
3234
+ "fontSize": 12,
3235
+ "fontFamily": [
3236
+ "Inter",
3237
+ "BlinkMacSystemFont",
3238
+ "Segoe UI",
3239
+ "PingFang SC",
3240
+ "Hiragino Sans GB",
3241
+ "Microsoft YaHei",
3242
+ "Helvetica Neue",
3243
+ "Helvetica",
3244
+ "Arial",
3245
+ "sans-serif"
3246
+ ],
3247
+ "fontWeight": 400,
3248
+ "lineHeight": 16
3249
+ }
3250
+ },
3251
+ "hoverBg": {
3252
+ "type": "palette",
3253
+ "color": "#1c1f230d",
3254
+ "group": "Fill",
3255
+ "label": "--dv-color-fill-0",
3256
+ "value": "--dv-color-fill-0"
3257
+ },
3258
+ "spaceCol": {
3259
+ "type": "custom",
3260
+ "label": "spacing-xl",
3261
+ "space": 20,
3262
+ "value": "spacing-xl"
3263
+ },
3264
+ "spaceRow": {
3265
+ "type": "custom",
3266
+ "label": "spacing-s",
3267
+ "space": 8,
3268
+ "value": "spacing-s"
3269
+ }
3270
+ },
3271
+ "title": {
3272
+ "align": "start",
3273
+ "visible": false
3274
+ },
3275
+ "orient": "top",
3276
+ "padding": {
3277
+ "bottom": {
3278
+ "type": "custom",
3279
+ "label": "spacing-l",
3280
+ "space": 16,
3281
+ "value": "spacing-l"
3282
+ }
3283
+ },
3284
+ "position": "middle"
3285
+ }
3286
+ }
3287
+ }
3288
+ }