@orbcharts/presets-basic 3.0.0 → 3.0.2

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 (126) hide show
  1. package/LICENSE +200 -200
  2. package/dist/orbcharts-presets-basic.es.js +533 -221
  3. package/dist/orbcharts-presets-basic.umd.js +1 -1
  4. package/dist/src/multiValue/PRESET_ORDINAL_BUBBLES_ALL_ITEMS.d.ts +4 -0
  5. package/dist/src/multiValue/PRESET_ORDINAL_BUBBLES_BASIC.d.ts +4 -0
  6. package/dist/src/multiValue/PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY.d.ts +4 -0
  7. package/dist/src/multiValue/PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS.d.ts +4 -0
  8. package/dist/src/multiValue/PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY.d.ts +4 -0
  9. package/dist/src/multiValue/PRESET_ORDINAL_BUBBLES_SIMPLE.d.ts +4 -0
  10. package/dist/src/multiValue/index.d.ts +6 -0
  11. package/dist/src/types.d.ts +14 -2
  12. package/lib/core-types.ts +7 -7
  13. package/lib/plugins-basic-types.ts +6 -6
  14. package/package.json +46 -42
  15. package/src/grid/PRESET_BARS_HORIZONTAL_AND_ROUND.ts +74 -74
  16. package/src/grid/PRESET_BARS_HORIZONTAL_AND_THIN.ts +73 -75
  17. package/src/grid/PRESET_BARS_ROUND.ts +68 -70
  18. package/src/grid/PRESET_BARS_THIN.ts +65 -67
  19. package/src/grid/PRESET_GRID_BASIC.ts +53 -58
  20. package/src/grid/PRESET_GRID_HORIZONTAL.ts +62 -75
  21. package/src/grid/PRESET_GRID_PN_SCALE.ts +59 -66
  22. package/src/grid/PRESET_GRID_PN_SCALE_SIMPLE.ts +59 -63
  23. package/src/grid/PRESET_GRID_ROTATE_AXIS_LABEL.ts +61 -66
  24. package/src/grid/PRESET_GRID_SEPARATE_SERIES.ts +67 -71
  25. package/src/grid/PRESET_GRID_SIMPLE.ts +58 -58
  26. package/src/grid/PRESET_LINES_BASIC.ts +62 -62
  27. package/src/grid/PRESET_LINES_CURVE.ts +65 -65
  28. package/src/grid/PRESET_LINES_HIGHLIGHT_GROUP_DOTS.ts +64 -64
  29. package/src/grid/PRESET_LINES_HORIZONTAL.ts +70 -70
  30. package/src/grid/PRESET_LINES_LOOSE_TICKS.ts +64 -64
  31. package/src/grid/PRESET_LINES_ROTATE_AXIS_LABEL.ts +67 -67
  32. package/src/grid/PRESET_LINES_SIMPLE.ts +67 -67
  33. package/src/grid/PRESET_LINES_WITH_SOLID_DOTS.ts +66 -66
  34. package/src/grid/PRESET_LINE_AREAS_BASIC.ts +68 -68
  35. package/src/grid/PRESET_LINE_AREAS_CURVE.ts +73 -79
  36. package/src/grid/PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS.ts +72 -72
  37. package/src/grid/PRESET_LINE_AREAS_HORIZONTAL.ts +72 -72
  38. package/src/grid/PRESET_LINE_AREAS_LOOSE_TICKS.ts +70 -70
  39. package/src/grid/PRESET_LINE_AREAS_ROTATE_AXIS_LABEL.ts +73 -73
  40. package/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.ts +78 -74
  41. package/src/grid/PRESET_LINE_AREAS_SIMPLE.ts +71 -71
  42. package/src/grid/index.ts +26 -26
  43. package/src/index.ts +6 -6
  44. package/src/multiGrid/PRESET_MULTI_GRID_BASIC.ts +64 -64
  45. package/src/multiGrid/PRESET_MULTI_GRID_DIVERGING.ts +112 -112
  46. package/src/multiGrid/PRESET_MULTI_GRID_DIVERGING_SIMPLE.ts +115 -115
  47. package/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE.ts +85 -85
  48. package/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE.ts +95 -95
  49. package/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.ts +91 -87
  50. package/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE.ts +99 -98
  51. package/src/multiGrid/PRESET_MULTI_GRID_SIMPLE.ts +74 -74
  52. package/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.ts +119 -115
  53. package/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE.ts +125 -124
  54. package/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.ts +133 -133
  55. package/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE.ts +128 -127
  56. package/src/multiGrid/index.ts +12 -12
  57. package/src/multiValue/PRESET_MULTI_VALUE_BASIC.ts +53 -53
  58. package/src/multiValue/PRESET_MULTI_VALUE_SEPARATE_CATEGORY.ts +68 -64
  59. package/src/multiValue/PRESET_MULTI_VALUE_SIMPLE.ts +53 -53
  60. package/src/multiValue/PRESET_ORDINAL_BUBBLES_ALL_ITEMS.ts +57 -0
  61. package/src/multiValue/PRESET_ORDINAL_BUBBLES_BASIC.ts +56 -0
  62. package/src/multiValue/PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY.ts +59 -0
  63. package/src/multiValue/PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS.ts +59 -0
  64. package/src/multiValue/PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY.ts +66 -0
  65. package/src/multiValue/PRESET_ORDINAL_BUBBLES_SIMPLE.ts +59 -0
  66. package/src/multiValue/PRESET_RACING_BARS_ALL_ITEMS.ts +58 -58
  67. package/src/multiValue/PRESET_RACING_BARS_BASIC.ts +57 -57
  68. package/src/multiValue/PRESET_RACING_BARS_FAST.ts +57 -57
  69. package/src/multiValue/PRESET_RACING_BARS_FASTER.ts +57 -57
  70. package/src/multiValue/PRESET_RACING_BARS_LOOP.ts +58 -58
  71. package/src/multiValue/PRESET_RACING_BARS_OUTSIDE_LABELS.ts +61 -61
  72. package/src/multiValue/PRESET_RACING_BARS_SEPARATE_CATEGORY.ts +74 -74
  73. package/src/multiValue/PRESET_RACING_BARS_SIMPLE.ts +57 -57
  74. package/src/multiValue/PRESET_RACING_BARS_STOP.ts +56 -56
  75. package/src/multiValue/PRESET_SCATTER_BASIC.ts +54 -54
  76. package/src/multiValue/PRESET_SCATTER_BUBBLES_BASIC.ts +54 -54
  77. package/src/multiValue/PRESET_SCATTER_BUBBLES_LINEAR_OPACITY.ts +57 -57
  78. package/src/multiValue/PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS.ts +57 -57
  79. package/src/multiValue/PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY.ts +61 -57
  80. package/src/multiValue/PRESET_SCATTER_BUBBLES_SIMPLE.ts +54 -54
  81. package/src/multiValue/PRESET_SCATTER_SEPARATE_CATEGORY.ts +69 -65
  82. package/src/multiValue/PRESET_SCATTER_SIMPLE.ts +54 -54
  83. package/src/multiValue/index.ts +26 -20
  84. package/src/relationship/PRESET_FORCE_DIRECTED_BASIC.ts +47 -47
  85. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_BASIC.ts +47 -47
  86. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH.ts +52 -52
  87. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW.ts +52 -52
  88. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM.ts +49 -49
  89. package/src/relationship/PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE.ts +48 -48
  90. package/src/relationship/PRESET_FORCE_DIRECTED_FIX_FONT_SIZE.ts +54 -54
  91. package/src/relationship/PRESET_FORCE_DIRECTED_NONE_ARROW.ts +52 -52
  92. package/src/relationship/PRESET_FORCE_DIRECTED_NONE_ZOOM.ts +49 -49
  93. package/src/relationship/PRESET_FORCE_DIRECTED_SIMPLE.ts +48 -48
  94. package/src/relationship/index.ts +9 -9
  95. package/src/series/PRESET_BUBBLES_BASIC.ts +46 -46
  96. package/src/series/PRESET_BUBBLES_SCALING_BY_RADIUS.ts +49 -49
  97. package/src/series/PRESET_BUBBLES_SEPARATE_SERIES.ts +58 -58
  98. package/src/series/PRESET_BUBBLES_SIMPLE.ts +53 -53
  99. package/src/series/PRESET_BUBBLES_SUM_SERIES.ts +48 -48
  100. package/src/series/PRESET_PIE_BASIC.ts +49 -49
  101. package/src/series/PRESET_PIE_DONUT.ts +54 -54
  102. package/src/series/PRESET_PIE_HALF_DONUT.ts +66 -66
  103. package/src/series/PRESET_PIE_SEPARATE_SERIES.ts +47 -47
  104. package/src/series/PRESET_PIE_SIMPLE.ts +56 -56
  105. package/src/series/PRESET_PIE_SUM_SERIES.ts +48 -48
  106. package/src/series/PRESET_PIE_WITH_INNER_LABELS.ts +55 -55
  107. package/src/series/PRESET_ROSE_BASIC.ts +55 -55
  108. package/src/series/PRESET_ROSE_SCALING_BY_RADIUS.ts +61 -61
  109. package/src/series/PRESET_ROSE_SEPARATE_SERIES.ts +53 -55
  110. package/src/series/PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES.ts +54 -56
  111. package/src/series/PRESET_ROSE_SIMPLE.ts +56 -56
  112. package/src/series/PRESET_ROSE_SUM_SERIES.ts +54 -54
  113. package/src/series/PRESET_SERIES_BASIC.ts +46 -46
  114. package/src/series/PRESET_SERIES_SEPARATE_SERIES.ts +47 -47
  115. package/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.ts +48 -48
  116. package/src/series/PRESET_SERIES_SUM_SERIES.ts +49 -49
  117. package/src/series/index.ts +23 -23
  118. package/src/tree/PRESET_TREE_MAP_BASIC.ts +54 -58
  119. package/src/tree/PRESET_TREE_MAP_SIMPLE.ts +54 -54
  120. package/src/tree/index.ts +1 -1
  121. package/src/types.ts +392 -368
  122. package/tsconfig.base.json +13 -13
  123. package/tsconfig.json +2 -2
  124. package/vite.config.js +22 -22
  125. package/dist/src/params.d.ts +0 -9
  126. package/src/params.ts +0 -84
