@orbcharts/presets-basic 3.0.0-beta.13 → 3.0.0-beta.14

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.
Files changed (96) hide show
  1. package/dist/orbcharts-presets-basic.es.js +1482 -154
  2. package/dist/orbcharts-presets-basic.umd.js +1 -1
  3. package/package.json +1 -1
  4. package/src/grid/PRESET_BARS_HORIZONTAL_AND_ROUND.ts +14 -0
  5. package/src/grid/PRESET_BARS_HORIZONTAL_AND_THIN.ts +14 -0
  6. package/src/grid/PRESET_BARS_ROUND.ts +14 -0
  7. package/src/grid/PRESET_BARS_THIN.ts +14 -0
  8. package/src/grid/PRESET_GRID_BASIC.ts +14 -0
  9. package/src/grid/PRESET_GRID_HORIZONTAL.ts +14 -0
  10. package/src/grid/PRESET_GRID_PN_SCALE.ts +14 -0
  11. package/src/grid/PRESET_GRID_PN_SCALE_SIMPLE.ts +14 -0
  12. package/src/grid/PRESET_GRID_ROTATE_AXIS_LABEL.ts +14 -0
  13. package/src/grid/PRESET_GRID_SEPARATE_SERIES.ts +14 -0
  14. package/src/grid/PRESET_GRID_SIMPLE.ts +14 -0
  15. package/src/grid/PRESET_LINES_BASIC.ts +14 -0
  16. package/src/grid/PRESET_LINES_CURVE.ts +14 -0
  17. package/src/grid/PRESET_LINES_HIGHLIGHT_GROUP_DOTS.ts +14 -0
  18. package/src/grid/PRESET_LINES_HORIZONTAL.ts +14 -0
  19. package/src/grid/PRESET_LINES_LOOSE_TICKS.ts +14 -0
  20. package/src/grid/PRESET_LINES_ROTATE_AXIS_LABEL.ts +14 -0
  21. package/src/grid/PRESET_LINES_SIMPLE.ts +14 -0
  22. package/src/grid/PRESET_LINES_WITH_SOLID_DOTS.ts +14 -0
  23. package/src/grid/PRESET_LINE_AREAS_BASIC.ts +14 -0
  24. package/src/grid/PRESET_LINE_AREAS_CURVE.ts +14 -0
  25. package/src/grid/PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS.ts +14 -0
  26. package/src/grid/PRESET_LINE_AREAS_HORIZONTAL.ts +14 -0
  27. package/src/grid/PRESET_LINE_AREAS_LOOSE_TICKS.ts +14 -0
  28. package/src/grid/PRESET_LINE_AREAS_ROTATE_AXIS_LABEL.ts +14 -0
  29. package/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.ts +14 -0
  30. package/src/grid/PRESET_LINE_AREAS_SIMPLE.ts +14 -0
  31. package/src/multiGrid/PRESET_MULTI_GRID_BASIC.ts +15 -1
  32. package/src/multiGrid/PRESET_MULTI_GRID_DIVERGING.ts +14 -0
  33. package/src/multiGrid/PRESET_MULTI_GRID_DIVERGING_SIMPLE.ts +14 -0
  34. package/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE.ts +14 -0
  35. package/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE.ts +14 -0
  36. package/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.ts +14 -0
  37. package/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE.ts +14 -0
  38. package/src/multiGrid/PRESET_MULTI_GRID_SIMPLE.ts +14 -0
  39. package/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.ts +14 -0
  40. package/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE.ts +14 -0
  41. package/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.ts +14 -0
  42. package/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE.ts +14 -0
  43. package/src/multiValue/PRESET_MULTI_VALUE_BASIC.ts +14 -0
  44. package/src/multiValue/PRESET_MULTI_VALUE_SEPARATE_CATEGORY.ts +14 -0
  45. package/src/multiValue/PRESET_MULTI_VALUE_SIMPLE.ts +14 -0
  46. package/src/multiValue/PRESET_RACING_BARS_ALL_ITEMS.ts +14 -0
  47. package/src/multiValue/PRESET_RACING_BARS_BASIC.ts +14 -0
  48. package/src/multiValue/PRESET_RACING_BARS_FAST.ts +14 -0
  49. package/src/multiValue/PRESET_RACING_BARS_FASTER.ts +14 -0
  50. package/src/multiValue/PRESET_RACING_BARS_LOOP.ts +14 -0
  51. package/src/multiValue/PRESET_RACING_BARS_OUTSIDE_LABELS.ts +14 -0
  52. package/src/multiValue/PRESET_RACING_BARS_SEPARATE_CATEGORY.ts +14 -0
  53. package/src/multiValue/PRESET_RACING_BARS_SIMPLE.ts +14 -0
  54. package/src/multiValue/PRESET_RACING_BARS_STOP.ts +14 -0
  55. package/src/multiValue/PRESET_SCATTER_BASIC.ts +14 -0
  56. package/src/multiValue/PRESET_SCATTER_BUBBLES_BASIC.ts +14 -0
  57. package/src/multiValue/PRESET_SCATTER_BUBBLES_LINEAR_OPACITY.ts +14 -0
  58. package/src/multiValue/PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS.ts +14 -0
  59. package/src/multiValue/PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY.ts +14 -0
  60. package/src/multiValue/PRESET_SCATTER_BUBBLES_SIMPLE.ts +14 -0
  61. package/src/multiValue/PRESET_SCATTER_SEPARATE_CATEGORY.ts +14 -0
  62. package/src/multiValue/PRESET_SCATTER_SIMPLE.ts +14 -0
  63. package/src/relationship/PRESET_FORCE_DIRECTED_BASIC.ts +14 -0
  64. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_BASIC.ts +14 -0
  65. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH.ts +14 -0
  66. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW.ts +14 -0
  67. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM.ts +14 -0
  68. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE.ts +14 -0
  69. package/src/relationship/PRESET_FORCE_DIRECTED_FIX_FONT_SIZE.ts +14 -0
  70. package/src/relationship/PRESET_FORCE_DIRECTED_NONE_ARROW.ts +14 -0
  71. package/src/relationship/PRESET_FORCE_DIRECTED_NONE_ZOOM.ts +14 -0
  72. package/src/relationship/PRESET_FORCE_DIRECTED_SIMPLE.ts +14 -0
  73. package/src/series/PRESET_BUBBLES_BASIC.ts +14 -0
  74. package/src/series/PRESET_BUBBLES_SCALING_BY_RADIUS.ts +14 -0
  75. package/src/series/PRESET_BUBBLES_SEPARATE_SERIES.ts +14 -0
  76. package/src/series/PRESET_BUBBLES_SIMPLE.ts +14 -0
  77. package/src/series/PRESET_BUBBLES_SUM_SERIES.ts +14 -0
  78. package/src/series/PRESET_PIE_BASIC.ts +14 -0
  79. package/src/series/PRESET_PIE_DONUT.ts +14 -0
  80. package/src/series/PRESET_PIE_HALF_DONUT.ts +14 -0
  81. package/src/series/PRESET_PIE_SEPARATE_SERIES.ts +14 -0
  82. package/src/series/PRESET_PIE_SIMPLE.ts +14 -0
  83. package/src/series/PRESET_PIE_SUM_SERIES.ts +14 -0
  84. package/src/series/PRESET_PIE_WITH_INNER_LABELS.ts +14 -0
  85. package/src/series/PRESET_ROSE_BASIC.ts +14 -0
  86. package/src/series/PRESET_ROSE_SCALING_BY_RADIUS.ts +14 -0
  87. package/src/series/PRESET_ROSE_SEPARATE_SERIES.ts +14 -0
  88. package/src/series/PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES.ts +14 -0
  89. package/src/series/PRESET_ROSE_SIMPLE.ts +14 -0
  90. package/src/series/PRESET_ROSE_SUM_SERIES.ts +14 -0
  91. package/src/series/PRESET_SERIES_BASIC.ts +14 -0
  92. package/src/series/PRESET_SERIES_SEPARATE_SERIES.ts +32 -0
  93. package/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.ts +32 -0
  94. package/src/series/PRESET_SERIES_SUM_SERIES.ts +32 -0
  95. package/src/tree/PRESET_TREE_MAP_BASIC.ts +14 -0
  96. package/src/tree/PRESET_TREE_MAP_SIMPLE.ts +14 -0
@@ -1,4 +1,4 @@
1
- const u = {
1
+ const S = {
2
2
  name: "PRESET_BUBBLES_BASIC",
3
3
  description: "Basic bubble chart",
4
4
  descriptionZh: "基本泡泡圖",
@@ -17,6 +17,20 @@ const u = {
17
17
  "#EF76FF",
18
18
  "#C4C4C4"
19
19
  ]
20
+ },
21
+ dark: {
22
+ label: [
23
+ "#6CBAFF",
24
+ "#FF6C6C",
25
+ "#F9B052",
26
+ "#7DD3C4",
27
+ "#AA93D2",
28
+ "#0088FF",
29
+ "#FFBABA",
30
+ "#86DC72",
31
+ "#EF76FF",
32
+ "#C4C4C4"
33
+ ]
20
34
  }
21
35
  }
22
36
  },
@@ -26,7 +40,7 @@ const u = {
26
40
  // 圓型圖例列點
27
41
  }
28
42
  }
29
- }, _ = {
43
+ }, R = {
30
44
  name: "PRESET_BUBBLES_SCALING_BY_RADIUS",
31
45
  description: "Bubble chart scaled by radius size",
32
46
  descriptionZh: "以半徑尺寸為比例的泡泡圖",
@@ -45,6 +59,20 @@ const u = {
45
59
  "#EF76FF",
46
60
  "#C4C4C4"
47
61
  ]
62
+ },
63
+ dark: {
64
+ label: [
65
+ "#6CBAFF",
66
+ "#FF6C6C",
67
+ "#F9B052",
68
+ "#7DD3C4",
69
+ "#AA93D2",
70
+ "#0088FF",
71
+ "#FFBABA",
72
+ "#86DC72",
73
+ "#EF76FF",
74
+ "#C4C4C4"
75
+ ]
48
76
  }
49
77
  }
50
78
  },
@@ -57,7 +85,7 @@ const u = {
57
85
  // 圓型圖例列點
58
86
  }
59
87
  }
60
- }, C = {
88
+ }, u = {
61
89
  name: "PRESET_BUBBLES_SEPARATE_SERIES",
62
90
  description: "Bubble chart showing series separately",
63
91
  descriptionZh: "分開顯示Series的泡泡圖",
@@ -76,6 +104,20 @@ const u = {
76
104
  "#EF76FF",
77
105
  "#C4C4C4"
78
106
  ]
107
+ },
108
+ dark: {
109
+ label: [
110
+ "#6CBAFF",
111
+ "#FF6C6C",
112
+ "#F9B052",
113
+ "#7DD3C4",
114
+ "#AA93D2",
115
+ "#0088FF",
116
+ "#FFBABA",
117
+ "#86DC72",
118
+ "#EF76FF",
119
+ "#C4C4C4"
120
+ ]
79
121
  }
80
122
  },
81
123
  // 加長留空
@@ -97,7 +139,7 @@ const u = {
97
139
  },
98
140
  SeriesTooltip: {}
99
141
  }
100
- }, m = {
142
+ }, _ = {
101
143
  name: "PRESET_BUBBLES_SIMPLE",
102
144
  description: "Simple bubble chart",
103
145
  descriptionZh: "簡單泡泡圖",
@@ -122,6 +164,20 @@ const u = {
122
164
  "#EF76FF",
123
165
  "#C4C4C4"
124
166
  ]
167
+ },
168
+ dark: {
169
+ label: [
170
+ "#6CBAFF",
171
+ "#FF6C6C",
172
+ "#F9B052",
173
+ "#7DD3C4",
174
+ "#AA93D2",
175
+ "#0088FF",
176
+ "#FFBABA",
177
+ "#86DC72",
178
+ "#EF76FF",
179
+ "#C4C4C4"
180
+ ]
125
181
  }
126
182
  }
127
183
  },
@@ -132,7 +188,7 @@ const u = {
132
188
  padding: 7
133
189
  }
134
190
  }
135
- }, i = {
191
+ }, a = {
136
192
  name: "PRESET_BUBBLES_SUM_SERIES",
137
193
  description: "Bubble chart of combined Series data",
138
194
  descriptionZh: "合併Series資料的泡泡圖",
@@ -151,6 +207,20 @@ const u = {
151
207
  "#EF76FF",
152
208
  "#C4C4C4"
153
209
  ]
210
+ },
211
+ dark: {
212
+ label: [
213
+ "#6CBAFF",
214
+ "#FF6C6C",
215
+ "#F9B052",
216
+ "#7DD3C4",
217
+ "#AA93D2",
218
+ "#0088FF",
219
+ "#FFBABA",
220
+ "#86DC72",
221
+ "#EF76FF",
222
+ "#C4C4C4"
223
+ ]
154
224
  }
