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