@@ -1,4 +1,4 @@
1
- const S = {
1
+ const R = {
2
2
  name: "PRESET_BUBBLES_BASIC",
3
3
  description: "Basic bubble chart",
4
4
  descriptionZh: "基本泡泡圖",
@@ -40,7 +40,7 @@ const S = {
40
40
  // 圓型圖例列點
41
41
  }
42
42
  }
43
- }, R = {
43
+ }, u = {
44
44
  name: "PRESET_BUBBLES_SCALING_BY_RADIUS",
45
45
  description: "Bubble chart scaled by radius size",
46
46
  descriptionZh: "以半徑尺寸為比例的泡泡圖",
@@ -85,7 +85,7 @@ const S = {
85
85
  // 圓型圖例列點
86
86
  }
87
87
  }
88
- }, u = {
88
+ }, S = {
89
89
  name: "PRESET_BUBBLES_SEPARATE_SERIES",
90
90
  description: "Bubble chart showing series separately",
91
91
  descriptionZh: "分開顯示Series的泡泡圖",
@@ -188,7 +188,7 @@ const S = {
188
188
  padding: 7
189
189
  }
190
190
  }
191
- }, a = {
191
+ }, e = {
192
192
  name: "PRESET_BUBBLES_SUM_SERIES",
193
193
  description: "Bubble chart of combined Series data",
194
194
  descriptionZh: "合併Series資料的泡泡圖",
@@ -225,12 +225,12 @@ const S = {
225
225
  }
226
226
  },
227
227
  dataFormatter: {
228
- sort: (t, e) => e.value - t.value,
228
+ sort: (t, a) => a.value - t.value,
229
229
  sumSeries: !0
230
230
  },
231
231
  pluginParams: {}
232
232
  };
233
- a.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
233
+ e.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
234
234
  const i = {
235
235
  name: "PRESET_PIE_BASIC",
236
236
  description: "Basic pie chart",
@@ -268,7 +268,7 @@ const i = {
268
268
  }
269
269
  },
270
270
  dataFormatter: {
271
- sort: (t, e) => e.value - t.value
271
+ sort: (t, a) => a.value - t.value
272
272
  },
273
273
  pluginParams: {
274
274
  SeriesLegend: {
@@ -315,7 +315,7 @@ const F = {
315
315
  }
316
316
  },
317
317
  dataFormatter: {
318
- sort: (t, e) => e.value - t.value
318
+ sort: (t, a) => a.value - t.value
319
319
  },
320
320
  pluginParams: {
321
321
  Pie: {
@@ -373,7 +373,7 @@ const r = {
373
373
  }
374
374
  },
375
375
  dataFormatter: {
376
- sort: (t, e) => e.value - t.value
376
+ sort: (t, a) => a.value - t.value
377
377
  },
378
378
  pluginParams: {
379
379
  Pie: {
@@ -431,7 +431,7 @@ const l = {
431
431
  }
432
432
  },
433
433
  dataFormatter: {
434
- sort: (t, e) => e.value - t.value
434
+ sort: (t, a) => a.value - t.value
435
435
  },
436
436
  pluginParams: {
437
437
  Pie: {},
@@ -485,7 +485,7 @@ const s = {
485
485
  }
486
486
  },
487
487
  dataFormatter: {
488
- sort: (t, e) => e.value - t.value,
488
+ sort: (t, a) => a.value - t.value,
489
489
  separateSeries: !0
490
490
  },
491
491
  pluginParams: {}
@@ -534,7 +534,7 @@ const o = {
534
534
  }
535
535
  },
536
536
  dataFormatter: {
537
- sort: (t, e) => e.value - t.value
537
+ sort: (t, a) => a.value - t.value
538
538
  },
539
539
  pluginParams: {
540
540
  SeriesLegend: {
@@ -545,7 +545,7 @@ const o = {
545
545
  }
546
546
  };
547
547
  o.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
548
- const d = {
548
+ const n = {
549
549
  name: "PRESET_PIE_SUM_SERIES",
550
550
  description: "Pie chart of combined Series data",
551
551
  descriptionZh: "合併Series資料的圓餅圖",
@@ -582,13 +582,13 @@ const d = {
582
582
  }
583
583
  },
584
584
  dataFormatter: {
585
- sort: (t, e) => e.value - t.value,
585
+ sort: (t, a) => a.value - t.value,
586
586
  sumSeries: !0
587
587
  },
588
588
  pluginParams: {}
589
589
  };
590
- d.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
591
- const n = {
590
+ n.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
591
+ const d = {
592
592
  name: "PRESET_ROSE_BASIC",
593
593
  description: "Basic Rose chart",
594
594
  descriptionZh: "基本Rose參數",
@@ -631,7 +631,7 @@ const n = {
631
631
  }
632
632
  },
633
633
  dataFormatter: {
634
- sort: (t, e) => e.value - t.value
634
+ sort: (t, a) => a.value - t.value
635
635
  },
636
636
  pluginParams: {
637
637
  SeriesLegend: {
@@ -640,7 +640,7 @@ const n = {
640
640
  }
641
641
  }
642
642
  };
643
- n.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
643
+ d.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
644
644
  const B = {
645
645
  name: "PRESET_ROSE_SCALING_BY_RADIUS",
646
646
  description: "Rose chart with radius scaling",
@@ -684,7 +684,7 @@ const B = {
684
684
  }
685
685
  },
686
686
  dataFormatter: {
687
- sort: (t, e) => e.value - t.value
687
+ sort: (t, a) => a.value - t.value
688
688
  },
689
689
  pluginParams: {
690
690
  Rose: {
@@ -743,13 +743,10 @@ const E = {
743
743
  }
744
744
  },
745
745
  dataFormatter: {
746
- sort: (t, e) => e.value - t.value,
746
+ sort: (t, a) => a.value - t.value,
747
747
  separateSeries: !0
748
748
  },
749
- pluginParams: {
750
- // ...ALL_PLUGIN_PARAMS_SERIES,
751
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
752
- }
749
+ pluginParams: {}
753
750
  };
754
751
  E.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
755
752
  const C = {
@@ -795,7 +792,7 @@ const C = {
795
792
  }
796
793
  },
797
794
  dataFormatter: {
798
- sort: (t, e) => e.value - t.value
795
+ sort: (t, a) => a.value - t.value
799
796
  },
800
797
  pluginParams: {
801
798
  SeriesLegend: {
@@ -849,7 +846,7 @@ const A = {
849
846
  }
850
847
  },
851
848
  dataFormatter: {
852
- sort: (t, e) => e.value - t.value,
849
+ sort: (t, a) => a.value - t.value,
853
850
  sumSeries: !0
854
851
  },
855
852
  pluginParams: {}
@@ -898,14 +895,11 @@ const D = {
898
895
  }
899
896
  },
900
897
  dataFormatter: {
901
- sort: (t, e) => e.value - t.value,
898
+ sort: (t, a) => a.value - t.value,
902
899
  separateSeries: !0,
903
900
  sumSeries: !0
904
901
  },
905
- pluginParams: {
906
- // ...ALL_PLUGIN_PARAMS_SERIES,
907
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
908
- }
902
+ pluginParams: {}
909
903
  };
910
904
  D.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
911
905
  const m = {
@@ -987,7 +981,7 @@ const m = {
987
981
  }
988
982
  },
989
983
  dataFormatter: {
990
- sort: (t, e) => e.value - t.value,
984
+ sort: (t, a) => a.value - t.value,
991
985
  separateSeries: !0,
992
986
  sumSeries: !0
993
987
  },
@@ -1031,7 +1025,7 @@ const g = {
1031
1025
  }
1032
1026
  },
1033
1027
  dataFormatter: {
1034
- sort: (t, e) => e.value - t.value,
1028
+ sort: (t, a) => a.value - t.value,
1035
1029
  separateSeries: !0
1036
1030
  },
1037
1031
  pluginParams: {}
@@ -1074,7 +1068,7 @@ const p = {
1074
1068
  }
1075
1069
  },
1076
1070
  dataFormatter: {
1077
- sort: (t, e) => e.value - t.value,
1071
+ sort: (t, a) => a.value - t.value,
1078
1072
  sumSeries: !0
1079
1073
  },
1080
1074
  pluginParams: {}
@@ -1197,7 +1191,6 @@ const h = {
1197
1191
  }
1198
1192
  },