155
225
  }
156
226
  },
@@ -160,8 +230,8 @@ const u = {
160
230
  },
161
231
  pluginParams: {}
162
232
  };
163
- i.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
164
- const a = {
233
+ a.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
234
+ const i = {
165
235
  name: "PRESET_PIE_BASIC",
166
236
  description: "Basic pie chart",
167
237
  descriptionZh: "基本圓餅圖",
@@ -180,6 +250,20 @@ const a = {
180
250
  "#904026",
181
251
  "#C4C4C4"
182
252
  ]
253
+ },
254
+ dark: {
255
+ label: [
256
+ "#7DD3C4",
257
+ "#FFA0A0",
258
+ "#6CBAFF",
259
+ "#55D339",
260
+ "#F9B052",
261
+ "#FF6C6C",
262
+ "#8E6BC9",
263
+ "#0088FF",
264
+ "#904026",
265
+ "#C4C4C4"
266
+ ]
183
267
  }
184
268
  }
185
269
  },
@@ -193,7 +277,7 @@ const a = {
193
277
  }
194
278
  }
195
279
  };
196
- a.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
280
+ i.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
197
281
  const r = {
198
282
  name: "PRESET_PIE_DONUT",
199
283
  description: "Donut chart",
@@ -213,6 +297,20 @@ const r = {
213
297
  "#904026",
214
298
  "#C4C4C4"
215
299
  ]
300
+ },
301
+ dark: {
302
+ label: [
303
+ "#7DD3C4",
304
+ "#FFA0A0",
305
+ "#6CBAFF",
306
+ "#55D339",
307
+ "#F9B052",
308
+ "#FF6C6C",
309
+ "#8E6BC9",
310
+ "#0088FF",
311
+ "#904026",
312
+ "#C4C4C4"
313
+ ]
216
314
  }
217
315
  }
218
316
  },
@@ -232,7 +330,7 @@ const r = {
232
330
  }
233
331
  };
234
332
  r.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
235
- const s = {
333
+ const F = {
236
334
  name: "PRESET_PIE_HALF_DONUT",
237
335
  description: "Half donut chart",
238
336
  descriptionZh: "半圓甜甜圈圖",
@@ -251,6 +349,20 @@ const s = {
251
349
  "#904026",
252
350
  "#C4C4C4"
253
351
  ]
352
+ },
353
+ dark: {
354
+ label: [
355
+ "#7DD3C4",
356
+ "#FFA0A0",
357
+ "#6CBAFF",
358
+ "#55D339",
359
+ "#F9B052",
360
+ "#FF6C6C",
361
+ "#8E6BC9",
362
+ "#0088FF",
363
+ "#904026",
364
+ "#C4C4C4"
365
+ ]
254
366
  }
255
367
  },
256
368
  padding: {
@@ -281,7 +393,7 @@ const s = {
281
393
  }
282
394
  }
283
395
  };
284
- s.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
396
+ F.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
285
397
  const l = {
286
398
  name: "PRESET_PIE_WITH_INNER_LABELS",
287
399
  description: "Pie chart with inner data labels",
@@ -301,6 +413,20 @@ const l = {
301
413
  "#904026",
302
414
  "#C4C4C4"
303
415
  ]
416
+ },
417
+ dark: {
418
+ label: [
419
+ "#7DD3C4",
420
+ "#FFA0A0",
421
+ "#6CBAFF",
422
+ "#55D339",
423
+ "#F9B052",
424
+ "#FF6C6C",
425
+ "#8E6BC9",
426
+ "#0088FF",
427
+ "#904026",
428
+ "#C4C4C4"
429
+ ]
304
430
  }
305
431
  }
306
432
  },
@@ -322,7 +448,7 @@ const l = {
322
448
  }
323
449
  };
324
450
  l.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
325
- const o = {
451
+ const s = {
326
452
  name: "PRESET_PIE_SEPARATE_SERIES",
327
453
  description: "Separate pie chart of Series",
328
454
  descriptionZh: "分開顯示Series的圓餅圖",
@@ -341,6 +467,20 @@ const o = {
341
467
  "#904026",
342
468
  "#C4C4C4"
343
469
  ]
470
+ },
471
+ dark: {
472
+ label: [
473
+ "#7DD3C4",
474
+ "#FFA0A0",
475
+ "#6CBAFF",
476
+ "#55D339",
477
+ "#F9B052",
478
+ "#FF6C6C",
479
+ "#8E6BC9",
480
+ "#0088FF",
481
+ "#904026",
482
+ "#C4C4C4"
483
+ ]
344
484
  }
345
485
  }
346
486
  },
@@ -350,8 +490,8 @@ const o = {
350
490
  },
351
491
  pluginParams: {}
352
492
  };
353
- o.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
354
- const n = {
493
+ s.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
494
+ const B = {
355
495
  name: "PRESET_PIE_SIMPLE",
356
496
  description: "Simple pie chart",
357
497
  descriptionZh: "簡單圓餅圖",
@@ -376,6 +516,20 @@ const n = {
376
516
  "#904026",
377
517
  "#C4C4C4"
378
518
  ]
519
+ },
520
+ dark: {
521
+ label: [
522
+ "#7DD3C4",
523
+ "#FFA0A0",
524
+ "#6CBAFF",
525
+ "#55D339",
526
+ "#F9B052",
527
+ "#FF6C6C",
528
+ "#8E6BC9",
529
+ "#0088FF",
530
+ "#904026",
531
+ "#C4C4C4"
532
+ ]
379
533
  }
380
534
  }
381
535
  },
@@ -390,8 +544,8 @@ const n = {
390
544
  }
391
545
  }
392
546
  };
393
- n.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
394
- const d = {
547
+ B.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
548
+ const o = {
395
549
  name: "PRESET_PIE_SUM_SERIES",
396
550
  description: "Pie chart of combined Series data",
397
551
  descriptionZh: "合併Series資料的圓餅圖",
@@ -410,6 +564,20 @@ const d = {
410
564
  "#904026",
411
565
  "#C4C4C4"
412
566
  ]
567
+ },
568
+ dark: {
569
+ label: [
570
+ "#7DD3C4",
571
+ "#FFA0A0",
572
+ "#6CBAFF",
573
+ "#55D339",
574
+ "#F9B052",
575
+ "#FF6C6C",
576
+ "#8E6BC9",
577
+ "#0088FF",
578
+ "#904026",
579
+ "#C4C4C4"
580
+ ]
413
581
  }
414
582
  }
415
583
  },
@@ -419,8 +587,8 @@ const d = {
419
587
  },
420
588
  pluginParams: {}
421
589
  };
422
- d.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
423
- const E = {
590
+ o.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
591
+ const d = {
424
592
  name: "PRESET_ROSE_BASIC",
425
593
  description: "Basic Rose chart",
426
594
  descriptionZh: "基本Rose參數",
@@ -445,6 +613,20 @@ const E = {
445
613
  "#FF6C6C",
446
614
  "#C4C4C4"
447
615
  ]
616
+ },
617
+ dark: {
618
+ label: [
619
+ "#8BC8FF",
620
+ "#4BABFF",
621
+ "#0088FF",
622
+ "#55D339",
623
+ "#29AB0C",
624
+ "#16B59B",
625
+ "#FCDCAD",
626
+ "#F9B052",
627
+ "#FF6C6C",
628
+ "#C4C4C4"
629
+ ]
448
630
  }
449
631
  }
450
632
  },
@@ -458,8 +640,8 @@ const E = {
458
640
  }
459
641
  }
460
642
  };
461
- E.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
462
- const c = {
643
+ d.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
644
+ const n = {
463
645
  name: "PRESET_ROSE_SCALING_BY_RADIUS",
464
646
  description: "Rose chart with radius scaling",
465
647
  descriptionZh: "以半徑尺寸為比例的玫瑰圖",
@@ -484,6 +666,20 @@ const c = {
484
666
  "#FF6C6C",
485
667
  "#C4C4C4"
486
668
  ]
669
+ },
670
+ dark: {
671
+ label: [
672
+ "#8BC8FF",
673
+ "#4BABFF",
674
+ "#0088FF",
675
+ "#55D339",
676
+ "#29AB0C",
677
+ "#16B59B",
678
+ "#FCDCAD",
679
+ "#F9B052",
680
+ "#FF6C6C",
681
+ "#C4C4C4"
682
+ ]
487
683
  }
488
684
  }
489
685
  },
@@ -503,8 +699,8 @@ const c = {
503
699
  }
504
700
  }
505
701
  };
506
- c.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
507
- const F = {
702
+ n.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
703
+ const C = {
508
704
  name: "PRESET_ROSE_SEPARATE_SERIES",
509
705
  description: "Separate rose chart of Series",
510
706
  descriptionZh: "分開顯示Series的玫瑰圖",
@@ -529,6 +725,20 @@ const F = {
529
725
  "#FF6C6C",
530
726
  "#C4C4C4"
531
727
  ]
728
+ },
729
+ dark: {
730
+ label: [
731
+ "#8BC8FF",
732
+ "#4BABFF",
733
+ "#0088FF",
734
+ "#55D339",
735
+ "#29AB0C",
736
+ "#16B59B",
737
+ "#FCDCAD",
738
+ "#F9B052",
739
+ "#FF6C6C",
740
+ "#C4C4C4"
741
+ ]
532
742
  }
533
743
  }
534
744
  },
@@ -541,8 +751,8 @@ const F = {
541
751
  // ...ALL_PLUGIN_PARAMS_NONE_DATA,
542
752
  }
543
753
  };
544
- F.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
545
- const g = {
754
+ C.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
755
+ const A = {
546
756
  name: "PRESET_ROSE_SIMPLE",
547
757
  description: "Simple Rose chart",
548
758
  descriptionZh: "簡單Rose參數",
@@ -567,6 +777,20 @@ const g = {
567
777
  "#FF6C6C",
568
778
  "#C4C4C4"
569
779
  ]
780
+ },
781
+ dark: {
782
+ label: [
783
+ "#8BC8FF",
784
+ "#4BABFF",
785
+ "#0088FF",
786
+ "#55D339",
787
+ "#29AB0C",
788
+ "#16B59B",
789
+ "#FCDCAD",
790
+ "#F9B052",
791
+ "#FF6C6C",
792
+ "#C4C4C4"
793
+ ]
570
794
  }
571
795
  }
572
796
  },
@@ -581,8 +805,8 @@ const g = {
581
805
  }
582
806
  }
583
807
  };
584
- g.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
585
- const B = {
808
+ A.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
809
+ const E = {
586
810
  name: "PRESET_ROSE_SUM_SERIES",
587
811
  description: "Rose chart of combined Series data",
588
812
  descriptionZh: "合併Series資料的玫瑰圖",
@@ -607,17 +831,31 @@ const B = {
607
831
  "#FF6C6C",
608
832
  "#C4C4C4"
609
833
  ]
610
- }
611
- }
612
- },
613
- dataFormatter: {
614
- sort: (t, e) => e.value - t.value,
615
- sumSeries: !0
616
- },
617
- pluginParams: {}
618
- };
619
- B.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
620
- const p = {
834
+ },
835
+ dark: {
836
+ label: [
837
+ "#8BC8FF",
838
+ "#4BABFF",
839
+ "#0088FF",
840
+ "#55D339",
841
+ "#29AB0C",
842
+ "#16B59B",
843
+ "#FCDCAD",
844
+ "#F9B052",
845
+ "#FF6C6C",
846
+ "#C4C4C4"
847
+ ]
848
+ }
849
+ }
850
+ },
851
+ dataFormatter: {
852
+ sort: (t, e) => e.value - t.value,
853
+ sumSeries: !0
854
+ },
855
+ pluginParams: {}
856
+ };
857
+ E.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
858
+ const c = {
621
859
  name: "PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES",
622
860
  description: "Separate and sum Series data",
623
861
  descriptionZh: "分開顯示Series並合併Series資料",
@@ -642,6 +880,20 @@ const p = {
642
880
  "#FF6C6C",
643
881
  "#C4C4C4"
644
882
  ]
883
+ },
884
+ dark: {
885
+ label: [
886
+ "#8BC8FF",
887
+ "#4BABFF",
888
+ "#0088FF",
889
+ "#55D339",
890
+ "#29AB0C",
891
+ "#16B59B",
892
+ "#FCDCAD",
893
+ "#F9B052",
894
+ "#FF6C6C",
895
+ "#C4C4C4"
896
+ ]
645
897
  }
646
898
  }
647
899
  },
@@ -655,8 +907,8 @@ const p = {
655
907
  // ...ALL_PLUGIN_PARAMS_NONE_DATA,
656
908
  }
657
909
  };