1199
1193
  pluginParams: {
1200
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1201
1194
  Bars: {
1202
1195
  barWidth: 20,
1203
1196
  barPadding: 1,
@@ -1256,7 +1249,6 @@ const h = {
1256
1249
  }
1257
1250
  },
1258
1251
  pluginParams: {
1259
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1260
1252
  Bars: {
1261
1253
  barWidth: 0,
1262
1254
  barPadding: 1,
@@ -1318,7 +1310,6 @@ const h = {
1318
1310
  }
1319
1311
  },
1320
1312
  pluginParams: {
1321
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1322
1313
  Bars: {
1323
1314
  barWidth: 20,
1324
1315
  barPadding: 1,
@@ -1377,11 +1368,7 @@ const h = {
1377
1368
  }
1378
1369
  },
1379
1370
  pluginParams: {
1380
- // ...ALL_PLUGIN_PARAMS_GRID,
1381
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1382
1371
  GridLegend: {
1383
- // position: 'bottom',
1384
- // justify: 'center',
1385
1372
  placement: "bottom",
1386
1373
  padding: 14
1387
1374
  }
@@ -1430,27 +1417,15 @@ const h = {
1430
1417
  }
1431
1418
  },
1432
1419
  dataFormatter: {
1433
- // grid: {
1434
1420
  valueAxis: {
1435
1421
  position: "bottom"
1436
- // position: 'top'
1437
- // position: 'left'
1438
- // position: 'right'
1439
1422
  },
1440
1423
  groupAxis: {
1441
1424
  position: "left"
1442
- // position: 'right'
1443
- // position: 'bottom'
1444
- // position: 'top'
1445
1425
  }
1446
- // }
1447
1426
  },
1448
1427
  pluginParams: {
1449
- // ...ALL_PLUGIN_PARAMS_GRID,
1450
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1451
1428
  GridLegend: {
1452
- // position: 'bottom',
1453
- // justify: 'center',
1454
1429
  placement: "bottom",
1455
1430
  padding: 14
1456
1431
  }
@@ -1504,16 +1479,12 @@ const h = {
1504
1479
  }
1505
1480
  },
1506
1481
  pluginParams: {
1507
- // ...ALL_PLUGIN_PARAMS_GRID,
1508
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1509
1482
  GridLegend: {
1510
- // position: 'bottom',
1511
- // justify: 'center',
1512
1483
  placement: "bottom",
1513
1484
  padding: 7
1514
1485
  }
1515
1486
  }
1516
- }, x = {
1487
+ }, G = {
1517
1488
  name: "PRESET_GRID_PN_SCALE",
1518
1489
  description: "Positive negative scale",
1519
1490
  descriptionZh: "正負值分向圖",
@@ -1556,24 +1527,18 @@ const h = {
1556
1527
  }
1557
1528
  },
1558
1529
  dataFormatter: {
1559
- // grid: {
1560
1530
  valueAxis: {
1561
1531
  scaleDomain: ["auto", "auto"],
1562
1532
  scaleRange: [0.05, 0.95]
1563
1533
  }
1564
- // }
1565
1534
  },
1566
1535
  pluginParams: {
1567
- // ...ALL_PLUGIN_PARAMS_GRID,
1568
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1569
1536
  GridLegend: {
1570
- // position: 'bottom',
1571
- // justify: 'center',
1572
1537
  placement: "bottom",
1573
1538
  padding: 14
1574
1539
  }
1575
1540
  }
1576
- }, G = {
1541
+ }, x = {
1577
1542
  name: "PRESET_GRID_ROTATE_AXIS_LABEL",
1578
1543
  description: "Rotate axis label",
1579
1544
  descriptionZh: "傾斜標籤",
@@ -1612,13 +1577,11 @@ const h = {
1612
1577
  padding: {
1613
1578
  top: 40,
1614
1579
  right: 40,
1615
- bottom: 140,
1580
+ bottom: 120,
1616
1581
  left: 80
1617
1582
  }
1618
1583
  },
1619
1584
  pluginParams: {
1620
- // ...ALL_PLUGIN_PARAMS_GRID,
1621
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1622
1585
  GroupAux: {
1623
1586
  labelRotate: -30
1624
1587
  },
@@ -1627,13 +1590,11 @@ const h = {
1627
1590
  tickTextRotate: -30
1628
1591
  },
1629
1592
  GridLegend: {
1630
- // position: 'bottom',
1631
- // justify: 'center',
1632
1593
  placement: "bottom",
1633
1594
  padding: 14
1634
1595
  }
1635
1596
  }
1636
- }, k = {
1597
+ }, O = {
1637
1598
  name: "PRESET_GRID_SEPARATE_SERIES",
1638
1599
  description: "Separate Series",
1639
1600
  descriptionZh: "分開顯示Series",
@@ -1671,19 +1632,18 @@ const h = {
1671
1632
  padding: {
1672
1633
  top: 40,
1673
1634
  right: 40,
1674
- bottom: 140,
1635
+ bottom: 120,
1675
1636
  left: 80
1676
1637
  }
1677
1638
  },
1678
1639
  dataFormatter: {
1679
- // grid: {
1680
- // seriesSlotIndexes: [0, 1],
1681
- separateSeries: !0
1682
- // },
1640
+ separateSeries: !0,
1641
+ container: {
1642
+ columnGap: 100,
1643
+ rowGap: 80
1644
+ }
1683
1645
  },
1684
1646
  pluginParams: {
1685
- // ...ALL_PLUGIN_PARAMS_GRID,
1686
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1687
1647
  GroupAux: {
1688
1648
  labelRotate: -30
1689
1649
  },
@@ -1692,13 +1652,11 @@ const h = {
1692
1652
  tickTextRotate: -30
1693
1653
  },
1694
1654
  GridLegend: {
1695
- // position: 'bottom',
1696
- // justify: 'center',
1697
1655
  placement: "bottom",
1698
1656
  padding: 14
1699
1657
  }
1700
1658
  }
1701
- }, O = {
1659
+ }, k = {
1702
1660
  name: "PRESET_GRID_SIMPLE",
1703
1661
  description: "Simple Grid",
1704
1662
  descriptionZh: "簡單Grid",
@@ -1788,10 +1746,10 @@ const h = {
1788
1746
  },
1789
1747
  padding: {
1790
1748
  top: 40,
1791
- right: 80,
1749
+ right: 60,
1792
1750
  // lineAre 的左右刻度靠邊,要避免太窄造成 label 超出
1793
1751
  bottom: 100,
1794
- left: 80
1752
+ left: 60
1795
1753
  },
1796
1754
  highlightTarget: "series"
1797
1755
  },
@@ -1813,7 +1771,7 @@ const h = {
1813
1771
  listRectHeight: 2
1814
1772
  }
1815
1773
  }
1816
- }, v = {
1774
+ }, U = {
1817
1775
  name: "PRESET_LINE_AREAS_CURVE",
1818
1776
  description: "Curve LineArea",
1819
1777
  descriptionZh: "弧線的折線區域圖",
@@ -1850,22 +1808,19 @@ const h = {
1850
1808
  },
1851
1809
  padding: {
1852
1810
  top: 40,
1853
- right: 80,
1811
+ right: 60,
1854
1812
  // lineAre 的左右刻度靠邊,要避免太窄造成 label 超出
1855
1813
  bottom: 100,
1856
- left: 80
1814
+ left: 60
1857
1815
  },
1858
1816
  highlightTarget: "series"
1859
1817
  },
1860
1818
  dataFormatter: {
1861
- // grid: {
1862
1819
  groupAxis: {
1863
1820
  scalePadding: 0
1864
1821
  }
1865
- // }
1866
1822
  },
1867
1823
  pluginParams: {
1868
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
1869
1824
  Lines: {
1870
1825
  lineCurve: "curveMonotoneX",
1871
1826
  lineWidth: 3
@@ -1878,14 +1833,12 @@ const h = {
1878
1833
  ValueAxis: {},
1879
1834
  GroupAux: {},
1880
1835
  GridLegend: {
1881
- // position: 'bottom',
1882
- // justify: 'center',
1883
1836
  placement: "bottom",
1884
1837
  padding: 14,
1885
1838
  listRectHeight: 2
1886
1839
  }
1887
1840
  }
1888
- }, Z = {
1841
+ }, v = {
1889
1842
  name: "PRESET_LINE_AREAS_HORIZONTAL",
1890
1843
  description: "Horizontal LineArea",
1891
1844
  descriptionZh: "橫向折線區域圖",
@@ -1950,7 +1903,7 @@ const h = {
1950
1903
  listRectHeight: 2
1951
1904
  }
1952
1905
  }
1953
- }, U = {
1906
+ }, Z = {
1954
1907
  name: "PRESET_LINE_AREAS_LOOSE_TICKS",
1955
1908
  description: "Loose Ticks LineArea",
1956
1909
  descriptionZh: "寬鬆標籤的折線區域圖",
@@ -1987,10 +1940,10 @@ const h = {
1987
1940
  },
1988
1941
  padding: {
1989
1942
  top: 40,
1990
- right: 80,
1943
+ right: 60,
1991
1944
  // lineAre 的左右刻度靠邊,要避免太窄造成 label 超出
1992
1945
  bottom: 100,
1993
- left: 80
1946
+ left: 60
1994
1947
  },
1995
1948
  highlightTarget: "series"
1996
1949
  },
@@ -2052,7 +2005,7 @@ const h = {
2052
2005
  padding: {
2053
2006
  top: 40,
2054
2007
  right: 40,
2055
- bottom: 140,
2008
+ bottom: 120,
2056
2009
  left: 80
2057
2010
  },
2058
2011
  highlightTarget: "series"
@@ -2118,7 +2071,7 @@ const h = {
2118
2071
  padding: {
2119
2072
  top: 40,
2120
2073
  right: 40,
2121
- bottom: 140,
2074
+ bottom: 120,
2122
2075
  left: 80
2123
2076
  },
2124
2077
  highlightTarget: "series"
@@ -2127,6 +2080,10 @@ const h = {
2127
2080
  separateSeries: !0,
2128
2081
  groupAxis: {
2129
2082
  scalePadding: 0
2083
+ },
2084
+ container: {
2085
+ columnGap: 100,
2086
+ rowGap: 80
2130
2087
  }
2131
2088
  },
2132
2089
  pluginParams: {
@@ -2184,10 +2141,10 @@ const h = {
2184
2141
  },
2185
2142
  padding: {
2186
2143
  top: 40,
2187
- right: 80,
2144
+ right: 60,
2188
2145
  // lineAre 的左右刻度靠邊,要避免太窄造成 label 超出
2189
2146
  bottom: 80,
2190
- left: 80
2147
+ left: 60
2191
2148
  // lineAre 的左右刻度靠邊,要避免太窄造成 label 超出
2192
2149
  },
2193
2150
  highlightTarget: "series"
@@ -2213,7 +2170,7 @@ const h = {
2213
2170
  listRectHeight: 2
2214
2171
  }
2215
2172
  }
2216
- }, y = {
2173
+ }, w = {
2217
2174
  name: "PRESET_LINES_BASIC",
2218
2175
  description: "Basic Line",
2219
2176
  descriptionZh: "基本折線圖",
@@ -2268,7 +2225,7 @@ const h = {
2268
2225
  listRectHeight: 2
2269
2226
  }
2270
2227
  }
2271
- }, w = {
2228
+ }, y = {
2272
2229
  name: "PRESET_LINES_CURVE",
2273
2230
  description: "Curve Line",
2274
2231
  descriptionZh: "弧線折線圖",
@@ -2326,7 +2283,7 @@ const h = {
2326
2283
  listRectHeight: 2
2327
2284
  }
2328
2285
  }
2329
- }, W = {
2286
+ }, Y = {
2330
2287
  name: "PRESET_LINES_HORIZONTAL",
2331
2288
  description: "Horizontal Line",
2332
2289
  descriptionZh: "橫向折線圖",
@@ -2389,7 +2346,7 @@ const h = {
2389
2346
  listRectHeight: 2
2390
2347
  }
2391
2348
  }
2392
- }, Y = {
2349
+ }, W = {
2393
2350
  name: "PRESET_LINES_LOOSE_TICKS",
2394
2351
  description: "Loose Ticks Line",
2395
2352
  descriptionZh: "寬鬆標籤的折線圖",
@@ -2484,7 +2441,7 @@ const h = {
2484
2441
  padding: {
2485
2442
  top: 40,
2486
2443
  right: 40,
2487
- bottom: 140,
2444
+ bottom: 120,
2488
2445
  left: 80
2489
2446
  },
2490
2447
  highlightTarget: "series"
@@ -2747,7 +2704,7 @@ const h = {
2747
2704
  ],
2748
2705
  // 設定排版方式
2749
2706
  container: {
2750
- gap: 140,
2707
+ columnGap: 140,
2751
2708
  rowAmount: 1,
2752
2709
  columnAmount: 2
2753
2710
  },
@@ -2854,7 +2811,7 @@ const h = {
2854
2811
  ],
2855
2812
  // 設定排版方式
2856
2813
  container: {
2857
- gap: 160,
2814
+ columnGap: 160,
2858
2815
  rowAmount: 1,
2859
2816
  columnAmount: 2
2860
2817
  },
@@ -3108,7 +3065,8 @@ const h = {
3108
3065
  ],
3109
3066
  separateGrid: !0,
3110
3067
  container: {
3111
- gap: 40
3068
+ columnGap: 40,
3069
+ rowGap: 60
3112
3070
  }
3113
3071
  },
3114
3072
  pluginParams: {
@@ -3145,7 +3103,7 @@ const h = {
3145
3103
  padding: 7
3146
3104
  }
3147
3105
  }
3148
- }, et = {
3106
+ }, at = {
3149
3107
  name: "PRESET_MULTI_GRID_SEPARATE_GRID",
3150
3108
  description: "Separate Grid",
3151
3109
  descriptionZh: "分開顯示Grid圖表",
@@ -3183,12 +3141,16 @@ const h = {
3183
3141
  padding: {
3184
3142
  top: 40,
3185
3143
  right: 40,
3186
- bottom: 140,
3144
+ bottom: 120,
3187
3145
  left: 80
3188
3146
  }
3189
3147
  },
3190
3148
  dataFormatter: {
3191
- separateGrid: !0
3149
+ separateGrid: !0,
3150
+ container: {
3151
+ columnGap: 100,
3152
+ rowGap: 80
3153
+ }
3192
3154
  },
3193
3155
  pluginParams: {
3194
3156
  MultiGroupAxis: {
@@ -3224,7 +3186,7 @@ const h = {
3224
3186
  padding: 14
3225
3187
  }
3226
3188
  }
3227
- }, at = {
3189
+ }, et = {
3228
3190
  name: "PRESET_MULTI_GRID_SIMPLE",
3229
3191
  description: "Simple MultiGrid",
3230
3192
  descriptionZh: "簡單MultiGrid",
@@ -3326,10 +3288,10 @@ const h = {
3326
3288
  },
3327
3289
  padding: {
3328
3290
  top: 40,
3329
- right: 80,
3291
+ right: 60,
3330
3292
  // lineAre 的左右刻度靠邊,要避免太窄造成 label 超出
3331
3293
  bottom: 80,
3332
- left: 80
3294
+ left: 60
3333
3295
  // lineAre 的左右刻度靠邊,要避免太窄造成 label 超出
3334
3296
  }
3335
3297
  },
@@ -3347,7 +3309,8 @@ const h = {
3347
3309
  ],
3348
3310
  separateGrid: !0,
3349
3311
  container: {
3350
- gap: 160
3312
+ columnGap: 60,
3313
+ rowGap: 60
3351
3314
  }
3352
3315
  },
3353
3316
  pluginParams: {
@@ -3448,7 +3411,7 @@ const h = {
3448
3411
  padding: {
3449
3412
  top: 40,
3450
3413
  right: 40,
3451
- bottom: 140,
3414
+ bottom: 120,
3452
3415
  left: 80
3453
3416
  }
3454
3417
  },
@@ -3467,11 +3430,11 @@ const h = {
3467
3430
  }
3468
3431
  }
3469
3432
  ],