658
- p.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
659
- const h = {
910
+ c.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
911
+ const m = {
660
912
  name: "PRESET_SERIES_BASIC",
661
913
  description: "Basic Series parameters",
662
914
  descriptionZh: "基本Series參數",
@@ -675,6 +927,20 @@ const h = {
675
927
  "#EF76FF",
676
928
  "#C4C4C4"
677
929
  ]
930
+ },
931
+ dark: {
932
+ label: [
933
+ "#6CBAFF",
934
+ "#FF6C6C",
935
+ "#F9B052",
936
+ "#7DD3C4",
937
+ "#AA93D2",
938
+ "#0088FF",
939
+ "#FFBABA",
940
+ "#86DC72",
941
+ "#EF76FF",
942
+ "#C4C4C4"
943
+ ]
678
944
  }
679
945
  }
680
946
  },
@@ -684,10 +950,42 @@ const h = {
684
950
  // 圓型圖例列點
685
951
  }
686
952
  }
687
- }, A = {
953
+ }, g = {
688
954
  name: "PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES",
689
955
  description: "Separate and sum Series data",
690
956
  descriptionZh: "分開顯示Series並合併Series資料",
957
+ chartParams: {
958
+ colors: {
959
+ light: {
960
+ label: [
961
+ "#6CBAFF",
962
+ "#FF6C6C",
963
+ "#F9B052",
964
+ "#7DD3C4",
965
+ "#AA93D2",
966
+ "#0088FF",
967
+ "#FFBABA",
968
+ "#86DC72",
969
+ "#EF76FF",
970
+ "#C4C4C4"
971
+ ]
972
+ },
973
+ dark: {
974
+ label: [
975
+ "#6CBAFF",
976
+ "#FF6C6C",
977
+ "#F9B052",
978
+ "#7DD3C4",
979
+ "#AA93D2",
980
+ "#0088FF",
981
+ "#FFBABA",
982
+ "#86DC72",
983
+ "#EF76FF",
984
+ "#C4C4C4"
985
+ ]
986
+ }
987
+ }
988
+ },
691
989
  dataFormatter: {
692
990
  sort: (t, e) => e.value - t.value,
693
991
  separateSeries: !0,
@@ -695,30 +993,94 @@ const h = {
695
993
  },
696
994
  pluginParams: {}
697
995
  };
698
- A.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
699
- const S = {
996
+ g.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
997
+ const D = {
700
998
  name: "PRESET_SERIES_SEPARATE_SERIES",
701
999
  description: "Separate Series",
702
1000
  descriptionZh: "分開顯示Series",
1001
+ chartParams: {
1002
+ colors: {
1003
+ light: {
1004
+ label: [
1005
+ "#6CBAFF",
1006
+ "#FF6C6C",
1007
+ "#F9B052",
1008
+ "#7DD3C4",
1009
+ "#AA93D2",
1010
+ "#0088FF",
1011
+ "#FFBABA",
1012
+ "#86DC72",
1013
+ "#EF76FF",
1014
+ "#C4C4C4"
1015
+ ]
1016
+ },
1017
+ dark: {
1018
+ label: [
1019
+ "#6CBAFF",
1020
+ "#FF6C6C",
1021
+ "#F9B052",
1022
+ "#7DD3C4",
1023
+ "#AA93D2",
1024
+ "#0088FF",
1025
+ "#FFBABA",
1026
+ "#86DC72",
1027
+ "#EF76FF",
1028
+ "#C4C4C4"
1029
+ ]
1030
+ }
1031
+ }
1032
+ },
703
1033
  dataFormatter: {
704
1034
  sort: (t, e) => e.value - t.value,
705
1035
  separateSeries: !0
706
1036
  },
707
1037
  pluginParams: {}
708
1038
  };
709
- S.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
710
- const R = {
1039
+ D.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
1040
+ const p = {
711
1041
  name: "PRESET_SERIES_SUM_SERIES",
712
1042
  description: "Combine Series data",
713
1043
  descriptionZh: "合併Series資料",
1044
+ chartParams: {
1045
+ colors: {
1046
+ light: {
1047
+ label: [
1048
+ "#6CBAFF",
1049
+ "#FF6C6C",
1050
+ "#F9B052",
1051
+ "#7DD3C4",
1052
+ "#AA93D2",
1053
+ "#0088FF",
1054
+ "#FFBABA",
1055
+ "#86DC72",
1056
+ "#EF76FF",
1057
+ "#C4C4C4"
1058
+ ]
1059
+ },
1060
+ dark: {
1061
+ label: [
1062
+ "#6CBAFF",
1063
+ "#FF6C6C",
1064
+ "#F9B052",
1065
+ "#7DD3C4",
1066
+ "#AA93D2",
1067
+ "#0088FF",
1068
+ "#FFBABA",
1069
+ "#86DC72",
1070
+ "#EF76FF",
1071
+ "#C4C4C4"
1072
+ ]
1073
+ }
1074
+ }
1075
+ },
714
1076
  dataFormatter: {
715
1077
  sort: (t, e) => e.value - t.value,
716
1078
  sumSeries: !0
717
1079
  },
718
1080
  pluginParams: {}
719
1081
  };
720
- R.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
721
- const P = {
1082
+ p.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
1083
+ const h = {
722
1084
  name: "PRESET_BARS_HORIZONTAL_AND_ROUND",
723
1085
  description: "Horizontal bars with round corners",
724
1086
  descriptionZh: "橫向圓角長條圖",
@@ -737,6 +1099,20 @@ const P = {
737
1099
  "#4B25B3",
738
1100
  "#C50669"
739
1101
  ]
1102
+ },
1103
+ dark: {
1104
+ label: [
1105
+ "#4BABFF",
1106
+ "#FFA0A0",
1107
+ "#7DD3C4",
1108
+ "#F9B052",
1109
+ "#8454D4",
1110
+ "#42C724",
1111
+ "#FF4B4B",
1112
+ "#904026",
1113
+ "#4B25B3",
1114
+ "#C50669"
1115
+ ]
740
1116
  }
741
1117
  },
742
1118
  padding: {
@@ -770,7 +1146,7 @@ const P = {
770
1146
  listRectRadius: 7
771
1147
  }
772
1148
  }
773
- }, D = {
1149
+ }, P = {
774
1150
  name: "PRESET_BARS_HORIZONTAL_AND_THIN",
775
1151
  description: "Horizontal thin bars",
776
1152
  descriptionZh: "橫向細長長條圖",
@@ -789,6 +1165,20 @@ const P = {
789
1165
  "#4B25B3",
790
1166
  "#C50669"
791
1167
  ]
1168
+ },
1169
+ dark: {
1170
+ label: [
1171
+ "#4BABFF",
1172
+ "#FFA0A0",
1173
+ "#7DD3C4",
1174
+ "#F9B052",
1175
+ "#8454D4",
1176
+ "#42C724",
1177
+ "#FF4B4B",
1178
+ "#904026",
1179
+ "#4B25B3",
1180
+ "#C50669"
1181
+ ]
792
1182
  }
793
1183
  },
794
1184
  padding: {
@@ -823,7 +1213,7 @@ const P = {
823
1213
  padding: 14
824
1214
  }
825
1215
  }
826
- }, T = {
1216
+ }, b = {
827
1217
  name: "PRESET_BARS_ROUND",
828
1218
  description: "Rounded bars",
829
1219
  descriptionZh: "圓角長條圖",
@@ -842,6 +1232,20 @@ const P = {
842
1232
  "#4B25B3",
843
1233
  "#C50669"
844
1234
  ]
1235
+ },
1236
+ dark: {
1237
+ label: [
1238
+ "#4BABFF",
1239
+ "#FFA0A0",
1240
+ "#7DD3C4",
1241
+ "#F9B052",
1242
+ "#8454D4",
1243
+ "#42C724",
1244
+ "#FF4B4B",
1245
+ "#904026",
1246
+ "#4B25B3",
1247
+ "#C50669"
1248
+ ]
845
1249
  }
846
1250
  },
847
1251
  padding: {
@@ -871,7 +1275,7 @@ const P = {
871
1275
  listRectRadius: 7
872
1276
  }
873
1277
  }
874
- }, I = {
1278
+ }, T = {
875
1279
  name: "PRESET_BARS_THIN",
876
1280
  description: "Thin bars",
877
1281
  descriptionZh: "細長條圖",
@@ -890,6 +1294,20 @@ const P = {
890
1294
  "#4B25B3",
891
1295
  "#C50669"
892
1296
  ]
1297
+ },
1298
+ dark: {
1299
+ label: [
1300
+ "#4BABFF",
1301
+ "#FFA0A0",
1302
+ "#7DD3C4",
1303
+ "#F9B052",
1304
+ "#8454D4",
1305
+ "#42C724",
1306
+ "#FF4B4B",
1307
+ "#904026",
1308
+ "#4B25B3",
1309
+ "#C50669"
1310
+ ]
893
1311
  }
894
1312
  },
895
1313
  padding: {
@@ -916,7 +1334,7 @@ const P = {
916
1334
  padding: 14
917
1335
  }
918
1336
  }
919
- }, b = {
1337
+ }, I = {
920
1338
  name: "PRESET_GRID_BASIC",
921
1339
  description: "Basic Grid",
922
1340
  descriptionZh: "基本Grid",
@@ -935,6 +1353,20 @@ const P = {
935
1353
  "#4B25B3",
936
1354
  "#C50669"
937
1355
  ]
1356
+ },
1357
+ dark: {
1358
+ label: [
1359
+ "#4BABFF",
1360
+ "#FFA0A0",
1361
+ "#7DD3C4",
1362
+ "#F9B052",
1363
+ "#8454D4",
1364
+ "#42C724",
1365
+ "#FF4B4B",
1366
+ "#904026",
1367
+ "#4B25B3",
1368
+ "#C50669"
1369
+ ]
938
1370
  }
939
1371
  },
940
1372
  padding: {
@@ -973,6 +1405,20 @@ const P = {
973
1405
  "#4B25B3",
974
1406
  "#C50669"
975
1407
  ]
1408
+ },
1409
+ dark: {
1410
+ label: [
1411
+ "#4BABFF",
1412
+ "#FFA0A0",
1413
+ "#7DD3C4",
1414
+ "#F9B052",
1415
+ "#8454D4",
1416
+ "#42C724",
1417
+ "#FF4B4B",
1418
+ "#904026",
1419
+ "#4B25B3",
1420
+ "#C50669"
1421
+ ]
976
1422
  }
977
1423
  },
978
1424
  // 間距下面及左邊留空
@@ -1028,6 +1474,20 @@ const P = {
1028
1474
  "#4B25B3",
1029
1475
  "#C50669"
1030
1476
  ]
1477
+ },
1478
+ dark: {
1479
+ label: [
1480
+ "#4BABFF",
1481
+ "#FFA0A0",
1482
+ "#7DD3C4",
1483
+ "#F9B052",
1484
+ "#8454D4",
1485
+ "#42C724",
1486
+ "#FF4B4B",
1487
+ "#904026",
1488
+ "#4B25B3",
1489
+ "#C50669"
1490
+ ]
1031
1491
  }
1032
1492
  },
1033
1493
  padding: {
@@ -1072,6 +1532,20 @@ const P = {
1072
1532
  "#4B25B3",
1073
1533
  "#C50669"
1074
1534
  ]
1535
+ },
1536
+ dark: {
1537
+ label: [
1538
+ "#4BABFF",
1539
+ "#FFA0A0",
1540
+ "#7DD3C4",
1541
+ "#F9B052",
1542
+ "#8454D4",
1543
+ "#42C724",
1544
+ "#FF4B4B",
1545
+ "#904026",
1546
+ "#4B25B3",
1547
+ "#C50669"
1548
+ ]
1075
1549
  }
1076
1550
  },
1077
1551
  padding: {
@@ -1118,6 +1592,20 @@ const P = {
1118
1592
  "#4B25B3",
1119
1593
  "#C50669"
1120
1594
  ]
1595
+ },
1596
+ dark: {
1597
+ label: [
1598
+ "#4BABFF",
1599
+ "#FFA0A0",
1600
+ "#7DD3C4",
1601
+ "#F9B052",
1602
+ "#8454D4",
1603
+ "#42C724",
1604
+ "#FF4B4B",
1605
+ "#904026",
1606
+ "#4B25B3",
1607
+ "#C50669"
1608
+ ]
1121
1609
  }
1122
1610
  },
1123
1611
  // 間距下面加長留空
@@ -1145,7 +1633,7 @@ const P = {
1145
1633
  padding: 14
1146
1634
  }
1147
1635
  }
1148
- }, O = {
1636
+ }, k = {
1149
1637
  name: "PRESET_GRID_SEPARATE_SERIES",
1150
1638
  description: "Separate Series",
1151
1639
  descriptionZh: "分開顯示Series",
@@ -1164,6 +1652,20 @@ const P = {
1164
1652
  "#4B25B3",
1165
1653
  "#C50669"
1166
1654
  ]
1655
+ },
1656
+ dark: {
1657
+ label: [
1658
+ "#4BABFF",
1659
+ "#FFA0A0",
1660
+ "#7DD3C4",
1661
+ "#F9B052",
1662
+ "#8454D4",
1663
+ "#42C724",
1664
+ "#FF4B4B",
1665
+ "#904026",
1666
+ "#4B25B3",
1667
+ "#C50669"
1668
+ ]
1167
1669
  }