3470
- separateGrid: !0
3471
- // container: {
3472
- // rowAmount: 1,
3473
- // columnAmount: 2,
3474
- // }
3433
+ separateGrid: !0,
3434
+ container: {
3435
+ columnGap: 100,
3436
+ rowGap: 80
3437
+ }
3475
3438
  },
3476
3439
  pluginParams: {
3477
3440
  MultiGroupAxis: {
@@ -3588,7 +3551,8 @@ const h = {
3588
3551
  ],
3589
3552
  separateGrid: !0,
3590
3553
  container: {
3591
- gap: 40
3554
+ columnGap: 100,
3555
+ rowGap: 80
3592
3556
  }
3593
3557
  },
3594
3558
  pluginParams: {
@@ -3689,12 +3653,16 @@ const h = {
3689
3653
  padding: {
3690
3654
  top: 40,
3691
3655
  right: 40,
3692
- bottom: 140,
3656
+ bottom: 120,
3693
3657
  left: 80
3694
3658
  }
3695
3659
  },
3696
3660
  dataFormatter: {
3697
- separateGrid: !0
3661
+ separateGrid: !0,
3662
+ container: {
3663
+ columnGap: 100,
3664
+ rowGap: 80
3665
+ }
3698
3666
  },
3699
3667
  pluginParams: {
3700
3668
  MultiGroupAxis: {
@@ -3849,7 +3817,11 @@ const h = {
3849
3817
  }
3850
3818
  },
3851
3819
  dataFormatter: {
3852
- separateCategory: !0
3820
+ separateCategory: !0,
3821
+ container: {
3822
+ columnGap: 100,
3823
+ rowGap: 80
3824
+ }
3853
3825
  },
3854
3826
  pluginParams: {
3855
3827
  XYAxes: {
@@ -3865,7 +3837,7 @@ const h = {
3865
3837
  padding: 14
3866
3838
  }
3867
3839
  }
3868
- }, dt = {
3840
+ }, nt = {
3869
3841
  name: "PRESET_MULTI_VALUE_SIMPLE",
3870
3842
  description: "Simple MultiValue",
3871
3843
  descriptionZh: "簡單MultiValue參數",
@@ -3913,7 +3885,336 @@ const h = {
3913
3885
  padding: 7
3914
3886
  }
3915
3887
  }
3916
- }, nt = {
3888
+ }, dt = {
3889
+ name: "PRESET_ORDINAL_BUBBLES_ALL_ITEMS",
3890
+ description: "Ordinal bubbles with all items",
3891
+ descriptionZh: "顯示全部項目的序數泡泡圖",
3892
+ chartParams: {
3893
+ colors: {
3894
+ light: {
3895
+ label: [
3896
+ "#0088FF",
3897
+ "#FF3232",
3898
+ "#38BEA8",
3899
+ "#6F3BD5",
3900
+ "#314285",
3901
+ "#42C724",
3902
+ "#D52580",
3903
+ "#F4721B",
3904
+ "#D117EA",
3905
+ "#7E7D7D"
3906
+ ]
3907
+ },
3908
+ dark: {
3909
+ label: [
3910
+ "#4BABFF",
3911
+ "#FF6C6C",
3912
+ "#7DD3C4",
3913
+ "#8E6BC9",
3914
+ "#5366AC",
3915
+ "#86DC72",
3916
+ "#FF72BB",
3917
+ "#F9B052",
3918
+ "#EF76FF",
3919
+ "#C4C4C4"
3920
+ ]
3921
+ }
3922
+ },
3923
+ padding: {
3924
+ top: 60,
3925
+ right: 40,
3926
+ bottom: 60,
3927
+ left: 160
3928
+ }
3929
+ },
3930
+ pluginParams: {
3931
+ OrdinalBubbles: {
3932
+ rankingAmount: "auto"
3933
+ },
3934
+ MultiValueLegend: {
3935
+ placement: "bottom",
3936
+ padding: 14,
3937
+ listRectRadius: 7
3938
+ // 圓型圖例列點
3939
+ }
3940
+ }
3941
+ }, Bt = {
3942
+ name: "PRESET_ORDINAL_BUBBLES_BASIC",
3943
+ description: "Basic ordinal bubbles",
3944
+ descriptionZh: "序數泡泡圖",
3945
+ chartParams: {
3946
+ colors: {
3947
+ light: {
3948
+ label: [
3949
+ "#0088FF",
3950
+ "#FF3232",
3951
+ "#38BEA8",
3952
+ "#6F3BD5",
3953
+ "#314285",
3954
+ "#42C724",
3955
+ "#D52580",
3956
+ "#F4721B",
3957
+ "#D117EA",
3958
+ "#7E7D7D"
3959
+ ]
3960
+ },
3961
+ dark: {
3962
+ label: [
3963
+ "#4BABFF",
3964
+ "#FF6C6C",
3965
+ "#7DD3C4",
3966
+ "#8E6BC9",
3967
+ "#5366AC",
3968
+ "#86DC72",
3969
+ "#FF72BB",
3970
+ "#F9B052",
3971
+ "#EF76FF",
3972
+ "#C4C4C4"
3973
+ ]
3974
+ }
3975
+ },
3976
+ padding: {
3977
+ top: 60,
3978
+ right: 40,
3979
+ bottom: 60,
3980
+ left: 160
3981
+ }
3982
+ },
3983
+ pluginParams: {
3984
+ OrdinalBubbles: {},
3985
+ MultiValueLegend: {
3986
+ placement: "bottom",
3987
+ padding: 14,
3988
+ listRectRadius: 7
3989
+ // 圓型圖例列點
3990
+ }
3991
+ }
3992
+ }, Et = {
3993
+ name: "PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY",
3994
+ description: "Ordinal bubbles with linear opacity",
3995
+ descriptionZh: "漸變透明度的序數泡泡圖",
3996
+ chartParams: {
3997
+ colors: {
3998
+ light: {
3999
+ label: [
4000
+ "#0088FF",
4001
+ "#FF3232",
4002
+ "#38BEA8",
4003
+ "#6F3BD5",
4004
+ "#314285",
4005
+ "#42C724",
4006
+ "#D52580",
4007
+ "#F4721B",
4008
+ "#D117EA",
4009
+ "#7E7D7D"
4010
+ ]
4011
+ },
4012
+ dark: {
4013
+ label: [
4014
+ "#4BABFF",
4015
+ "#FF6C6C",
4016
+ "#7DD3C4",
4017
+ "#8E6BC9",
4018
+ "#5366AC",
4019
+ "#86DC72",
4020
+ "#FF72BB",
4021
+ "#F9B052",
4022
+ "#EF76FF",
4023
+ "#C4C4C4"
4024
+ ]
4025
+ }
4026
+ },
4027
+ padding: {
4028
+ top: 60,
4029
+ right: 40,
4030
+ bottom: 60,
4031
+ left: 160
4032
+ }
4033
+ },
4034
+ pluginParams: {
4035
+ OrdinalBubbles: {
4036
+ bubble: {
4037
+ valueLinearOpacity: [0.5, 1]
4038
+ }
4039
+ },
4040
+ MultiValueLegend: {
4041
+ placement: "bottom",
4042
+ padding: 14,
4043
+ listRectRadius: 7
4044
+ // 圓型圖例列點
4045
+ }
4046
+ }
4047
+ }, Ct = {
4048
+ name: "PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS",
4049
+ description: "Ordinal bubbles with radius scaling",
4050
+ descriptionZh: "以半徑尺寸為比例的序數泡泡圖",
4051
+ chartParams: {
4052
+ colors: {
4053
+ light: {
4054
+ label: [
4055
+ "#0088FF",
4056
+ "#FF3232",
4057
+ "#38BEA8",
4058
+ "#6F3BD5",
4059
+ "#314285",
4060
+ "#42C724",
4061
+ "#D52580",
4062
+ "#F4721B",
4063
+ "#D117EA",
4064
+ "#7E7D7D"
4065
+ ]
4066
+ },
4067
+ dark: {
4068
+ label: [
4069
+ "#4BABFF",
4070
+ "#FF6C6C",
4071
+ "#7DD3C4",
4072
+ "#8E6BC9",
4073
+ "#5366AC",
4074
+ "#86DC72",
4075
+ "#FF72BB",
4076
+ "#F9B052",
4077
+ "#EF76FF",
4078
+ "#C4C4C4"
4079
+ ]
4080
+ }
4081
+ },
4082
+ padding: {
4083
+ top: 60,
4084
+ right: 40,
4085
+ bottom: 60,
4086
+ left: 160
4087
+ }
4088
+ },
4089
+ pluginParams: {
4090
+ OrdinalBubbles: {
4091
+ bubble: {
4092
+ arcScaleType: "radius"
4093
+ }
4094
+ },
4095
+ MultiValueLegend: {
4096
+ placement: "bottom",
4097
+ padding: 14,
4098
+ listRectRadius: 7
4099
+ // 圓型圖例列點
4100
+ }
4101
+ }
4102
+ }, At = {
4103
+ name: "PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY",
4104
+ description: "Ordinal bubbles with separate category",
4105
+ descriptionZh: "分開顯示category的序數泡泡圖",
4106
+ chartParams: {
4107
+ colors: {
4108
+ light: {
4109
+ label: [
4110
+ "#0088FF",
4111
+ "#FF3232",
4112
+ "#38BEA8",
4113
+ "#6F3BD5",
4114
+ "#314285",
4115
+ "#42C724",
4116
+ "#D52580",
4117
+ "#F4721B",
4118
+ "#D117EA",
4119
+ "#7E7D7D"
4120
+ ]
4121
+ },
4122
+ dark: {
4123
+ label: [
4124
+ "#4BABFF",
4125
+ "#FF6C6C",
4126
+ "#7DD3C4",
4127
+ "#8E6BC9",
4128
+ "#5366AC",
4129
+ "#86DC72",
4130
+ "#FF72BB",
4131
+ "#F9B052",
4132
+ "#EF76FF",
4133
+ "#C4C4C4"
4134
+ ]
4135
+ }
4136
+ },
4137
+ padding: {
4138
+ top: 60,
4139
+ right: 40,
4140
+ bottom: 60,
4141
+ left: 140
4142
+ }
4143
+ },
4144
+ dataFormatter: {
4145
+ separateCategory: !0,
4146
+ container: {
4147
+ columnGap: 140,
4148
+ rowGap: 60
4149
+ }
4150
+ },
4151
+ pluginParams: {
4152
+ OrdinalBubbles: {},
4153
+ OrdinalAxis: {
4154
+ ticks: 2
4155
+ },
4156
+ MultiValueLegend: {
4157
+ placement: "bottom",
4158
+ padding: 14,
4159
+ listRectRadius: 7
4160
+ // 圓型圖例列點
4161
+ }
4162
+ }
4163
+ }, Dt = {
4164
+ name: "PRESET_ORDINAL_BUBBLES_SIMPLE",
4165
+ description: "Simple ordinal bubbles",
4166
+ descriptionZh: "簡單的序數泡泡圖",
4167
+ chartParams: {
4168
+ colors: {
4169
+ light: {
4170
+ label: [
4171
+ "#0088FF",
4172
+ "#FF3232",
4173
+ "#38BEA8",
4174
+ "#6F3BD5",
4175
+ "#314285",
4176
+ "#42C724",
4177
+ "#D52580",
4178
+ "#F4721B",
4179
+ "#D117EA",
4180
+ "#7E7D7D"
4181
+ ]
4182
+ },
4183
+ dark: {
4184
+ label: [
4185
+ "#4BABFF",
4186
+ "#FF6C6C",
4187
+ "#7DD3C4",
4188
+ "#8E6BC9",
4189
+ "#5366AC",
4190
+ "#86DC72",
4191
+ "#FF72BB",
4192
+ "#F9B052",
4193
+ "#EF76FF",
4194
+ "#C4C4C4"
4195
+ ]
4196
+ }
4197
+ },
4198
+ padding: {
4199
+ top: 60,
4200
+ right: 40,
4201
+ bottom: 60,
4202
+ left: 140
4203
+ }
4204
+ },
4205
+ pluginParams: {
4206
+ OrdinalBubbles: {},
4207
+ OrdinalAxis: {
4208
+ ticks: 2
4209
+ },
4210
+ MultiValueLegend: {
4211
+ placement: "bottom",
4212
+ padding: 7,
4213
+ listRectRadius: 7
4214
+ // 圓型圖例列點
4215
+ }
4216
+ }
4217
+ }, ct = {
3917
4218
  name: "PRESET_RACING_BARS_ALL_ITEMS",
3918
4219
  description: "Racing bars for all items",
3919
4220
  descriptionZh: "顯示全部項目的賽跑長條圖",
@@ -3966,7 +4267,7 @@ const h = {
3966
4267
  padding: 14
3967
4268
  }
3968
4269
  }
3969
- }, Bt = {
4270
+ }, gt = {
3970
4271
  name: "PRESET_RACING_BARS_BASIC",
3971
4272
  description: "Basic racing bars",
3972
4273
  descriptionZh: "基本賽跑長條圖",
@@ -4018,7 +4319,7 @@ const h = {
4018
4319
  padding: 14
4019
4320
  }
4020
4321
  }
4021
- }, Et = {
4322
+ }, pt = {
4022
4323
  name: "PRESET_RACING_BARS_FAST",
4023
4324
  description: "Fast racing bars",
4024
4325
  descriptionZh: "快速的賽跑長條圖",
@@ -4070,7 +4371,7 @@ const h = {
4070
4371
  padding: 14
4071
4372
  }
4072
4373
  }
4073
- }, Ct = {
4374
+ }, Rt = {
4074
4375
  name: "PRESET_RACING_BARS_FASTER",
4075
4376
  description: "Faster racing bars",
4076
4377
  descriptionZh: "更快速的賽跑長條圖",
@@ -4122,7 +4423,7 @@ const h = {
4122
4423
  padding: 14
4123
4424
  }
4124
4425
  }
4125
- }, At = {
4426
+ }, ut = {
4126
4427
  name: "PRESET_RACING_BARS_LOOP",
4127
4428
  description: "Looping racing bars",
4128
4429
  descriptionZh: "循環的賽跑長條圖",
@@ -4175,7 +4476,7 @@ const h = {
4175
4476
  padding: 14
4176
4477
  }
4177
4478
  }
4178
- }, Dt = {
4479
+ }, St = {
4179
4480
  name: "PRESET_RACING_BARS_OUTSIDE_LABELS",
4180
4481
  description: "Racing bars with labels outside",
4181
4482
  descriptionZh: "標籤在外面的賽跑長條圖",
@@ -4231,7 +4532,7 @@ const h = {
4231
4532
  padding: 14
4232
4533
  }
4233
4534
  }
4234
- }, ct = {
4535
+ }, _t = {
4235
4536
  name: "PRESET_RACING_BARS_SEPARATE_CATEGORY",
4236
4537
  description: "Racing bars with separate category",
4237
4538
  descriptionZh: "分開顯示category的賽跑長條圖",
@@ -4277,7 +4578,7 @@ const h = {
4277
4578
  dataFormatter: {
4278
4579
  separateCategory: !0,
4279
4580
  container: {
4280
- gap: 80
4581
+ rowGap: 60
4281
4582
  }
4282
4583
  },
4283
4584
  pluginParams: {
@@ -4300,7 +4601,7 @@ const h = {
4300
4601
  padding: 14
4301
4602
  }
4302
4603
  }
4303
- }, gt = {
4604
+ }, mt = {
4304
4605
  name: "PRESET_RACING_BARS_SIMPLE",
4305
4606
  description: "Simple racing bars",
4306
4607
  descriptionZh: "簡單賽跑長條圖",
@@ -4352,7 +4653,7 @@ const h = {
4352
4653
  padding: 7
4353
4654
  }
4354
4655
  }
4355
- }, pt = {
4656
+ }, ht = {
4356
4657
  name: "PRESET_RACING_BARS_STOP",
4357
4658
  description: "Stopped racing bars",
4358
4659
  descriptionZh: "停止的賽跑長條圖",
@@ -4403,7 +4704,7 @@ const h = {
4403
4704
  padding: 14
4404
4705
  }
4405
4706
  }
4406
- }, St = {
4707
+ }, Pt = {
4407
4708
  name: "PRESET_SCATTER_BASIC",
4408
4709
  description: "Basic scatter",
4409
4710
  descriptionZh: "基本散布圖",
@@ -4453,7 +4754,7 @@ const h = {
4453
4754
  // 圓型圖例列點
4454
4755
  }
4455
4756
  }
4456
- }, Rt = {
4757
+ }, bt = {
4457
4758
  name: "PRESET_SCATTER_BUBBLES_BASIC",
4458
4759
  description: "Basic scatter bubbles",
4459
4760
  descriptionZh: "基本的散布泡泡圖",
@@ -4503,7 +4804,7 @@ const h = {
4503
4804
  // 圓型圖例列點
4504
4805
  }
4505
4806
  }
4506
- }, ut = {
4807
+ }, Tt = {
4507
4808
  name: "PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS",
4508
4809
  description: "Scatter bubbles with radius scaling",
4509
4810
  descriptionZh: "以半徑尺寸為比例的散布泡泡圖",
@@ -4556,7 +4857,7 @@ const h = {
4556
4857
  arcScaleType: "radius"
4557
4858
  }
4558
4859
  }