1168
1670
  },
1169
1671
  padding: {
@@ -1196,7 +1698,7 @@ const P = {
1196
1698
  padding: 14
1197
1699
  }
1198
1700
  }
1199
- }, N = {
1701
+ }, O = {
1200
1702
  name: "PRESET_GRID_SIMPLE",
1201
1703
  description: "Simple Grid",
1202
1704
  descriptionZh: "簡單Grid",
@@ -1215,6 +1717,20 @@ const P = {
1215
1717
  "#4B25B3",
1216
1718
  "#C50669"
1217
1719
  ]
1720
+ },
1721
+ dark: {
1722
+ label: [
1723
+ "#4BABFF",
1724
+ "#FFA0A0",
1725
+ "#7DD3C4",
1726
+ "#F9B052",
1727
+ "#8454D4",
1728
+ "#42C724",
1729
+ "#FF4B4B",
1730
+ "#904026",
1731
+ "#4B25B3",
1732
+ "#C50669"
1733
+ ]
1218
1734
  }
1219
1735
  },
1220
1736
  padding: {
@@ -1235,7 +1751,7 @@ const P = {
1235
1751
  padding: 7
1236
1752
  }
1237
1753
  }
1238
- }, v = {
1754
+ }, N = {
1239
1755
  name: "PRESET_LINE_AREAS_BASIC",
1240
1756
  description: "Basic LineArea",
1241
1757
  descriptionZh: "基本折線區域圖",
@@ -1254,6 +1770,20 @@ const P = {
1254
1770
  "#4B25B3",
1255
1771
  "#C50669"
1256
1772
  ]
1773
+ },
1774
+ dark: {
1775
+ label: [
1776
+ "#4BABFF",
1777
+ "#FFA0A0",
1778
+ "#7DD3C4",
1779
+ "#F9B052",
1780
+ "#8454D4",
1781
+ "#42C724",
1782
+ "#FF4B4B",
1783
+ "#904026",
1784
+ "#4B25B3",
1785
+ "#C50669"
1786
+ ]
1257
1787
  }
1258
1788
  },
1259
1789
  padding: {
@@ -1283,7 +1813,7 @@ const P = {
1283
1813
  listRectHeight: 2
1284
1814
  }
1285
1815
  }
1286
- }, Z = {
1816
+ }, v = {
1287
1817
  name: "PRESET_LINE_AREAS_CURVE",
1288
1818
  description: "Curve LineArea",
1289
1819
  descriptionZh: "弧線的折線區域圖",
@@ -1302,6 +1832,20 @@ const P = {
1302
1832
  "#4B25B3",
1303
1833
  "#C50669"
1304
1834
  ]
1835
+ },
1836
+ dark: {
1837
+ label: [
1838
+ "#4BABFF",
1839
+ "#FFA0A0",
1840
+ "#7DD3C4",
1841
+ "#F9B052",
1842
+ "#8454D4",
1843
+ "#42C724",
1844
+ "#FF4B4B",
1845
+ "#904026",
1846
+ "#4B25B3",
1847
+ "#C50669"
1848
+ ]
1305
1849
  }
1306
1850
  },
1307
1851
  padding: {
@@ -1341,7 +1885,7 @@ const P = {
1341
1885
  listRectHeight: 2
1342
1886
  }
1343
1887
  }
1344
- }, U = {
1888
+ }, Z = {
1345
1889
  name: "PRESET_LINE_AREAS_HORIZONTAL",
1346
1890
  description: "Horizontal LineArea",
1347
1891
  descriptionZh: "橫向折線區域圖",
@@ -1360,6 +1904,20 @@ const P = {
1360
1904
  "#4B25B3",
1361
1905
  "#C50669"
1362
1906
  ]
1907
+ },
1908
+ dark: {
1909
+ label: [
1910
+ "#4BABFF",
1911
+ "#FFA0A0",
1912
+ "#7DD3C4",
1913
+ "#F9B052",
1914
+ "#8454D4",
1915
+ "#42C724",
1916
+ "#FF4B4B",
1917
+ "#904026",
1918
+ "#4B25B3",
1919
+ "#C50669"
1920
+ ]
1363
1921
  }
1364
1922
  },
1365
1923
  padding: {
@@ -1392,7 +1950,7 @@ const P = {
1392
1950
  listRectHeight: 2
1393
1951
  }
1394
1952
  }
1395
- }, f = {
1953
+ }, U = {
1396
1954
  name: "PRESET_LINE_AREAS_LOOSE_TICKS",
1397
1955
  description: "Loose Ticks LineArea",
1398
1956
  descriptionZh: "寬鬆標籤的折線區域圖",
@@ -1411,6 +1969,20 @@ const P = {
1411
1969
  "#4B25B3",
1412
1970
  "#C50669"
1413
1971
  ]
1972
+ },
1973
+ dark: {
1974
+ label: [
1975
+ "#4BABFF",
1976
+ "#FFA0A0",
1977
+ "#7DD3C4",
1978
+ "#F9B052",
1979
+ "#8454D4",
1980
+ "#42C724",
1981
+ "#FF4B4B",
1982
+ "#904026",
1983
+ "#4B25B3",
1984
+ "#C50669"
1985
+ ]
1414
1986
  }
1415
1987
  },
1416
1988
  padding: {
@@ -1442,7 +2014,7 @@ const P = {
1442
2014
  listRectHeight: 2
1443
2015
  }
1444
2016
  }
1445
- }, V = {
2017
+ }, f = {
1446
2018
  name: "PRESET_LINE_AREAS_ROTATE_AXIS_LABEL",
1447
2019
  description: "Rotate Axis Label LineArea",
1448
2020
  descriptionZh: "傾斜標籤的折線區域圖",
@@ -1461,6 +2033,20 @@ const P = {
1461
2033
  "#4B25B3",
1462
2034
  "#C50669"
1463
2035
  ]
2036
+ },
2037
+ dark: {
2038
+ label: [
2039
+ "#4BABFF",
2040
+ "#FFA0A0",
2041
+ "#7DD3C4",
2042
+ "#F9B052",
2043
+ "#8454D4",
2044
+ "#42C724",
2045
+ "#FF4B4B",
2046
+ "#904026",
2047
+ "#4B25B3",
2048
+ "#C50669"
2049
+ ]
1464
2050
  }
1465
2051
  },
1466
2052
  padding: {
@@ -1494,7 +2080,7 @@ const P = {
1494
2080
  listRectHeight: 2
1495
2081
  }
1496
2082
  }
1497
- }, H = {
2083
+ }, V = {
1498
2084
  name: "PRESET_LINE_AREAS_SEPARATE_SERIES",
1499
2085
  description: "Separate Series LineArea",
1500
2086
  descriptionZh: "分開顯示Series的折線區域圖",
@@ -1513,6 +2099,20 @@ const P = {
1513
2099
  "#4B25B3",
1514
2100
  "#C50669"
1515
2101
  ]
2102
+ },
2103
+ dark: {
2104
+ label: [
2105
+ "#4BABFF",
2106
+ "#FFA0A0",
2107
+ "#7DD3C4",
2108
+ "#F9B052",
2109
+ "#8454D4",
2110
+ "#42C724",
2111
+ "#FF4B4B",
2112
+ "#904026",
2113
+ "#4B25B3",
2114
+ "#C50669"
2115
+ ]
1516
2116
  }
1517
2117
  },
1518
2118
  padding: {
@@ -1547,7 +2147,7 @@ const P = {
1547
2147
  listRectHeight: 2
1548
2148
  }
1549
2149
  }
1550
- }, k = {
2150
+ }, H = {
1551
2151
  name: "PRESET_LINE_AREAS_SIMPLE",
1552
2152
  description: "Simple LineArea",
1553
2153
  descriptionZh: "簡單折線區域圖",
@@ -1566,6 +2166,20 @@ const P = {
1566
2166
  "#4B25B3",
1567
2167
  "#C50669"
1568
2168
  ]
2169
+ },
2170
+ dark: {
2171
+ label: [
2172
+ "#4BABFF",
2173
+ "#FFA0A0",
2174
+ "#7DD3C4",
2175
+ "#F9B052",
2176
+ "#8454D4",
2177
+ "#42C724",
2178
+ "#FF4B4B",
2179
+ "#904026",
2180
+ "#4B25B3",
2181
+ "#C50669"
2182
+ ]
1569
2183
  }
1570
2184
  },
1571
2185
  padding: {
@@ -1618,6 +2232,20 @@ const P = {
1618
2232
  "#4B25B3",
1619
2233
  "#C50669"
1620
2234
  ]
2235
+ },
2236
+ dark: {
2237
+ label: [
2238
+ "#4BABFF",
2239
+ "#FFA0A0",
2240
+ "#7DD3C4",
2241
+ "#F9B052",
2242
+ "#8454D4",
2243
+ "#42C724",
2244
+ "#FF4B4B",
2245
+ "#904026",
2246
+ "#4B25B3",
2247
+ "#C50669"
2248
+ ]
1621
2249
  }
1622
2250
  },
1623
2251
  padding: {
@@ -1659,6 +2287,20 @@ const P = {
1659
2287
  "#4B25B3",
1660
2288
  "#C50669"
1661
2289
  ]
2290
+ },
2291
+ dark: {
2292
+ label: [
2293
+ "#4BABFF",
2294
+ "#FFA0A0",
2295
+ "#7DD3C4",
2296
+ "#F9B052",
2297
+ "#8454D4",
2298
+ "#42C724",
2299
+ "#FF4B4B",
2300
+ "#904026",
2301
+ "#4B25B3",
2302
+ "#C50669"
2303
+ ]
1662
2304
  }
1663
2305
  },
1664
2306
  padding: {
@@ -1703,6 +2345,20 @@ const P = {
1703
2345
  "#4B25B3",
1704
2346
  "#C50669"
1705
2347
  ]
2348
+ },
2349
+ dark: {
2350
+ label: [
2351
+ "#4BABFF",
2352
+ "#FFA0A0",
2353
+ "#7DD3C4",
2354
+ "#F9B052",
2355
+ "#8454D4",
2356
+ "#42C724",
2357
+ "#FF4B4B",
2358
+ "#904026",
2359
+ "#4B25B3",
2360
+ "#C50669"
2361
+ ]
1706
2362
  }
1707
2363
  },
1708
2364
  padding: {
@@ -1752,6 +2408,20 @@ const P = {
1752
2408
  "#4B25B3",
1753
2409
  "#C50669"
1754
2410
  ]
2411
+ },
2412
+ dark: {
2413
+ label: [
2414
+ "#4BABFF",
2415
+ "#FFA0A0",
2416
+ "#7DD3C4",
2417
+ "#F9B052",
2418
+ "#8454D4",
2419
+ "#42C724",
2420
+ "#FF4B4B",
2421
+ "#904026",
2422
+ "#4B25B3",
2423
+ "#C50669"
2424
+ ]
1755
2425
  }
1756
2426
  },
1757
2427
  padding: {
@@ -1795,6 +2465,20 @@ const P = {
1795
2465
  "#4B25B3",
1796
2466
  "#C50669"
1797
2467
  ]
2468
+ },
2469
+ dark: {
2470
+ label: [
2471
+ "#4BABFF",
2472
+ "#FFA0A0",
2473
+ "#7DD3C4",
2474
+ "#F9B052",
2475
+ "#8454D4",
2476
+ "#42C724",
2477
+ "#FF4B4B",
2478
+ "#904026",
2479
+ "#4B25B3",
2480
+ "#C50669"
2481
+ ]
1798
2482
  }
1799
2483
  },
1800
2484
  padding: {
@@ -1841,6 +2525,20 @@ const P = {
1841
2525
  "#4B25B3",
1842
2526
  "#C50669"
1843
2527
  ]
2528
+ },
2529
+ dark: {
2530
+ label: [
2531
+ "#4BABFF",
2532
+ "#FFA0A0",
2533
+ "#7DD3C4",
2534
+ "#F9B052",
2535
+ "#8454D4",
2536
+ "#42C724",
2537
+ "#FF4B4B",
2538
+ "#904026",
2539
+ "#4B25B3",
2540
+ "#C50669"
2541
+ ]
1844
2542
  }
1845
2543
  },
1846
2544
  padding: {
@@ -1887,6 +2585,20 @@ const P = {
1887
2585
  "#4B25B3",
1888
2586
  "#C50669"
1889
2587
  ]
2588
+ },
2589
+ dark: {
2590
+ label: [
2591
+ "#4BABFF",
2592
+ "#FFA0A0",
2593
+ "#7DD3C4",
2594
+ "#F9B052",
2595
+ "#8454D4",
2596
+ "#42C724",
2597
+ "#FF4B4B",
2598
+ "#904026",
2599
+ "#4B25B3",
2600
+ "#C50669"
2601
+ ]
1890
2602
  }