4559
- }, _t = {
4860
+ }, It = {
4560
4861
  name: "PRESET_SCATTER_BUBBLES_LINEAR_OPACITY",
4561
4862
  description: "Scatter bubbles with linear opacity",
4562
4863
  descriptionZh: "以資料量漸變透明度的散布泡泡圖",
@@ -4609,7 +4910,7 @@ const h = {
4609
4910
  valueLinearOpacity: [0.5, 1]
4610
4911
  }
4611
4912
  }
4612
- }, mt = {
4913
+ }, Lt = {
4613
4914
  name: "PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY",
4614
4915
  description: "Scatter bubbles with separate category",
4615
4916
  descriptionZh: "分開顯示category的散布泡泡圖",
@@ -4652,7 +4953,11 @@ const h = {
4652
4953
  }
4653
4954
  },
4654
4955
  dataFormatter: {
4655
- separateCategory: !0
4956
+ separateCategory: !0,
4957
+ container: {
4958
+ columnGap: 100,
4959
+ rowGap: 70
4960
+ }
4656
4961
  },
4657
4962
  pluginParams: {
4658
4963
  MultiValueLegend: {
@@ -4662,7 +4967,7 @@ const h = {
4662
4967
  // 圓型圖例列點
4663
4968
  }
4664
4969
  }
4665
- }, ht = {
4970
+ }, Mt = {
4666
4971
  name: "PRESET_SCATTER_BUBBLES_SIMPLE",
4667
4972
  description: "Simple scatter bubbles",
4668
4973
  descriptionZh: "簡單的散布泡泡圖",
@@ -4712,7 +5017,7 @@ const h = {
4712
5017
  // 圓型圖例列點
4713
5018
  }
4714
5019
  }
4715
- }, Pt = {
5020
+ }, Gt = {
4716
5021
  name: "PRESET_SCATTER_SEPARATE_CATEGORY",
4717
5022
  description: "Scatter with separate category",
4718
5023
  descriptionZh: "分開顯示category的散布圖",
@@ -4755,7 +5060,11 @@ const h = {
4755
5060
  }
4756
5061
  },
4757
5062
  dataFormatter: {
4758
- separateCategory: !0
5063
+ separateCategory: !0,
5064
+ container: {
5065
+ columnGap: 100,
5066
+ rowGap: 70
5067
+ }
4759
5068
  },
4760
5069
  pluginParams: {
4761
5070
  XYAxes: {
@@ -4773,7 +5082,7 @@ const h = {
4773
5082
  // 圓型圖例列點
4774
5083
  }
4775
5084
  }
4776
- }, bt = {
5085
+ }, xt = {
4777
5086
  name: "PRESET_SCATTER_SIMPLE",
4778
5087
  description: "Simple scatter",
4779
5088
  descriptionZh: "簡單散布圖",
@@ -4823,7 +5132,7 @@ const h = {
4823
5132
  // 圓型圖例列點
4824
5133
  }
4825
5134
  }
4826
- }, Tt = {
5135
+ }, Ot = {
4827
5136
  name: "PRESET_FORCE_DIRECTED_BASIC",
4828
5137
  description: "Basic force directed chart",
4829
5138
  descriptionZh: "基本力導向圖",
@@ -4866,7 +5175,7 @@ const h = {
4866
5175
  // 圓型圖例列點
4867
5176
  }
4868
5177
  }
4869
- }, It = {
5178
+ }, kt = {
4870
5179
  name: "PRESET_FORCE_DIRECTED_BUBBLES_BASIC",
4871
5180
  description: "Basic force directed bubbles chart",
4872
5181
  descriptionZh: "基本力導向泡泡圖",
@@ -4909,7 +5218,7 @@ const h = {
4909
5218
  // 圓型圖例列點
4910
5219
  }
4911
5220
  }
4912
- }, Lt = {
5221
+ }, Nt = {
4913
5222
  name: "PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH",
4914
5223
  description: "Force-directed bubble chart with fixed arrow width",
4915
5224
  descriptionZh: "固定箭頭寬度的力導向泡泡圖",
@@ -4957,7 +5266,7 @@ const h = {
4957
5266
  // 圓型圖例列點
4958
5267
  }
4959
5268
  }
4960
- }, Mt = {
5269
+ }, Ut = {
4961
5270
  name: "PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW",
4962
5271
  description: "Force-directed bubble chart without arrows",
4963
5272
  descriptionZh: "沒有箭頭的力導向泡泡圖",
@@ -5005,7 +5314,7 @@ const h = {
5005
5314
  // 圓型圖例列點
5006
5315
  }
5007
5316
  }
5008
- }, xt = {
5317
+ }, vt = {
5009
5318
  name: "PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM",
5010
5319
  description: "Force Directed bubbles chart without mouse drag and zoom control",
5011
5320
  descriptionZh: "無滑鼠托曳及縮放控制的力導向泡泡圖",
@@ -5050,7 +5359,7 @@ const h = {
5050
5359
  // 圓型圖例列點
5051
5360
  }
5052
5361
  }
5053
- }, Gt = {
5362
+ }, Zt = {
5054
5363
  name: "PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE",
5055
5364
  description: "Simple force directed bubbles chart",
5056
5365
  descriptionZh: "簡單力導向泡泡圖",
@@ -5094,7 +5403,7 @@ const h = {
5094
5403
  padding: 7
5095
5404
  }
5096
5405
  }
5097
- }, kt = {
5406
+ }, ft = {
5098
5407
  name: "PRESET_FORCE_DIRECTED_NONE_ZOOM",
5099
5408
  description: "Force directed chart without mouse drag and zoom control",
5100
5409
  descriptionZh: "無滑鼠托曳及縮放控制的力導向圖",
@@ -5139,7 +5448,7 @@ const h = {
5139
5448
  // 圓型圖例列點
5140
5449
  }
5141
5450
  }
5142
- }, Ot = {
5451
+ }, Vt = {
5143
5452
  name: "PRESET_FORCE_DIRECTED_FIX_FONT_SIZE",
5144
5453
  description: "Force directed chart with fixed font size",
5145
5454
  descriptionZh: "固定字體大小的力導向圖",
@@ -5147,16 +5456,16 @@ const h = {
5147
5456
  colors: {
5148
5457
  light: {
5149
5458
  label: [
5150
- "#4BABFF",
5151
- "#FFA0A0",
5152
- "#7DD3C4",
5459
+ "#0088FF",
5460
+ "#FF72BB",
5461
+ "#16B59B",
5153
5462
  "#F9B052",
5154
- "#8454D4",
5463
+ "#6F3BD5",
5155
5464
  "#42C724",
5156
- "#FF4B4B",
5465
+ "#FF3232",
5157
5466
  "#904026",
5158
- "#4B25B3",
5159
- "#C50669"
5467
+ "#1F3172",
5468
+ "#E23D93"
5160
5469
  ]
5161
5470
  },
5162
5471
  dark: {
@@ -5164,13 +5473,13 @@ const h = {
5164
5473
  "#4BABFF",
5165
5474
  "#FFA0A0",
5166
5475
  "#7DD3C4",
5167
- "#F9B052",
5476
+ "#FAC77D",
5168
5477
  "#8454D4",
5169
5478
  "#42C724",
5170
- "#FF4B4B",
5171
- "#904026",
5172
- "#4B25B3",
5173
- "#C50669"
5479
+ "#FF6C6C",
5480
+ "#D4785A",
5481
+ "#5366AC",
5482
+ "#FF8DC8"
5174
5483
  ]
5175
5484
  }
5176
5485
  }
@@ -5189,7 +5498,7 @@ const h = {
5189
5498
  // 圓型圖例列點
5190
5499
  }
5191
5500
  }
5192
- }, Nt = {
5501
+ }, Ht = {
5193
5502
  name: "PRESET_FORCE_DIRECTED_NONE_ARROW",
5194
5503
  description: "Force directed chart without arrows",
5195
5504
  descriptionZh: "沒有箭頭的力導向圖",
@@ -5237,7 +5546,7 @@ const h = {
5237
5546
  // 圓型圖例列點
5238
5547
  }
5239
5548
  }
5240
- }, vt = {
5549
+ }, wt = {
5241
5550
  name: "PRESET_FORCE_DIRECTED_SIMPLE",
5242
5551
  description: "Simple force directed chart",
5243
5552
  descriptionZh: "簡單力導向圖",
@@ -5281,7 +5590,7 @@ const h = {
5281
5590
  padding: 7
5282
5591
  }
5283
5592
  }
5284
- }, Zt = {
5593
+ }, yt = {
5285
5594
  name: "PRESET_TREE_MAP_BASIC",
5286
5595
  description: "Basic tree map",
5287
5596
  descriptionZh: "基本樹狀矩形圖",
@@ -5324,16 +5633,13 @@ const h = {
5324
5633
  }
5325
5634
  },
5326
5635
  pluginParams: {
5327
- // ...ALL_PLUGIN_PARAMS_NONE_DATA,
5328
5636
  TreeMap: {},
5329
5637
  TreeLegend: {
5330
- // position: 'bottom',
5331
- // justify: 'center',
5332
5638
  placement: "bottom",
5333
5639
  padding: 14
5334
5640
  }
5335
5641
  }
5336
- }, Ut = {
5642
+ }, Yt = {
5337
5643
  name: "PRESET_TREE_MAP_SIMPLE",
5338
5644
  description: "Simple tree map",
5339
5645
  descriptionZh: "簡單樹狀矩形圖",
@@ -5388,39 +5694,39 @@ export {
5388
5694
  P as PRESET_BARS_HORIZONTAL_AND_THIN,
5389
5695
  b as PRESET_BARS_ROUND,
5390
5696
  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,
5697
+ R as PRESET_BUBBLES_BASIC,
5698
+ u as PRESET_BUBBLES_SCALING_BY_RADIUS,
5699
+ S as PRESET_BUBBLES_SEPARATE_SERIES,
5394
5700
  _ 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,
5398
- Lt as PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH,
5399
- Mt as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW,
5400
- xt as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM,
5401
- Gt as PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE,
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,
5701
+ e as PRESET_BUBBLES_SUM_SERIES,
5702
+ Ot as PRESET_FORCE_DIRECTED_BASIC,
5703
+ kt as PRESET_FORCE_DIRECTED_BUBBLES_BASIC,
5704
+ Nt as PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH,
5705
+ Ut as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW,
5706
+ vt as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM,
5707
+ Zt as PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE,
5708
+ Vt as PRESET_FORCE_DIRECTED_FIX_FONT_SIZE,
5709
+ Ht as PRESET_FORCE_DIRECTED_NONE_ARROW,
5710
+ ft as PRESET_FORCE_DIRECTED_NONE_ZOOM,
5711
+ wt as PRESET_FORCE_DIRECTED_SIMPLE,
5406
5712
  I as PRESET_GRID_BASIC,
5407
5713
  L as PRESET_GRID_HORIZONTAL,
5408
- x as PRESET_GRID_PN_SCALE,
5714
+ G as PRESET_GRID_PN_SCALE,
5409
5715
  M as PRESET_GRID_PN_SCALE_SIMPLE,
5410
- G as PRESET_GRID_ROTATE_AXIS_LABEL,
5411
- k as PRESET_GRID_SEPARATE_SERIES,
5412
- O as PRESET_GRID_SIMPLE,
5413
- y as PRESET_LINES_BASIC,
5414
- w as PRESET_LINES_CURVE,
5415
- W as PRESET_LINES_HORIZONTAL,
5416
- Y as PRESET_LINES_LOOSE_TICKS,
5716
+ x as PRESET_GRID_ROTATE_AXIS_LABEL,
5717
+ O as PRESET_GRID_SEPARATE_SERIES,
5718
+ k as PRESET_GRID_SIMPLE,
5719
+ w as PRESET_LINES_BASIC,
5720
+ y as PRESET_LINES_CURVE,
5721
+ Y as PRESET_LINES_HORIZONTAL,
5722
+ W as PRESET_LINES_LOOSE_TICKS,
5417
5723
  X as PRESET_LINES_ROTATE_AXIS_LABEL,
5418
5724
  z as PRESET_LINES_SIMPLE,
5419
5725
  K as PRESET_LINES_WITH_SOLID_DOTS,
5420
5726
  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,
5727
+ U as PRESET_LINE_AREAS_CURVE,
5728
+ v as PRESET_LINE_AREAS_HORIZONTAL,
5729
+ Z as PRESET_LINE_AREAS_LOOSE_TICKS,
5424
5730
  f as PRESET_LINE_AREAS_ROTATE_AXIS_LABEL,
5425
5731
  V as PRESET_LINE_AREAS_SEPARATE_SERIES,
5426
5732
  H as PRESET_LINE_AREAS_SIMPLE,
@@ -5429,50 +5735,56 @@ export {
5429
5735
  q as PRESET_MULTI_GRID_DIVERGING_SIMPLE,
5430
5736
  $ as PRESET_MULTI_GRID_ROUND_STYLE,
5431
5737
  Q as PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE,
5432
- et as PRESET_MULTI_GRID_SEPARATE_GRID,
5738
+ at as PRESET_MULTI_GRID_SEPARATE_GRID,
5433
5739
  tt as PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE,
5434
- at as PRESET_MULTI_GRID_SIMPLE,
5740
+ et as PRESET_MULTI_GRID_SIMPLE,
5435
5741
  lt as PRESET_MULTI_LINES_SEPARATE_GRID,
5436
5742
  rt as PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE,
5437
5743
  Ft as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID,
5438
5744
  it as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE,
5439
5745
  st as PRESET_MULTI_VALUE_BASIC,
5440
5746
  ot as PRESET_MULTI_VALUE_SEPARATE_CATEGORY,
5441
- dt as PRESET_MULTI_VALUE_SIMPLE,
5747
+ nt as PRESET_MULTI_VALUE_SIMPLE,
5748
+ dt as PRESET_ORDINAL_BUBBLES_ALL_ITEMS,
5749
+ Bt as PRESET_ORDINAL_BUBBLES_BASIC,
5750
+ Et as PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY,
5751
+ Ct as PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS,
5752
+ At as PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY,
5753
+ Dt as PRESET_ORDINAL_BUBBLES_SIMPLE,
5442
5754
  i as PRESET_PIE_BASIC,
5443
5755
  F as PRESET_PIE_DONUT,
5444
5756
  r as PRESET_PIE_HALF_DONUT,
5445
5757
  s as PRESET_PIE_SEPARATE_SERIES,
5446
5758
  o as PRESET_PIE_SIMPLE,
5447
- d as PRESET_PIE_SUM_SERIES,
5759
+ n as PRESET_PIE_SUM_SERIES,
5448
5760
  l as PRESET_PIE_WITH_INNER_LABELS,
5449
- nt as PRESET_RACING_BARS_ALL_ITEMS,
5450
- Bt as PRESET_RACING_BARS_BASIC,
5451
- Et as PRESET_RACING_BARS_FAST,
5452
- Ct as PRESET_RACING_BARS_FASTER,
5453
- At as PRESET_RACING_BARS_LOOP,
5454
- Dt as PRESET_RACING_BARS_OUTSIDE_LABELS,
5455
- ct as PRESET_RACING_BARS_SEPARATE_CATEGORY,
5456
- gt as PRESET_RACING_BARS_SIMPLE,
5457
- pt as PRESET_RACING_BARS_STOP,
5458
- n as PRESET_ROSE_BASIC,
5761
+ ct as PRESET_RACING_BARS_ALL_ITEMS,
5762
+ gt as PRESET_RACING_BARS_BASIC,
5763
+ pt as PRESET_RACING_BARS_FAST,
5764
+ Rt as PRESET_RACING_BARS_FASTER,
5765
+ ut as PRESET_RACING_BARS_LOOP,
5766
+ St as PRESET_RACING_BARS_OUTSIDE_LABELS,
5767
+ _t as PRESET_RACING_BARS_SEPARATE_CATEGORY,
5768
+ mt as PRESET_RACING_BARS_SIMPLE,
5769
+ ht as PRESET_RACING_BARS_STOP,
5770
+ d as PRESET_ROSE_BASIC,
5459
5771
  B as PRESET_ROSE_SCALING_BY_RADIUS,
5460
5772
  E as PRESET_ROSE_SEPARATE_SERIES,
5461
5773
  D as PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES,
5462
5774
  C as PRESET_ROSE_SIMPLE,
5463
5775
  A 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,
5776
+ Pt as PRESET_SCATTER_BASIC,
5777
+ bt as PRESET_SCATTER_BUBBLES_BASIC,
5778
+ It as PRESET_SCATTER_BUBBLES_LINEAR_OPACITY,
5779
+ Tt as PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS,
5780
+ Lt as PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY,
5781
+ Mt as PRESET_SCATTER_BUBBLES_SIMPLE,
5782
+ Gt as PRESET_SCATTER_SEPARATE_CATEGORY,
5783
+ xt as PRESET_SCATTER_SIMPLE,
5472
5784
  m as PRESET_SERIES_BASIC,
5473
5785
  g as PRESET_SERIES_SEPARATE_SERIES,
5474
5786
  c as PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES,
5475
5787
  p as PRESET_SERIES_SUM_SERIES,
5476
- Zt as PRESET_TREE_MAP_BASIC,
5477
- Ut as PRESET_TREE_MAP_SIMPLE
5788
+ yt as PRESET_TREE_MAP_BASIC,
5789
+ Yt as PRESET_TREE_MAP_SIMPLE
5478
5790
  };