1891
2603
  },
1892
2604
  padding: {
@@ -1932,6 +2644,20 @@ const P = {
1932
2644
  "#C50669",
1933
2645
  "#4B25B3"
1934
2646
  ]
2647
+ },
2648
+ dark: {
2649
+ label: [
2650
+ "#4BABFF",
2651
+ "#94D6CB",
2652
+ "#F9B052",
2653
+ "#8454D4",
2654
+ "#D58C75",
2655
+ "#42C724",
2656
+ "#FF8B8B",
2657
+ "#904026",
2658
+ "#C50669",
2659
+ "#4B25B3"
2660
+ ]
1935
2661
  }
1936
2662
  },
1937
2663
  padding: {
@@ -1973,6 +2699,20 @@ const P = {
1973
2699
  "#C50669",
1974
2700
  "#4B25B3"
1975
2701
  ]
2702
+ },
2703
+ dark: {
2704
+ label: [
2705
+ "#4BABFF",
2706
+ "#94D6CB",
2707
+ "#F9B052",
2708
+ "#8454D4",
2709
+ "#D58C75",
2710
+ "#42C724",
2711
+ "#FF8B8B",
2712
+ "#904026",
2713
+ "#C50669",
2714
+ "#4B25B3"
2715
+ ]
1976
2716
  }
1977
2717
  },
1978
2718
  padding: {
@@ -2068,6 +2808,20 @@ const P = {
2068
2808
  "#C50669",
2069
2809
  "#4B25B3"
2070
2810
  ]
2811
+ },
2812
+ dark: {
2813
+ label: [
2814
+ "#4BABFF",
2815
+ "#94D6CB",
2816
+ "#F9B052",
2817
+ "#8454D4",
2818
+ "#D58C75",
2819
+ "#42C724",
2820
+ "#FF8B8B",
2821
+ "#904026",
2822
+ "#C50669",
2823
+ "#4B25B3"
2824
+ ]
2071
2825
  }
2072
2826
  },
2073
2827
  padding: {
@@ -2160,6 +2914,20 @@ const P = {
2160
2914
  "#C50669",
2161
2915
  "#4B25B3"
2162
2916
  ]
2917
+ },
2918
+ dark: {
2919
+ label: [
2920
+ "#4BABFF",
2921
+ "#94D6CB",
2922
+ "#F9B052",
2923
+ "#8454D4",
2924
+ "#D58C75",
2925
+ "#42C724",
2926
+ "#FF8B8B",
2927
+ "#904026",
2928
+ "#C50669",
2929
+ "#4B25B3"
2930
+ ]
2163
2931
  }
2164
2932
  },
2165
2933
  padding: {
@@ -2231,6 +2999,20 @@ const P = {
2231
2999
  "#C50669",
2232
3000
  "#4B25B3"
2233
3001
  ]
3002
+ },
3003
+ dark: {
3004
+ label: [
3005
+ "#4BABFF",
3006
+ "#94D6CB",
3007
+ "#F9B052",
3008
+ "#8454D4",
3009
+ "#D58C75",
3010
+ "#42C724",
3011
+ "#FF8B8B",
3012
+ "#904026",
3013
+ "#C50669",
3014
+ "#4B25B3"
3015
+ ]
2234
3016
  }
2235
3017
  },
2236
3018
  padding: {
@@ -2292,6 +3074,20 @@ const P = {
2292
3074
  "#C50669",
2293
3075
  "#4B25B3"
2294
3076
  ]
3077
+ },
3078
+ dark: {
3079
+ label: [
3080
+ "#4BABFF",
3081
+ "#94D6CB",
3082
+ "#F9B052",
3083
+ "#8454D4",
3084
+ "#D58C75",
3085
+ "#42C724",
3086
+ "#FF8B8B",
3087
+ "#904026",
3088
+ "#C50669",
3089
+ "#4B25B3"
3090
+ ]
2295
3091
  }
2296
3092
  },
2297
3093
  padding: {
@@ -2368,6 +3164,20 @@ const P = {
2368
3164
  "#C50669",
2369
3165
  "#4B25B3"
2370
3166
  ]
3167
+ },
3168
+ dark: {
3169
+ label: [
3170
+ "#4BABFF",
3171
+ "#94D6CB",
3172
+ "#F9B052",
3173
+ "#8454D4",
3174
+ "#D58C75",
3175
+ "#42C724",
3176
+ "#FF8B8B",
3177
+ "#904026",
3178
+ "#C50669",
3179
+ "#4B25B3"
3180
+ ]
2371
3181
  }
2372
3182
  },
2373
3183
  padding: {
@@ -2414,7 +3224,7 @@ const P = {
2414
3224
  padding: 14
2415
3225
  }
2416
3226
  }
2417
- }, it = {
3227
+ }, at = {
2418
3228
  name: "PRESET_MULTI_GRID_SIMPLE",
2419
3229
  description: "Simple MultiGrid",
2420
3230
  descriptionZh: "簡單MultiGrid",
@@ -2433,6 +3243,20 @@ const P = {
2433
3243
  "#C50669",
2434
3244
  "#4B25B3"
2435
3245
  ]
3246
+ },
3247
+ dark: {
3248
+ label: [
3249
+ "#4BABFF",
3250
+ "#94D6CB",
3251
+ "#F9B052",
3252
+ "#8454D4",
3253
+ "#D58C75",
3254
+ "#42C724",
3255
+ "#FF8B8B",
3256
+ "#904026",
3257
+ "#C50669",
3258
+ "#4B25B3"
3259
+ ]
2436
3260
  }
2437
3261
  },
2438
3262
  padding: {
@@ -2465,7 +3289,7 @@ const P = {
2465
3289
  ]
2466
3290
  }
2467
3291
  }
2468
- }, at = {
3292
+ }, it = {
2469
3293
  name: "PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE",
2470
3294
  description: "Simple separate grid line areas",
2471
3295
  descriptionZh: "簡單的分開顯示Grid的折線區域圖",
@@ -2484,6 +3308,20 @@ const P = {
2484
3308
  "#C50669",
2485
3309
  "#4B25B3"
2486
3310
  ]
3311
+ },
3312
+ dark: {
3313
+ label: [
3314
+ "#4BABFF",
3315
+ "#94D6CB",
3316
+ "#F9B052",
3317
+ "#8454D4",
3318
+ "#D58C75",
3319
+ "#42C724",
3320
+ "#FF8B8B",
3321
+ "#904026",
3322
+ "#C50669",
3323
+ "#4B25B3"
3324
+ ]
2487
3325
  }
2488
3326
  },
2489
3327
  padding: {
@@ -2591,6 +3429,20 @@ const P = {
2591
3429
  "#C50669",
2592
3430
  "#4B25B3"
2593
3431
  ]
3432
+ },
3433
+ dark: {
3434
+ label: [
3435
+ "#4BABFF",
3436
+ "#94D6CB",
3437
+ "#F9B052",
3438
+ "#8454D4",
3439
+ "#D58C75",
3440
+ "#42C724",
3441
+ "#FF8B8B",
3442
+ "#904026",
3443
+ "#C50669",
3444
+ "#4B25B3"
3445
+ ]
2594
3446
  }
2595
3447
  },
2596
3448
  padding: {
@@ -2683,7 +3535,7 @@ const P = {
2683
3535
  ]
2684
3536
  }
2685
3537
  }
2686
- }, st = {
3538
+ }, Ft = {
2687
3539
  name: "PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE",
2688
3540
  description: "Simple separate grid line",
2689
3541
  descriptionZh: "簡單的分開顯示Grid的折線圖",
@@ -2702,6 +3554,20 @@ const P = {
2702
3554
  "#C50669",
2703
3555
  "#4B25B3"
2704
3556
  ]
3557
+ },
3558
+ dark: {
3559
+ label: [
3560
+ "#4BABFF",
3561
+ "#94D6CB",
3562
+ "#F9B052",
3563
+ "#8454D4",
3564
+ "#D58C75",
3565
+ "#42C724",
3566
+ "#FF8B8B",
3567
+ "#904026",
3568
+ "#C50669",
3569
+ "#4B25B3"
3570
+ ]
2705
3571
  }
2706
3572
  },
2707
3573
  padding: {
@@ -2804,6 +3670,20 @@ const P = {
2804
3670
  "#C50669",
2805
3671
  "#4B25B3"
2806
3672
  ]
3673
+ },
3674
+ dark: {
3675
+ label: [
3676
+ "#4BABFF",
3677
+ "#94D6CB",
3678
+ "#F9B052",
3679
+ "#8454D4",
3680
+ "#D58C75",
3681
+ "#42C724",
3682
+ "#FF8B8B",
3683
+ "#904026",
3684
+ "#C50669",
3685
+ "#4B25B3"
3686
+ ]
2807
3687
  }
2808
3688
  },
2809
3689
  padding: {
@@ -2878,7 +3758,7 @@ const P = {
2878
3758
  ]
2879
3759
  }
2880
3760
  }
2881
- }, ot = {
3761
+ }, st = {
2882
3762
  name: "PRESET_MULTI_VALUE_BASIC",
2883
3763
  description: "Basic MultiValue",
2884
3764
  descriptionZh: "基本MultiValue參數",
@@ -2897,6 +3777,20 @@ const P = {
2897
3777
  "#904026",
2898
3778
  "#C4C4C4"
2899
3779
  ]
3780
+ },
3781
+ dark: {
3782
+ label: [
3783
+ "#7DD3C4",
3784
+ "#FFA0A0",
3785
+ "#6CBAFF",
3786
+ "#55D339",
3787
+ "#F9B052",
3788
+ "#FF6C6C",
3789
+ "#8E6BC9",
3790
+ "#0088FF",
3791
+ "#904026",
3792
+ "#C4C4C4"
3793
+ ]
2900
3794
  }
2901
3795
  },
2902
3796
  padding: {
@@ -2912,7 +3806,7 @@ const P = {
2912
3806
  padding: 14
2913
3807
  }
2914
3808
  }
2915
- }, nt = {
3809
+ }, Bt = {
2916
3810
  name: "PRESET_MULTI_VALUE_SEPARATE_CATEGORY",
2917
3811
  description: "MultiValue separate category",
2918
3812
  descriptionZh: "MultiValue 分開顯示category",
@@ -2931,6 +3825,20 @@ const P = {
2931
3825
  "#904026",
2932
3826
  "#C4C4C4"
2933
3827
  ]
3828
+ },
3829
+ dark: {
3830
+ label: [
3831
+ "#7DD3C4",
3832
+ "#FFA0A0",
3833
+ "#6CBAFF",
3834
+ "#55D339",
3835
+ "#F9B052",
3836
+ "#FF6C6C",
3837
+ "#8E6BC9",
3838
+ "#0088FF",
3839
+ "#904026",
3840
+ "#C4C4C4"
3841
+ ]
2934
3842
  }
2935
3843
  },
2936
3844
  padding: {
@@ -2957,7 +3865,7 @@ const P = {
2957
3865
  padding: 14
2958
3866
  }
2959
3867
  }
2960
- }, dt = {
3868
+ }, ot = {
2961
3869
  name: "PRESET_MULTI_VALUE_SIMPLE",
2962
3870
  description: "Simple MultiValue",
2963
3871
  descriptionZh: "簡單MultiValue參數",
@@ -2976,6 +3884,20 @@ const P = {
2976
3884
  "#904026",
2977
3885
  "#C4C4C4"
2978
3886
  ]
3887
+ },
3888
+ dark: {
3889
+ label: [
3890
+ "#7DD3C4",
3891
+ "#FFA0A0",
3892
+ "#6CBAFF",
3893
+ "#55D339",
3894
+ "#F9B052",
3895
+ "#FF6C6C",
3896
+ "#8E6BC9",
3897
+ "#0088FF",
3898
+ "#904026",
3899
+ "#C4C4C4"
3900
+ ]
2979
3901
  }
2980
3902
  },
2981
3903
  padding: {
@@ -2991,7 +3913,7 @@ const P = {
2991
3913
  padding: 7
2992
3914
  }
2993
3915
  }
2994
- }, Et = {
3916
+ }, dt = {
2995
3917
  name: "PRESET_RACING_BARS_ALL_ITEMS",
2996
3918
  description: "Racing bars for all items",
2997
3919
  descriptionZh: "顯示全部項目的賽跑長條圖",
@@ -3010,6 +3932,20 @@ const P = {
3010
3932
  "#4B25B3",
3011
3933
  "#C50669"
3012
3934
  ]
3935
+ },
3936
+ dark: {
3937
+ label: [
3938
+ "#4BABFF",
3939
+ "#FFA0A0",
3940
+ "#7DD3C4",
3941
+ "#F9B052",
3942
+ "#8454D4",
3943
+ "#42C724",
3944
+ "#FF4B4B",
3945
+ "#904026",
3946
+ "#4B25B3",
3947
+ "#C50669"
3948
+ ]
3013
3949
  }
3014
3950
  },
3015
3951
  padding: {
@@ -3030,7 +3966,7 @@ const P = {
3030
3966
  padding: 14
3031
3967
  }
3032
3968
  }
3033
- }, ct = {
3969
+ }, nt = {
3034
3970
  name: "PRESET_RACING_BARS_BASIC",
3035
3971
  description: "Basic racing bars",
3036
3972
  descriptionZh: "基本賽跑長條圖",
@@ -3049,6 +3985,20 @@ const P = {
3049
3985
  "#4B25B3",
3050
3986
  "#C50669"
3051
3987
  ]
3988
+ },
3989
+ dark: {
3990
+ label: [
3991
+ "#4BABFF",
3992
+ "#FFA0A0",
3993
+ "#7DD3C4",
3994
+ "#F9B052",
3995
+ "#8454D4",
3996
+ "#42C724",
3997
+ "#FF4B4B",
3998
+ "#904026",
3999
+ "#4B25B3",
4000
+ "#C50669"
4001
+ ]
3052
4002
  }
3053
4003
  },
3054
4004
  padding: {
@@ -3068,7 +4018,7 @@ const P = {
3068
4018
  padding: 14
3069
4019
  }
3070
4020
  }
3071
- }, Ft = {
4021
+ }, Ct = {
3072
4022
  name: "PRESET_RACING_BARS_FAST",
3073
4023
  description: "Fast racing bars",
3074
4024
  descriptionZh: "快速的賽跑長條圖",
@@ -3087,6 +4037,20 @@ const P = {
3087
4037
  "#4B25B3",
3088
4038
  "#C50669"
3089
4039
  ]
4040
+ },
4041
+ dark: {
4042
+ label: [
4043
+ "#4BABFF",
4044
+ "#FFA0A0",
4045
+ "#7DD3C4",
4046
+ "#F9B052",
4047
+ "#8454D4",
4048
+ "#42C724",
4049
+ "#FF4B4B",
4050
+ "#904026",
4051
+ "#4B25B3",
4052
+ "#C50669"
4053
+ ]
3090
4054
  }
3091
4055
  },
3092
4056
  padding: {
@@ -3106,7 +4070,7 @@ const P = {
3106
4070
  padding: 14
3107
4071
  }
3108
4072
  }
3109
- }, gt = {
4073
+ }, At = {
3110
4074
  name: "PRESET_RACING_BARS_FASTER",
3111
4075
  description: "Faster racing bars",
3112
4076
  descriptionZh: "更快速的賽跑長條圖",
@@ -3125,6 +4089,20 @@ const P = {
3125
4089
  "#4B25B3",
3126
4090
  "#C50669"
3127
4091
  ]
4092
+ },
4093
+ dark: {
4094
+ label: [
4095
+ "#4BABFF",
4096
+ "#FFA0A0",
4097
+ "#7DD3C4",
4098
+ "#F9B052",
4099
+ "#8454D4",
4100
+ "#42C724",
4101
+ "#FF4B4B",
4102
+ "#904026",
4103
+ "#4B25B3",
4104
+ "#C50669"
4105
+ ]
3128
4106
  }
3129
4107
  },
3130
4108
  padding: {
@@ -3144,7 +4122,7 @@ const P = {
3144
4122
  padding: 14
3145
4123
  }
3146
4124
  }
3147
- }, Bt = {
4125
+ }, Et = {
3148
4126
  name: "PRESET_RACING_BARS_LOOP",
3149
4127
  description: "Looping racing bars",
3150
4128
  descriptionZh: "循環的賽跑長條圖",
@@ -3163,6 +4141,20 @@ const P = {
3163
4141
  "#4B25B3",
3164
4142
  "#C50669"
3165
4143
  ]
4144
+ },
4145
+ dark: {
4146
+ label: [
4147
+ "#4BABFF",
4148
+ "#FFA0A0",
4149
+ "#7DD3C4",
4150
+ "#F9B052",
4151
+ "#8454D4",
4152
+ "#42C724",
4153
+ "#FF4B4B",
4154
+ "#904026",
4155
+ "#4B25B3",
4156
+ "#C50669"
4157
+ ]
3166
4158
  }
3167
4159
  },
3168
4160
  padding: {
@@ -3183,7 +4175,7 @@ const P = {
3183
4175
  padding: 14
3184
4176
  }
3185
4177
  }
3186
- }, pt = {
4178
+ }, ct = {
3187
4179
  name: "PRESET_RACING_BARS_OUTSIDE_LABELS",
3188
4180
  description: "Racing bars with labels outside",
3189
4181
  descriptionZh: "標籤在外面的賽跑長條圖",
@@ -3202,6 +4194,20 @@ const P = {
3202
4194
  "#4B25B3",
3203
4195
  "#C50669"
3204
4196
  ]
4197
+ },
4198
+ dark: {
4199
+ label: [
4200
+ "#4BABFF",
4201
+ "#FFA0A0",
4202
+ "#7DD3C4",
4203
+ "#F9B052",
4204
+ "#8454D4",
4205
+ "#42C724",
4206
+ "#FF4B4B",
4207
+ "#904026",
4208
+ "#4B25B3",
4209
+ "#C50669"
4210
+ ]
3205
4211
  }
3206
4212
  },
3207
4213
  padding: {
@@ -3225,7 +4231,7 @@ const P = {
3225
4231
  padding: 14
3226
4232
  }
3227
4233
  }
3228
- }, At = {
4234
+ }, gt = {
3229
4235
  name: "PRESET_RACING_BARS_SEPARATE_CATEGORY",
3230
4236
  description: "Racing bars with separate category",
3231
4237
  descriptionZh: "分開顯示category的賽跑長條圖",
@@ -3244,6 +4250,20 @@ const P = {
3244
4250
  "#4B25B3",
3245
4251
  "#C50669"
3246
4252
  ]
4253
+ },
4254
+ dark: {
4255
+ label: [
4256
+ "#4BABFF",
4257
+ "#FFA0A0",
4258
+ "#7DD3C4",
4259
+ "#F9B052",
4260
+ "#8454D4",
4261
+ "#42C724",
4262
+ "#FF4B4B",
4263
+ "#904026",
4264
+ "#4B25B3",
4265
+ "#C50669"
4266
+ ]
3247
4267
  }
3248
4268
  },
3249
4269
  padding: {
@@ -3280,7 +4300,7 @@ const P = {
3280
4300
  padding: 14
3281
4301
  }
3282
4302
  }
3283
- }, St = {
4303
+ }, Dt = {
3284
4304
  name: "PRESET_RACING_BARS_SIMPLE",
3285
4305
  description: "Simple racing bars",
3286
4306
  descriptionZh: "簡單賽跑長條圖",
@@ -3299,6 +4319,20 @@ const P = {
3299
4319
  "#4B25B3",
3300
4320
  "#C50669"
3301
4321
  ]
4322
+ },
4323
+ dark: {
4324
+ label: [
4325
+ "#4BABFF",
4326
+ "#FFA0A0",
4327
+ "#7DD3C4",
4328
+ "#F9B052",
4329
+ "#8454D4",
4330
+ "#42C724",
4331
+ "#FF4B4B",
4332
+ "#904026",
4333
+ "#4B25B3",
4334
+ "#C50669"
4335
+ ]
3302
4336
  }
3303
4337
  },
3304
4338
  padding: {
@@ -3318,7 +4352,7 @@ const P = {
3318
4352
  padding: 7
3319
4353
  }
3320
4354
  }
3321
- }, Rt = {
4355
+ }, pt = {
3322
4356
  name: "PRESET_RACING_BARS_STOP",
3323
4357
  description: "Stopped racing bars",
3324
4358
  descriptionZh: "停止的賽跑長條圖",
@@ -3337,6 +4371,20 @@ const P = {
3337
4371
  "#4B25B3",
3338
4372
  "#C50669"
3339
4373
  ]
4374
+ },
4375
+ dark: {
4376
+ label: [
4377
+ "#4BABFF",
4378
+ "#FFA0A0",
4379
+ "#7DD3C4",
4380
+ "#F9B052",
4381
+ "#8454D4",
4382
+ "#42C724",
4383
+ "#FF4B4B",
4384
+ "#904026",
4385
+ "#4B25B3",
4386
+ "#C50669"
4387
+ ]
3340
4388
  }
3341
4389
  },
3342
4390
  padding: {
@@ -3355,7 +4403,7 @@ const P = {
3355
4403
  padding: 14
3356
4404
  }
3357
4405
  }
3358
- }, ut = {
4406
+ }, St = {
3359
4407
  name: "PRESET_SCATTER_BASIC",
3360
4408
  description: "Basic scatter",
3361
4409
  descriptionZh: "基本散布圖",
@@ -3374,6 +4422,20 @@ const P = {
3374
4422
  "#C50669",
3375
4423
  "#4B25B3"
3376
4424
  ]
4425
+ },
4426
+ dark: {
4427
+ label: [
4428
+ "#16B59B",
4429
+ "#0088FF",
4430
+ "#FF3232",
4431
+ "#8E6BC9",
4432
+ "#904026",
4433
+ "#D117EA",
4434
+ "#F38428",
4435
+ "#6BDC51",
4436
+ "#C50669",
4437
+ "#4B25B3"
4438
+ ]
3377
4439
  }
3378
4440
  },
3379
4441
  padding: {
@@ -3391,7 +4453,7 @@ const P = {
3391
4453
  // 圓型圖例列點
3392
4454
  }
3393
4455
  }
3394
- }, _t = {
4456
+ }, Rt = {
3395
4457
  name: "PRESET_SCATTER_BUBBLES_BASIC",
3396
4458
  description: "Basic scatter bubbles",
3397
4459
  descriptionZh: "基本的散布泡泡圖",
@@ -3410,6 +4472,20 @@ const P = {
3410
4472
  "#EF76FF",
3411
4473
  "#C4C4C4"
3412
4474
  ]
4475
+ },
4476
+ dark: {
4477
+ label: [
4478
+ "#6CBAFF",
4479
+ "#FF6C6C",
4480
+ "#F9B052",
4481
+ "#7DD3C4",
4482
+ "#AA93D2",
4483
+ "#0088FF",
4484
+ "#FFBABA",
4485
+ "#86DC72",
4486
+ "#EF76FF",
4487
+ "#C4C4C4"
4488
+ ]
3413
4489
  }
3414
4490
  },
3415
4491
  padding: {
@@ -3427,7 +4503,7 @@ const P = {
3427
4503
  // 圓型圖例列點
3428
4504
  }
3429
4505
  }
3430
- }, Ct = {
4506
+ }, ut = {
3431
4507
  name: "PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS",
3432
4508
  description: "Scatter bubbles with radius scaling",
3433
4509
  descriptionZh: "以半徑尺寸為比例的散布泡泡圖",
@@ -3446,6 +4522,20 @@ const P = {
3446
4522
  "#EF76FF",
3447
4523
  "#C4C4C4"
3448
4524
  ]
4525
+ },
4526
+ dark: {
4527
+ label: [
4528
+ "#6CBAFF",
4529
+ "#FF6C6C",
4530
+ "#F9B052",
4531
+ "#7DD3C4",
4532
+ "#AA93D2",
4533
+ "#0088FF",
4534
+ "#FFBABA",
4535
+ "#86DC72",
4536
+ "#EF76FF",
4537
+ "#C4C4C4"
4538
+ ]
3449
4539
  }
3450
4540
  },
3451
4541
  padding: {
@@ -3466,7 +4556,7 @@ const P = {
3466
4556
  arcScaleType: "radius"
3467
4557
  }
3468
4558
  }
3469
- }, mt = {
4559
+ }, _t = {
3470
4560
  name: "PRESET_SCATTER_BUBBLES_LINEAR_OPACITY",
3471
4561
  description: "Scatter bubbles with linear opacity",
3472
4562
  descriptionZh: "漸變透明度的散布泡泡圖",
@@ -3485,6 +4575,20 @@ const P = {
3485
4575
  "#EF76FF",
3486
4576
  "#C4C4C4"
3487
4577
  ]
4578
+ },
4579
+ dark: {
4580
+ label: [
4581
+ "#6CBAFF",
4582
+ "#FF6C6C",
4583
+ "#F9B052",
4584
+ "#7DD3C4",
4585
+ "#AA93D2",
4586
+ "#0088FF",
4587
+ "#FFBABA",
4588
+ "#86DC72",
4589
+ "#EF76FF",
4590
+ "#C4C4C4"
4591
+ ]
3488
4592
  }
3489
4593
  },
3490
4594
  padding: {
@@ -3505,7 +4609,7 @@ const P = {
3505
4609
  valueLinearOpacity: [0.6, 0.95]
3506
4610
  }
3507
4611
  }
3508
- }, ht = {
4612
+ }, mt = {
3509
4613
  name: "PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY",
3510
4614
  description: "Scatter bubbles with separate category",
3511
4615
  descriptionZh: "分開顯示category的散布泡泡圖",
@@ -3524,6 +4628,20 @@ const P = {
3524
4628
  "#EF76FF",
3525
4629
  "#C4C4C4"
3526
4630
  ]
4631
+ },
4632
+ dark: {
4633
+ label: [
4634
+ "#6CBAFF",
4635
+ "#FF6C6C",
4636
+ "#F9B052",
4637
+ "#7DD3C4",
4638
+ "#AA93D2",
4639
+ "#0088FF",
4640
+ "#FFBABA",
4641
+ "#86DC72",
4642
+ "#EF76FF",
4643
+ "#C4C4C4"
4644
+ ]
3527
4645
  }
3528
4646
  },
3529
4647
  padding: {
@@ -3544,7 +4662,7 @@ const P = {
3544
4662
  // 圓型圖例列點
3545
4663
  }
3546
4664
  }
3547
- }, Pt = {
4665
+ }, ht = {
3548
4666
  name: "PRESET_SCATTER_BUBBLES_SIMPLE",
3549
4667
  description: "Simple scatter bubbles",
3550
4668
  descriptionZh: "簡單的散布泡泡圖",
@@ -3563,6 +4681,20 @@ const P = {
3563
4681
  "#EF76FF",
3564
4682
  "#C4C4C4"
3565
4683
  ]
4684
+ },
4685
+ dark: {
4686
+ label: [
4687
+ "#6CBAFF",
4688
+ "#FF6C6C",
4689
+ "#F9B052",
4690
+ "#7DD3C4",
4691
+ "#AA93D2",
4692
+ "#0088FF",
4693
+ "#FFBABA",
4694
+ "#86DC72",
4695
+ "#EF76FF",
4696
+ "#C4C4C4"
4697
+ ]
3566
4698
  }
3567
4699
  },
3568
4700
  padding: {
@@ -3580,7 +4712,7 @@ const P = {
3580
4712
  // 圓型圖例列點
3581
4713
  }
3582
4714
  }
3583
- }, Dt = {
4715
+ }, Pt = {
3584
4716
  name: "PRESET_SCATTER_SEPARATE_CATEGORY",
3585
4717
  description: "Scatter with separate category",
3586
4718
  descriptionZh: "分開顯示category的散布圖",
@@ -3599,6 +4731,20 @@ const P = {
3599
4731
  "#C50669",
3600
4732
  "#4B25B3"
3601
4733
  ]
4734
+ },
4735
+ dark: {
4736
+ label: [
4737
+ "#16B59B",
4738
+ "#0088FF",
4739
+ "#FF3232",
4740
+ "#8E6BC9",
4741
+ "#904026",
4742
+ "#D117EA",
4743
+ "#F38428",
4744
+ "#6BDC51",
4745
+ "#C50669",
4746
+ "#4B25B3"
4747
+ ]
3602
4748
  }
3603
4749
  },
3604
4750
  padding: {
@@ -3627,7 +4773,7 @@ const P = {
3627
4773
  // 圓型圖例列點
3628
4774
  }
3629
4775
  }
3630
- }, Tt = {
4776
+ }, bt = {
3631
4777
  name: "PRESET_SCATTER_SIMPLE",
3632
4778
  description: "Simple scatter",
3633
4779
  descriptionZh: "簡單散布圖",
@@ -3646,6 +4792,20 @@ const P = {
3646
4792
  "#C50669",
3647
4793
  "#4B25B3"
3648
4794
  ]
4795
+ },
4796
+ dark: {
4797
+ label: [
4798
+ "#16B59B",
4799
+ "#0088FF",
4800
+ "#FF3232",
4801
+ "#8E6BC9",
4802
+ "#904026",
4803
+ "#D117EA",
4804
+ "#F38428",
4805
+ "#6BDC51",
4806
+ "#C50669",
4807
+ "#4B25B3"
4808
+ ]
3649
4809
  }
3650
4810
  },
3651
4811
  padding: {
@@ -3663,7 +4823,7 @@ const P = {
3663
4823
  // 圓型圖例列點
3664
4824
  }
3665
4825
  }
3666
- }, It = {
4826
+ }, Tt = {
3667
4827
  name: "PRESET_FORCE_DIRECTED_BASIC",
3668
4828
  description: "Basic force directed chart",
3669
4829
  descriptionZh: "基本力導向圖",
@@ -3682,6 +4842,20 @@ const P = {
3682
4842
  "#4B25B3",
3683
4843
  "#C50669"
3684
4844
  ]
4845
+ },
4846
+ dark: {
4847
+ label: [
4848
+ "#4BABFF",
4849
+ "#FFA0A0",
4850
+ "#7DD3C4",
4851
+ "#F9B052",
4852
+ "#8454D4",
4853
+ "#42C724",
4854
+ "#FF4B4B",
4855
+ "#904026",
4856
+ "#4B25B3",
4857
+ "#C50669"
4858
+ ]
3685
4859
  }
3686
4860
  }
3687
4861
  },
@@ -3692,7 +4866,7 @@ const P = {
3692
4866
  // 圓型圖例列點
3693
4867
  }
3694
4868
  }
3695
- }, bt = {
4869
+ }, It = {
3696
4870
  name: "PRESET_FORCE_DIRECTED_BUBBLES_BASIC",
3697
4871
  description: "Basic force directed bubbles chart",
3698
4872
  descriptionZh: "基本力導向泡泡圖",
@@ -3711,6 +4885,20 @@ const P = {
3711
4885
  "#EF76FF",
3712
4886
  "#C4C4C4"
3713
4887
  ]
4888
+ },
4889
+ dark: {
4890
+ label: [
4891
+ "#6CBAFF",
4892
+ "#FF6C6C",
4893
+ "#F9B052",
4894
+ "#7DD3C4",
4895
+ "#AA93D2",
4896
+ "#0088FF",
4897
+ "#FFBABA",
4898
+ "#86DC72",
4899
+ "#EF76FF",
4900
+ "#C4C4C4"
4901
+ ]
3714
4902
  }
3715
4903
  }
3716
4904
  },
@@ -3740,6 +4928,20 @@ const P = {
3740
4928
  "#EF76FF",
3741
4929
  "#C4C4C4"
3742
4930
  ]
4931
+ },
4932
+ dark: {
4933
+ label: [
4934
+ "#6CBAFF",
4935
+ "#FF6C6C",
4936
+ "#F9B052",
4937
+ "#7DD3C4",
4938
+ "#AA93D2",
4939
+ "#0088FF",
4940
+ "#FFBABA",
4941
+ "#86DC72",
4942
+ "#EF76FF",
4943
+ "#C4C4C4"
4944
+ ]
3743
4945
  }
3744
4946
  }
3745
4947
  },
@@ -3774,6 +4976,20 @@ const P = {
3774
4976
  "#EF76FF",
3775
4977
  "#C4C4C4"
3776
4978
  ]
4979
+ },
4980
+ dark: {
4981
+ label: [
4982
+ "#6CBAFF",
4983
+ "#FF6C6C",
4984
+ "#F9B052",
4985
+ "#7DD3C4",
4986
+ "#AA93D2",
4987
+ "#0088FF",
4988
+ "#FFBABA",
4989
+ "#86DC72",
4990
+ "#EF76FF",
4991
+ "#C4C4C4"
4992
+ ]
3777
4993
  }
3778
4994
  }
3779
4995
  },
@@ -3808,6 +5024,20 @@ const P = {
3808
5024
  "#EF76FF",
3809
5025
  "#C4C4C4"
3810
5026
  ]
5027
+ },
5028
+ dark: {
5029
+ label: [
5030
+ "#6CBAFF",
5031
+ "#FF6C6C",
5032
+ "#F9B052",
5033
+ "#7DD3C4",
5034
+ "#AA93D2",
5035
+ "#0088FF",
5036
+ "#FFBABA",
5037
+ "#86DC72",
5038
+ "#EF76FF",
5039
+ "#C4C4C4"
5040
+ ]
3811
5041
  }
3812
5042
  }
3813
5043
  },
@@ -3839,6 +5069,20 @@ const P = {
3839
5069
  "#EF76FF",
3840
5070
  "#C4C4C4"
3841
5071
  ]
5072
+ },
5073
+ dark: {
5074
+ label: [
5075
+ "#6CBAFF",
5076
+ "#FF6C6C",
5077
+ "#F9B052",
5078
+ "#7DD3C4",
5079
+ "#AA93D2",
5080
+ "#0088FF",
5081
+ "#FFBABA",
5082
+ "#86DC72",
5083
+ "#EF76FF",
5084
+ "#C4C4C4"
5085
+ ]
3842
5086
  }
3843
5087
  }
3844
5088
  },
@@ -3850,7 +5094,7 @@ const P = {
3850
5094
  padding: 7
3851
5095
  }
3852
5096
  }
3853
- }, Ot = {
5097
+ }, kt = {
3854
5098
  name: "PRESET_FORCE_DIRECTED_NONE_ZOOM",
3855
5099
  description: "Force directed chart without mouse drag and zoom control",
3856
5100
  descriptionZh: "無滑鼠托曳及縮放控制的力導向圖",
@@ -3869,6 +5113,20 @@ const P = {
3869
5113
  "#4B25B3",
3870
5114
  "#C50669"
3871
5115
  ]
5116
+ },
5117
+ dark: {
5118
+ label: [
5119
+ "#4BABFF",
5120
+ "#FFA0A0",
5121
+ "#7DD3C4",
5122
+ "#F9B052",
5123
+ "#8454D4",
5124
+ "#42C724",
5125
+ "#FF4B4B",
5126
+ "#904026",
5127
+ "#4B25B3",
5128
+ "#C50669"
5129
+ ]
3872
5130
  }
3873
5131
  }
3874
5132
  },
@@ -3881,7 +5139,7 @@ const P = {
3881
5139
  // 圓型圖例列點
3882
5140
  }
3883
5141
  }
3884
- }, Nt = {
5142
+ }, Ot = {
3885
5143
  name: "PRESET_FORCE_DIRECTED_FIX_FONT_SIZE",
3886
5144
  description: "Force directed chart with fixed font size",
3887
5145
  descriptionZh: "固定字體大小的力導向圖",
@@ -3900,6 +5158,20 @@ const P = {
3900
5158
  "#4B25B3",
3901
5159
  "#C50669"
3902
5160
  ]
5161
+ },
5162
+ dark: {
5163
+ label: [
5164
+ "#4BABFF",
5165
+ "#FFA0A0",
5166
+ "#7DD3C4",
5167
+ "#F9B052",
5168
+ "#8454D4",
5169
+ "#42C724",
5170
+ "#FF4B4B",
5171
+ "#904026",
5172
+ "#4B25B3",
5173
+ "#C50669"
5174
+ ]
3903
5175
  }
3904
5176
  }
3905
5177
  },
@@ -3917,7 +5189,7 @@ const P = {
3917
5189
  // 圓型圖例列點
3918
5190
  }
3919
5191
  }
3920
- }, vt = {
5192
+ }, Nt = {
3921
5193
  name: "PRESET_FORCE_DIRECTED_NONE_ARROW",
3922
5194
  description: "Force directed chart without arrows",
3923
5195
  descriptionZh: "沒有箭頭的力導向圖",
@@ -3936,6 +5208,20 @@ const P = {
3936
5208
  "#4B25B3",
3937
5209
  "#C50669"
3938
5210
  ]
5211
+ },
5212
+ dark: {
5213
+ label: [
5214
+ "#4BABFF",
5215
+ "#FFA0A0",
5216
+ "#7DD3C4",
5217
+ "#F9B052",
5218
+ "#8454D4",
5219
+ "#42C724",
5220
+ "#FF4B4B",
5221
+ "#904026",
5222
+ "#4B25B3",
5223
+ "#C50669"
5224
+ ]
3939
5225
  }
3940
5226
  }
3941
5227
  },
@@ -3951,7 +5237,7 @@ const P = {
3951
5237
  // 圓型圖例列點
3952
5238
  }
3953
5239
  }
3954
- }, Zt = {
5240
+ }, vt = {
3955
5241
  name: "PRESET_FORCE_DIRECTED_SIMPLE",
3956
5242
  description: "Simple force directed chart",
3957
5243
  descriptionZh: "簡單力導向圖",
@@ -3970,6 +5256,20 @@ const P = {
3970
5256
  "#4B25B3",
3971
5257
  "#C50669"
3972
5258
  ]
5259
+ },
5260
+ dark: {
5261
+ label: [
5262
+ "#4BABFF",
5263
+ "#FFA0A0",
5264
+ "#7DD3C4",
5265
+ "#F9B052",
5266
+ "#8454D4",
5267
+ "#42C724",
5268
+ "#FF4B4B",
5269
+ "#904026",
5270
+ "#4B25B3",
5271
+ "#C50669"
5272
+ ]
3973
5273
  }
3974
5274
  }
3975
5275
  },
@@ -3981,7 +5281,7 @@ const P = {
3981
5281
  padding: 7
3982
5282
  }
3983
5283
  }
3984
- }, Ut = {
5284
+ }, Zt = {
3985
5285
  name: "PRESET_TREE_MAP_BASIC",
3986
5286
  description: "Basic tree map",
3987
5287
  descriptionZh: "基本樹狀矩形圖",
@@ -4000,6 +5300,20 @@ const P = {
4000
5300
  "#C50669",
4001
5301
  "#4B25B3"
4002
5302
  ]
5303
+ },
5304
+ dark: {
5305
+ label: [
5306
+ "#4BABFF",
5307
+ "#94D6CB",
5308
+ "#F9B052",
5309
+ "#8454D4",
5310
+ "#D58C75",
5311
+ "#42C724",
5312
+ "#FF8B8B",
5313
+ "#904026",
5314
+ "#C50669",
5315
+ "#4B25B3"
5316
+ ]
4003
5317
  }
4004
5318
  },
4005
5319
  padding: {
@@ -4019,7 +5333,7 @@ const P = {
4019
5333
  padding: 14
4020
5334
  }
4021
5335
  }
4022
- }, ft = {
5336
+ }, Ut = {
4023
5337
  name: "PRESET_TREE_MAP_SIMPLE",
4024
5338
  description: "Simple tree map",
4025
5339
  descriptionZh: "簡單樹狀矩形圖",
@@ -4038,6 +5352,20 @@ const P = {
4038
5352
  "#C50669",
4039
5353
  "#4B25B3"
4040
5354
  ]
5355
+ },
5356
+ dark: {
5357
+ label: [
5358
+ "#4BABFF",
5359
+ "#94D6CB",
5360
+ "#F9B052",
5361
+ "#8454D4",
5362
+ "#D58C75",
5363
+ "#42C724",
5364
+ "#FF8B8B",
5365
+ "#904026",
5366
+ "#C50669",
5367
+ "#4B25B3"
5368
+ ]
4041
5369
  }
4042
5370
  },
4043
5371
  padding: {
@@ -4056,32 +5384,32 @@ const P = {
4056
5384
  }
4057
5385
  };
4058
5386
  export {
4059
- P as PRESET_BARS_HORIZONTAL_AND_ROUND,
4060
- D as PRESET_BARS_HORIZONTAL_AND_THIN,
4061
- T as PRESET_BARS_ROUND,
4062
- I as PRESET_BARS_THIN,
4063
- u as PRESET_BUBBLES_BASIC,
4064
- _ as PRESET_BUBBLES_SCALING_BY_RADIUS,
4065
- C as PRESET_BUBBLES_SEPARATE_SERIES,
4066
- m as PRESET_BUBBLES_SIMPLE,
4067
- i as PRESET_BUBBLES_SUM_SERIES,
4068
- It as PRESET_FORCE_DIRECTED_BASIC,
4069
- bt as PRESET_FORCE_DIRECTED_BUBBLES_BASIC,
5387
+ h as PRESET_BARS_HORIZONTAL_AND_ROUND,
5388
+ P as PRESET_BARS_HORIZONTAL_AND_THIN,
5389
+ b as PRESET_BARS_ROUND,
5390
+ T as PRESET_BARS_THIN,
5391
+ S as PRESET_BUBBLES_BASIC,
5392
+ R as PRESET_BUBBLES_SCALING_BY_RADIUS,
5393
+ u as PRESET_BUBBLES_SEPARATE_SERIES,
5394
+ _ as PRESET_BUBBLES_SIMPLE,
5395
+ a as PRESET_BUBBLES_SUM_SERIES,
5396
+ Tt as PRESET_FORCE_DIRECTED_BASIC,
5397
+ It as PRESET_FORCE_DIRECTED_BUBBLES_BASIC,
4070
5398
  Lt as PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH,
4071
5399
  Mt as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW,
4072
5400
  xt as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM,
4073
5401
  Gt as PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE,
4074
- Nt as PRESET_FORCE_DIRECTED_FIX_FONT_SIZE,
4075
- vt as PRESET_FORCE_DIRECTED_NONE_ARROW,
4076
- Ot as PRESET_FORCE_DIRECTED_NONE_ZOOM,
4077
- Zt as PRESET_FORCE_DIRECTED_SIMPLE,
4078
- b as PRESET_GRID_BASIC,
5402
+ Ot as PRESET_FORCE_DIRECTED_FIX_FONT_SIZE,
5403
+ Nt as PRESET_FORCE_DIRECTED_NONE_ARROW,
5404
+ kt as PRESET_FORCE_DIRECTED_NONE_ZOOM,
5405
+ vt as PRESET_FORCE_DIRECTED_SIMPLE,
5406
+ I as PRESET_GRID_BASIC,
4079
5407
  L as PRESET_GRID_HORIZONTAL,
4080
5408
  x as PRESET_GRID_PN_SCALE,
4081
5409
  M as PRESET_GRID_PN_SCALE_SIMPLE,
4082
5410
  G as PRESET_GRID_ROTATE_AXIS_LABEL,
4083
- O as PRESET_GRID_SEPARATE_SERIES,
4084
- N as PRESET_GRID_SIMPLE,
5411
+ k as PRESET_GRID_SEPARATE_SERIES,
5412
+ O as PRESET_GRID_SIMPLE,
4085
5413
  y as PRESET_LINES_BASIC,
4086
5414
  w as PRESET_LINES_CURVE,
4087
5415
  W as PRESET_LINES_HORIZONTAL,
@@ -4089,13 +5417,13 @@ export {
4089
5417
  X as PRESET_LINES_ROTATE_AXIS_LABEL,
4090
5418
  z as PRESET_LINES_SIMPLE,
4091
5419
  K as PRESET_LINES_WITH_SOLID_DOTS,
4092
- v as PRESET_LINE_AREAS_BASIC,
4093
- Z as PRESET_LINE_AREAS_CURVE,
4094
- U as PRESET_LINE_AREAS_HORIZONTAL,
4095
- f as PRESET_LINE_AREAS_LOOSE_TICKS,
4096
- V as PRESET_LINE_AREAS_ROTATE_AXIS_LABEL,
4097
- H as PRESET_LINE_AREAS_SEPARATE_SERIES,
4098
- k as PRESET_LINE_AREAS_SIMPLE,
5420
+ N as PRESET_LINE_AREAS_BASIC,
5421
+ v as PRESET_LINE_AREAS_CURVE,
5422
+ Z as PRESET_LINE_AREAS_HORIZONTAL,
5423
+ U as PRESET_LINE_AREAS_LOOSE_TICKS,
5424
+ f as PRESET_LINE_AREAS_ROTATE_AXIS_LABEL,
5425
+ V as PRESET_LINE_AREAS_SEPARATE_SERIES,
5426
+ H as PRESET_LINE_AREAS_SIMPLE,
4099
5427
  j as PRESET_MULTI_GRID_BASIC,
4100
5428
  J as PRESET_MULTI_GRID_DIVERGING,
4101
5429
  q as PRESET_MULTI_GRID_DIVERGING_SIMPLE,
@@ -4103,48 +5431,48 @@ export {
4103
5431
  Q as PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE,
4104
5432
  et as PRESET_MULTI_GRID_SEPARATE_GRID,
4105
5433
  tt as PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE,
4106
- it as PRESET_MULTI_GRID_SIMPLE,
5434
+ at as PRESET_MULTI_GRID_SIMPLE,
4107
5435
  lt as PRESET_MULTI_LINES_SEPARATE_GRID,
4108
- st as PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE,
5436
+ Ft as PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE,
4109
5437
  rt as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID,
4110
- at as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE,
4111
- ot as PRESET_MULTI_VALUE_BASIC,
4112
- nt as PRESET_MULTI_VALUE_SEPARATE_CATEGORY,
4113
- dt as PRESET_MULTI_VALUE_SIMPLE,
4114
- a as PRESET_PIE_BASIC,
5438
+ it as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE,
5439
+ st as PRESET_MULTI_VALUE_BASIC,
5440
+ Bt as PRESET_MULTI_VALUE_SEPARATE_CATEGORY,
5441
+ ot as PRESET_MULTI_VALUE_SIMPLE,
5442
+ i as PRESET_PIE_BASIC,
4115
5443
  r as PRESET_PIE_DONUT,
4116
- s as PRESET_PIE_HALF_DONUT,
4117
- o as PRESET_PIE_SEPARATE_SERIES,
4118
- n as PRESET_PIE_SIMPLE,
4119
- d as PRESET_PIE_SUM_SERIES,
5444
+ F as PRESET_PIE_HALF_DONUT,
5445
+ s as PRESET_PIE_SEPARATE_SERIES,
5446
+ B as PRESET_PIE_SIMPLE,
5447
+ o as PRESET_PIE_SUM_SERIES,
4120
5448
  l as PRESET_PIE_WITH_INNER_LABELS,
4121
- Et as PRESET_RACING_BARS_ALL_ITEMS,
4122
- ct as PRESET_RACING_BARS_BASIC,
4123
- Ft as PRESET_RACING_BARS_FAST,
4124
- gt as PRESET_RACING_BARS_FASTER,
4125
- Bt as PRESET_RACING_BARS_LOOP,
4126
- pt as PRESET_RACING_BARS_OUTSIDE_LABELS,
4127
- At as PRESET_RACING_BARS_SEPARATE_CATEGORY,
4128
- St as PRESET_RACING_BARS_SIMPLE,
4129
- Rt as PRESET_RACING_BARS_STOP,
4130
- E as PRESET_ROSE_BASIC,
4131
- c as PRESET_ROSE_SCALING_BY_RADIUS,
4132
- F as PRESET_ROSE_SEPARATE_SERIES,
4133
- p as PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES,
4134
- g as PRESET_ROSE_SIMPLE,
4135
- B as PRESET_ROSE_SUM_SERIES,
4136
- ut as PRESET_SCATTER_BASIC,
4137
- _t as PRESET_SCATTER_BUBBLES_BASIC,
4138
- mt as PRESET_SCATTER_BUBBLES_LINEAR_OPACITY,
4139
- Ct as PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS,
4140
- ht as PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY,
4141
- Pt as PRESET_SCATTER_BUBBLES_SIMPLE,
4142
- Dt as PRESET_SCATTER_SEPARATE_CATEGORY,
4143
- Tt as PRESET_SCATTER_SIMPLE,
4144
- h as PRESET_SERIES_BASIC,
4145
- S as PRESET_SERIES_SEPARATE_SERIES,
4146
- A as PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES,
4147
- R as PRESET_SERIES_SUM_SERIES,
4148
- Ut as PRESET_TREE_MAP_BASIC,
4149
- ft as PRESET_TREE_MAP_SIMPLE
5449
+ dt as PRESET_RACING_BARS_ALL_ITEMS,
5450
+ nt as PRESET_RACING_BARS_BASIC,
5451
+ Ct as PRESET_RACING_BARS_FAST,
5452
+ At as PRESET_RACING_BARS_FASTER,
5453
+ Et as PRESET_RACING_BARS_LOOP,
5454
+ ct as PRESET_RACING_BARS_OUTSIDE_LABELS,
5455
+ gt as PRESET_RACING_BARS_SEPARATE_CATEGORY,
5456
+ Dt as PRESET_RACING_BARS_SIMPLE,
5457
+ pt as PRESET_RACING_BARS_STOP,
5458
+ d as PRESET_ROSE_BASIC,
5459
+ n as PRESET_ROSE_SCALING_BY_RADIUS,
5460
+ C as PRESET_ROSE_SEPARATE_SERIES,
5461
+ c as PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES,
5462
+ A as PRESET_ROSE_SIMPLE,
5463
+ E as PRESET_ROSE_SUM_SERIES,
5464
+ St as PRESET_SCATTER_BASIC,
5465
+ Rt as PRESET_SCATTER_BUBBLES_BASIC,
5466
+ _t as PRESET_SCATTER_BUBBLES_LINEAR_OPACITY,
5467
+ ut as PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS,
5468
+ mt as PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY,
5469
+ ht as PRESET_SCATTER_BUBBLES_SIMPLE,
5470
+ Pt as PRESET_SCATTER_SEPARATE_CATEGORY,
5471
+ bt as PRESET_SCATTER_SIMPLE,
5472
+ m as PRESET_SERIES_BASIC,
5473
+ D as PRESET_SERIES_SEPARATE_SERIES,
5474
+ g as PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES,
5475
+ p as PRESET_SERIES_SUM_SERIES,
5476
+ Zt as PRESET_TREE_MAP_BASIC,
5477
+ Ut as PRESET_TREE_MAP_SIMPLE
4150
5478
  };