@orbcharts/presets-basic 3.0.5 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/orbcharts-presets-basic.es.js +239 -157
- package/dist/orbcharts-presets-basic.umd.js +1 -1
- package/dist/src/series/PRESET_PIE_GAUGE.d.ts +4 -0
- package/dist/src/series/index.d.ts +1 -0
- package/dist/src/types.d.ts +5 -2
- package/package.json +2 -2
- package/src/series/PRESET_PIE_GAUGE.ts +85 -0
- package/src/series/index.ts +1 -0
- package/src/types.ts +6 -0
@@ -209,7 +209,7 @@ const R = {
|
|
209
209
|
},
|
210
210
|
SeriesTooltip: {}
|
211
211
|
}
|
212
|
-
},
|
212
|
+
}, P = {
|
213
213
|
name: "PRESET_BUBBLES_SEPARATE_ALL",
|
214
214
|
description: "Bubble chart showing all data separately",
|
215
215
|
descriptionZh: "全部資料分開顯示的泡泡圖",
|
@@ -274,7 +274,7 @@ const R = {
|
|
274
274
|
},
|
275
275
|
SeriesTooltip: {}
|
276
276
|
}
|
277
|
-
},
|
277
|
+
}, b = {
|
278
278
|
name: "PRESET_BUBBLES_SIMPLE",
|
279
279
|
description: "Simple bubble chart",
|
280
280
|
descriptionZh: "簡單泡泡圖",
|
@@ -465,7 +465,88 @@ const F = {
|
|
465
465
|
}
|
466
466
|
};
|
467
467
|
F.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
468
|
-
const
|
468
|
+
const T = {
|
469
|
+
name: "PRESET_PIE_GAUGE",
|
470
|
+
description: "Gauge chart",
|
471
|
+
descriptionZh: "儀表圖",
|
472
|
+
chartParams: {
|
473
|
+
// 和 Rose 一樣的配色
|
474
|
+
colors: {
|
475
|
+
light: {
|
476
|
+
label: [
|
477
|
+
"#4BABFF",
|
478
|
+
"#0088FF",
|
479
|
+
"#435399",
|
480
|
+
"#86DC72",
|
481
|
+
"#42C724",
|
482
|
+
"#16B59B",
|
483
|
+
"#F9B052",
|
484
|
+
"#F4721B",
|
485
|
+
"#FF3232",
|
486
|
+
"#7E7D7D"
|
487
|
+
]
|
488
|
+
},
|
489
|
+
dark: {
|
490
|
+
label: [
|
491
|
+
"#8BC8FF",
|
492
|
+
"#4BABFF",
|
493
|
+
"#0088FF",
|
494
|
+
"#55D339",
|
495
|
+
"#29AB0C",
|
496
|
+
"#16B59B",
|
497
|
+
"#FCDCAD",
|
498
|
+
"#F9B052",
|
499
|
+
"#FF6C6C",
|
500
|
+
"#C4C4C4"
|
501
|
+
]
|
502
|
+
}
|
503
|
+
},
|
504
|
+
padding: {
|
505
|
+
top: 120,
|
506
|
+
right: 60,
|
507
|
+
bottom: 0,
|
508
|
+
left: 60
|
509
|
+
}
|
510
|
+
},
|
511
|
+
pluginParams: {
|
512
|
+
Pie: {
|
513
|
+
outerRadius: 1,
|
514
|
+
outerRadiusWhileHighlight: 1,
|
515
|
+
innerRadius: 0.75,
|
516
|
+
startAngle: -Math.PI / 2,
|
517
|
+
endAngle: Math.PI / 2
|
518
|
+
},
|
519
|
+
PieLabels: {},
|
520
|
+
PieEventTexts: {
|
521
|
+
textAttrs: [
|
522
|
+
{
|
523
|
+
transform: "translate(0, -24)"
|
524
|
+
}
|
525
|
+
],
|
526
|
+
textStyles: [
|
527
|
+
{
|
528
|
+
"font-weight": "bold",
|
529
|
+
"text-anchor": "middle",
|
530
|
+
"pointer-events": "none",
|
531
|
+
"dominant-baseline": "middle",
|
532
|
+
"font-size": 24,
|
533
|
+
fill: "#000"
|
534
|
+
}
|
535
|
+
]
|
536
|
+
},
|
537
|
+
Indicator: {
|
538
|
+
startAngle: -Math.PI / 2,
|
539
|
+
endAngle: Math.PI / 2,
|
540
|
+
radius: 0.65,
|
541
|
+
value: 0
|
542
|
+
},
|
543
|
+
SeriesLegend: {
|
544
|
+
placement: "bottom",
|
545
|
+
listRectRadius: 7
|
546
|
+
// 圓型圖例列點
|
547
|
+
}
|
548
|
+
}
|
549
|
+
}, r = {
|
469
550
|
name: "PRESET_PIE_HALF_DONUT",
|
470
551
|
description: "Half donut chart",
|
471
552
|
descriptionZh: "半圓甜甜圈圖",
|
@@ -1183,7 +1264,7 @@ const p = {
|
|
1183
1264
|
pluginParams: {}
|
1184
1265
|
};
|
1185
1266
|
p.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
1186
|
-
const
|
1267
|
+
const L = {
|
1187
1268
|
name: "PRESET_SERIES_BASIC",
|
1188
1269
|
description: "Basic Series parameters",
|
1189
1270
|
descriptionZh: "基本Series參數",
|
@@ -1225,7 +1306,7 @@ const T = {
|
|
1225
1306
|
// 圓型圖例列點
|
1226
1307
|
}
|
1227
1308
|
}
|
1228
|
-
},
|
1309
|
+
}, I = {
|
1229
1310
|
name: "PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES",
|
1230
1311
|
description: "Separate and sum Series data",
|
1231
1312
|
descriptionZh: "分開顯示Series並合併Series資料",
|
@@ -1267,7 +1348,7 @@ const T = {
|
|
1267
1348
|
sumSeries: !0
|
1268
1349
|
},
|
1269
1350
|
pluginParams: {}
|
1270
|
-
},
|
1351
|
+
}, u = {
|
1271
1352
|
name: "PRESET_SERIES_SEPARATE_SERIES",
|
1272
1353
|
description: "Separate Series",
|
1273
1354
|
descriptionZh: "分開顯示Series",
|
@@ -1309,8 +1390,8 @@ const T = {
|
|
1309
1390
|
},
|
1310
1391
|
pluginParams: {}
|
1311
1392
|
};
|
1312
|
-
|
1313
|
-
const
|
1393
|
+
u.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
1394
|
+
const S = {
|
1314
1395
|
name: "PRESET_SERIES_SUM_SERIES",
|
1315
1396
|
description: "Combine Series data",
|
1316
1397
|
descriptionZh: "合併Series資料",
|
@@ -1352,8 +1433,8 @@ const u = {
|
|
1352
1433
|
},
|
1353
1434
|
pluginParams: {}
|
1354
1435
|
};
|
1355
|
-
|
1356
|
-
const
|
1436
|
+
S.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
1437
|
+
const G = {
|
1357
1438
|
name: "PRESET_BARS_HORIZONTAL_AND_ROUND",
|
1358
1439
|
description: "Horizontal bars with round corners",
|
1359
1440
|
descriptionZh: "橫向圓角長條圖",
|
@@ -1485,7 +1566,7 @@ const I = {
|
|
1485
1566
|
padding: 14
|
1486
1567
|
}
|
1487
1568
|
}
|
1488
|
-
},
|
1569
|
+
}, x = {
|
1489
1570
|
name: "PRESET_BARS_ROUND",
|
1490
1571
|
description: "Rounded bars",
|
1491
1572
|
descriptionZh: "圓角長條圖",
|
@@ -1546,7 +1627,7 @@ const I = {
|
|
1546
1627
|
listRectRadius: 7
|
1547
1628
|
}
|
1548
1629
|
}
|
1549
|
-
},
|
1630
|
+
}, O = {
|
1550
1631
|
name: "PRESET_BARS_THIN",
|
1551
1632
|
description: "Thin bars",
|
1552
1633
|
descriptionZh: "細長條圖",
|
@@ -1604,7 +1685,7 @@ const I = {
|
|
1604
1685
|
padding: 14
|
1605
1686
|
}
|
1606
1687
|
}
|
1607
|
-
},
|
1688
|
+
}, k = {
|
1608
1689
|
name: "PRESET_GRID_BASIC",
|
1609
1690
|
description: "Basic Grid",
|
1610
1691
|
descriptionZh: "基本Grid",
|
@@ -1652,7 +1733,7 @@ const I = {
|
|
1652
1733
|
padding: 14
|
1653
1734
|
}
|
1654
1735
|
}
|
1655
|
-
},
|
1736
|
+
}, N = {
|
1656
1737
|
name: "PRESET_GRID_HORIZONTAL",
|
1657
1738
|
description: "Horizontal Grid",
|
1658
1739
|
descriptionZh: "橫向圖",
|
@@ -1709,7 +1790,7 @@ const I = {
|
|
1709
1790
|
padding: 14
|
1710
1791
|
}
|
1711
1792
|
}
|
1712
|
-
},
|
1793
|
+
}, v = {
|
1713
1794
|
name: "PRESET_GRID_PN_SCALE_SIMPLE",
|
1714
1795
|
description: "Simple positive negative scale",
|
1715
1796
|
descriptionZh: "簡單正負值分向圖",
|
@@ -1763,7 +1844,7 @@ const I = {
|
|
1763
1844
|
padding: 7
|
1764
1845
|
}
|
1765
1846
|
}
|
1766
|
-
},
|
1847
|
+
}, U = {
|
1767
1848
|
name: "PRESET_GRID_PN_SCALE",
|
1768
1849
|
description: "Positive negative scale",
|
1769
1850
|
descriptionZh: "正負值分向圖",
|
@@ -1817,7 +1898,7 @@ const I = {
|
|
1817
1898
|
padding: 14
|
1818
1899
|
}
|
1819
1900
|
}
|
1820
|
-
},
|
1901
|
+
}, Z = {
|
1821
1902
|
name: "PRESET_GRID_ROTATE_AXIS_LABEL",
|
1822
1903
|
description: "Rotate axis label",
|
1823
1904
|
descriptionZh: "傾斜標籤",
|
@@ -1873,7 +1954,7 @@ const I = {
|
|
1873
1954
|
padding: 14
|
1874
1955
|
}
|
1875
1956
|
}
|
1876
|
-
},
|
1957
|
+
}, f = {
|
1877
1958
|
name: "PRESET_GRID_SEPARATE_SERIES",
|
1878
1959
|
description: "Separate Series",
|
1879
1960
|
descriptionZh: "分開顯示Series",
|
@@ -1935,7 +2016,7 @@ const I = {
|
|
1935
2016
|
padding: 14
|
1936
2017
|
}
|
1937
2018
|
}
|
1938
|
-
},
|
2019
|
+
}, V = {
|
1939
2020
|
name: "PRESET_GRID_SIMPLE",
|
1940
2021
|
description: "Simple Grid",
|
1941
2022
|
descriptionZh: "簡單Grid",
|
@@ -1988,7 +2069,7 @@ const I = {
|
|
1988
2069
|
padding: 7
|
1989
2070
|
}
|
1990
2071
|
}
|
1991
|
-
},
|
2072
|
+
}, H = {
|
1992
2073
|
name: "PRESET_LINE_AREAS_BASIC",
|
1993
2074
|
description: "Basic LineArea",
|
1994
2075
|
descriptionZh: "基本折線區域圖",
|
@@ -2050,7 +2131,7 @@ const I = {
|
|
2050
2131
|
listRectHeight: 2
|
2051
2132
|
}
|
2052
2133
|
}
|
2053
|
-
},
|
2134
|
+
}, w = {
|
2054
2135
|
name: "PRESET_LINE_AREAS_CURVE",
|
2055
2136
|
description: "Curve LineArea",
|
2056
2137
|
descriptionZh: "弧線的折線區域圖",
|
@@ -2117,7 +2198,7 @@ const I = {
|
|
2117
2198
|
listRectHeight: 2
|
2118
2199
|
}
|
2119
2200
|
}
|
2120
|
-
},
|
2201
|
+
}, y = {
|
2121
2202
|
name: "PRESET_LINE_AREAS_HORIZONTAL",
|
2122
2203
|
description: "Horizontal LineArea",
|
2123
2204
|
descriptionZh: "橫向折線區域圖",
|
@@ -2182,7 +2263,7 @@ const I = {
|
|
2182
2263
|
listRectHeight: 2
|
2183
2264
|
}
|
2184
2265
|
}
|
2185
|
-
},
|
2266
|
+
}, Y = {
|
2186
2267
|
name: "PRESET_LINE_AREAS_LOOSE_TICKS",
|
2187
2268
|
description: "Loose Ticks LineArea",
|
2188
2269
|
descriptionZh: "寬鬆標籤的折線區域圖",
|
@@ -2246,7 +2327,7 @@ const I = {
|
|
2246
2327
|
listRectHeight: 2
|
2247
2328
|
}
|
2248
2329
|
}
|
2249
|
-
},
|
2330
|
+
}, W = {
|
2250
2331
|
name: "PRESET_LINE_AREAS_ROTATE_AXIS_LABEL",
|
2251
2332
|
description: "Rotate Axis Label LineArea",
|
2252
2333
|
descriptionZh: "傾斜標籤的折線區域圖",
|
@@ -2312,7 +2393,7 @@ const I = {
|
|
2312
2393
|
listRectHeight: 2
|
2313
2394
|
}
|
2314
2395
|
}
|
2315
|
-
},
|
2396
|
+
}, X = {
|
2316
2397
|
name: "PRESET_LINE_AREAS_SEPARATE_SERIES",
|
2317
2398
|
description: "Separate Series LineArea",
|
2318
2399
|
descriptionZh: "分開顯示Series的折線區域圖",
|
@@ -2383,7 +2464,7 @@ const I = {
|
|
2383
2464
|
listRectHeight: 2
|
2384
2465
|
}
|
2385
2466
|
}
|
2386
|
-
},
|
2467
|
+
}, z = {
|
2387
2468
|
name: "PRESET_LINE_AREAS_SIMPLE",
|
2388
2469
|
description: "Simple LineArea",
|
2389
2470
|
descriptionZh: "簡單折線區域圖",
|
@@ -2449,7 +2530,7 @@ const I = {
|
|
2449
2530
|
listRectHeight: 2
|
2450
2531
|
}
|
2451
2532
|
}
|
2452
|
-
},
|
2533
|
+
}, K = {
|
2453
2534
|
name: "PRESET_LINES_BASIC",
|
2454
2535
|
description: "Basic Line",
|
2455
2536
|
descriptionZh: "基本折線圖",
|
@@ -2504,7 +2585,7 @@ const I = {
|
|
2504
2585
|
listRectHeight: 2
|
2505
2586
|
}
|
2506
2587
|
}
|
2507
|
-
},
|
2588
|
+
}, j = {
|
2508
2589
|
name: "PRESET_LINES_CURVE",
|
2509
2590
|
description: "Curve Line",
|
2510
2591
|
descriptionZh: "弧線折線圖",
|
@@ -2562,7 +2643,7 @@ const I = {
|
|
2562
2643
|
listRectHeight: 2
|
2563
2644
|
}
|
2564
2645
|
}
|
2565
|
-
},
|
2646
|
+
}, q = {
|
2566
2647
|
name: "PRESET_LINES_HORIZONTAL",
|
2567
2648
|
description: "Horizontal Line",
|
2568
2649
|
descriptionZh: "橫向折線圖",
|
@@ -2625,7 +2706,7 @@ const I = {
|
|
2625
2706
|
listRectHeight: 2
|
2626
2707
|
}
|
2627
2708
|
}
|
2628
|
-
},
|
2709
|
+
}, J = {
|
2629
2710
|
name: "PRESET_LINES_LOOSE_TICKS",
|
2630
2711
|
description: "Loose Ticks Line",
|
2631
2712
|
descriptionZh: "寬鬆標籤的折線圖",
|
@@ -2682,7 +2763,7 @@ const I = {
|
|
2682
2763
|
listRectHeight: 2
|
2683
2764
|
}
|
2684
2765
|
}
|
2685
|
-
},
|
2766
|
+
}, Q = {
|
2686
2767
|
name: "PRESET_LINES_ROTATE_AXIS_LABEL",
|
2687
2768
|
description: "Line chart with slanted labels",
|
2688
2769
|
descriptionZh: "傾斜標籤的折線圖",
|
@@ -2742,7 +2823,7 @@ const I = {
|
|
2742
2823
|
listRectHeight: 2
|
2743
2824
|
}
|
2744
2825
|
}
|
2745
|
-
},
|
2826
|
+
}, $ = {
|
2746
2827
|
name: "PRESET_LINES_SIMPLE",
|
2747
2828
|
description: "Simple line",
|
2748
2829
|
descriptionZh: "簡單折線圖",
|
@@ -2802,7 +2883,7 @@ const I = {
|
|
2802
2883
|
listRectHeight: 2
|
2803
2884
|
}
|
2804
2885
|
}
|
2805
|
-
},
|
2886
|
+
}, tt = {
|
2806
2887
|
name: "PRESET_LINES_WITH_SOLID_DOTS",
|
2807
2888
|
description: "Solid Dots Line",
|
2808
2889
|
descriptionZh: "實心圓點的折線圖",
|
@@ -2861,7 +2942,7 @@ const I = {
|
|
2861
2942
|
listRectHeight: 2
|
2862
2943
|
}
|
2863
2944
|
}
|
2864
|
-
},
|
2945
|
+
}, at = {
|
2865
2946
|
name: "PRESET_MULTI_GRID_BASIC",
|
2866
2947
|
description: "Basic MultiGrid",
|
2867
2948
|
descriptionZh: "基本MultiGrid",
|
@@ -2916,7 +2997,7 @@ const I = {
|
|
2916
2997
|
]
|
2917
2998
|
}
|
2918
2999
|
}
|
2919
|
-
},
|
3000
|
+
}, et = {
|
2920
3001
|
name: "PRESET_MULTI_GRID_DIVERGING_SIMPLE",
|
2921
3002
|
description: "Simple diverging Grid",
|
2922
3003
|
descriptionZh: "簡單雙向Grid",
|
@@ -3025,7 +3106,7 @@ const I = {
|
|
3025
3106
|
padding: 7
|
3026
3107
|
}
|
3027
3108
|
}
|
3028
|
-
},
|
3109
|
+
}, it = {
|
3029
3110
|
name: "PRESET_MULTI_GRID_DIVERGING",
|
3030
3111
|
description: "Diverging Grid",
|
3031
3112
|
descriptionZh: "雙向Grid",
|
@@ -3131,7 +3212,7 @@ const I = {
|
|
3131
3212
|
padding: 14
|
3132
3213
|
}
|
3133
3214
|
}
|
3134
|
-
},
|
3215
|
+
}, Ft = {
|
3135
3216
|
name: "PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE",
|
3136
3217
|
description: "Simple MultiGrid with round style",
|
3137
3218
|
descriptionZh: "簡單MultiGrid圓弧風格",
|
@@ -3220,7 +3301,7 @@ const I = {
|
|
3220
3301
|
OverlappingValueAxes: {},
|
3221
3302
|
OverlappingStackedValueAxes: {}
|
3222
3303
|
}
|
3223
|
-
},
|
3304
|
+
}, rt = {
|
3224
3305
|
name: "PRESET_MULTI_GRID_ROUND_STYLE",
|
3225
3306
|
description: "MultiGrid with round style",
|
3226
3307
|
descriptionZh: "MultiGrid圓弧風格",
|
@@ -3295,7 +3376,7 @@ const I = {
|
|
3295
3376
|
OverlappingValueAxes: {},
|
3296
3377
|
OverlappingStackedValueAxes: {}
|
3297
3378
|
}
|
3298
|
-
},
|
3379
|
+
}, lt = {
|
3299
3380
|
name: "PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE",
|
3300
3381
|
description: "Simple separate grid",
|
3301
3382
|
descriptionZh: "簡單的分開顯示Grid圖表",
|
@@ -3386,7 +3467,7 @@ const I = {
|
|
3386
3467
|
padding: 7
|
3387
3468
|
}
|
3388
3469
|
}
|
3389
|
-
},
|
3470
|
+
}, st = {
|
3390
3471
|
name: "PRESET_MULTI_GRID_SEPARATE_GRID",
|
3391
3472
|
description: "Separate Grid",
|
3392
3473
|
descriptionZh: "分開顯示Grid圖表",
|
@@ -3469,7 +3550,7 @@ const I = {
|
|
3469
3550
|
padding: 14
|
3470
3551
|
}
|
3471
3552
|
}
|
3472
|
-
},
|
3553
|
+
}, ot = {
|
3473
3554
|
name: "PRESET_MULTI_GRID_SIMPLE",
|
3474
3555
|
description: "Simple MultiGrid",
|
3475
3556
|
descriptionZh: "簡單MultiGrid",
|
@@ -3534,7 +3615,7 @@ const I = {
|
|
3534
3615
|
]
|
3535
3616
|
}
|
3536
3617
|
}
|
3537
|
-
},
|
3618
|
+
}, nt = {
|
3538
3619
|
name: "PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE",
|
3539
3620
|
description: "Simple separate grid line areas",
|
3540
3621
|
descriptionZh: "簡單的分開顯示Grid的折線區域圖",
|
@@ -3656,7 +3737,7 @@ const I = {
|
|
3656
3737
|
]
|
3657
3738
|
}
|
3658
3739
|
}
|
3659
|
-
},
|
3740
|
+
}, Bt = {
|
3660
3741
|
name: "PRESET_MULTI_LINE_AREAS_SEPARATE_GRID",
|
3661
3742
|
description: "Separate Grid line areas",
|
3662
3743
|
descriptionZh: "分開顯示Grid的折線區域圖",
|
@@ -3781,7 +3862,7 @@ const I = {
|
|
3781
3862
|
]
|
3782
3863
|
}
|
3783
3864
|
}
|
3784
|
-
},
|
3865
|
+
}, dt = {
|
3785
3866
|
name: "PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE",
|
3786
3867
|
description: "Simple separate grid line",
|
3787
3868
|
descriptionZh: "簡單的分開顯示Grid的折線圖",
|
@@ -3898,7 +3979,7 @@ const I = {
|
|
3898
3979
|
]
|
3899
3980
|
}
|
3900
3981
|
}
|
3901
|
-
},
|
3982
|
+
}, Et = {
|
3902
3983
|
name: "PRESET_MULTI_LINES_SEPARATE_GRID",
|
3903
3984
|
description: "Separate Grid line",
|
3904
3985
|
descriptionZh: "分開顯示Grid的折線圖",
|
@@ -4009,7 +4090,7 @@ const I = {
|
|
4009
4090
|
]
|
4010
4091
|
}
|
4011
4092
|
}
|
4012
|
-
},
|
4093
|
+
}, Ct = {
|
4013
4094
|
name: "PRESET_MULTI_VALUE_BASIC",
|
4014
4095
|
description: "Basic MultiValue",
|
4015
4096
|
descriptionZh: "基本MultiValue參數",
|
@@ -4057,7 +4138,7 @@ const I = {
|
|
4057
4138
|
padding: 14
|
4058
4139
|
}
|
4059
4140
|
}
|
4060
|
-
},
|
4141
|
+
}, At = {
|
4061
4142
|
name: "PRESET_MULTI_VALUE_SEPARATE_CATEGORY",
|
4062
4143
|
description: "MultiValue separate category",
|
4063
4144
|
descriptionZh: "MultiValue 分開顯示category",
|
@@ -4120,7 +4201,7 @@ const I = {
|
|
4120
4201
|
padding: 14
|
4121
4202
|
}
|
4122
4203
|
}
|
4123
|
-
},
|
4204
|
+
}, Dt = {
|
4124
4205
|
name: "PRESET_MULTI_VALUE_SIMPLE",
|
4125
4206
|
description: "Simple MultiValue",
|
4126
4207
|
descriptionZh: "簡單MultiValue參數",
|
@@ -4168,7 +4249,7 @@ const I = {
|
|
4168
4249
|
padding: 7
|
4169
4250
|
}
|
4170
4251
|
}
|
4171
|
-
},
|
4252
|
+
}, ct = {
|
4172
4253
|
name: "PRESET_ORDINAL_BUBBLES_ALL_ITEMS",
|
4173
4254
|
description: "Ordinal bubbles with all items",
|
4174
4255
|
descriptionZh: "顯示全部項目的序數泡泡圖",
|
@@ -4221,7 +4302,7 @@ const I = {
|
|
4221
4302
|
// 圓型圖例列點
|
4222
4303
|
}
|
4223
4304
|
}
|
4224
|
-
},
|
4305
|
+
}, gt = {
|
4225
4306
|
name: "PRESET_ORDINAL_BUBBLES_BASIC",
|
4226
4307
|
description: "Basic ordinal bubbles",
|
4227
4308
|
descriptionZh: "序數泡泡圖",
|
@@ -4272,7 +4353,7 @@ const I = {
|
|
4272
4353
|
// 圓型圖例列點
|
4273
4354
|
}
|
4274
4355
|
}
|
4275
|
-
},
|
4356
|
+
}, pt = {
|
4276
4357
|
name: "PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY",
|
4277
4358
|
description: "Ordinal bubbles with linear opacity",
|
4278
4359
|
descriptionZh: "漸變透明度的序數泡泡圖",
|
@@ -4327,7 +4408,7 @@ const I = {
|
|
4327
4408
|
// 圓型圖例列點
|
4328
4409
|
}
|
4329
4410
|
}
|
4330
|
-
},
|
4411
|
+
}, ut = {
|
4331
4412
|
name: "PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS",
|
4332
4413
|
description: "Ordinal bubbles with radius scaling",
|
4333
4414
|
descriptionZh: "以半徑尺寸為比例的序數泡泡圖",
|
@@ -4443,7 +4524,7 @@ const I = {
|
|
4443
4524
|
// 圓型圖例列點
|
4444
4525
|
}
|
4445
4526
|
}
|
4446
|
-
},
|
4527
|
+
}, Rt = {
|
4447
4528
|
name: "PRESET_ORDINAL_BUBBLES_SIMPLE",
|
4448
4529
|
description: "Simple ordinal bubbles",
|
4449
4530
|
descriptionZh: "簡單的序數泡泡圖",
|
@@ -4497,7 +4578,7 @@ const I = {
|
|
4497
4578
|
// 圓型圖例列點
|
4498
4579
|
}
|
4499
4580
|
}
|
4500
|
-
},
|
4581
|
+
}, _t = {
|
4501
4582
|
name: "PRESET_RACING_BARS_ALL_ITEMS",
|
4502
4583
|
description: "Racing bars for all items",
|
4503
4584
|
descriptionZh: "顯示全部項目的賽跑長條圖",
|
@@ -4550,7 +4631,7 @@ const I = {
|
|
4550
4631
|
padding: 14
|
4551
4632
|
}
|
4552
4633
|
}
|
4553
|
-
},
|
4634
|
+
}, mt = {
|
4554
4635
|
name: "PRESET_RACING_BARS_BASIC",
|
4555
4636
|
description: "Basic racing bars",
|
4556
4637
|
descriptionZh: "基本賽跑長條圖",
|
@@ -4602,7 +4683,7 @@ const I = {
|
|
4602
4683
|
padding: 14
|
4603
4684
|
}
|
4604
4685
|
}
|
4605
|
-
},
|
4686
|
+
}, ht = {
|
4606
4687
|
name: "PRESET_RACING_BARS_FAST",
|
4607
4688
|
description: "Fast racing bars",
|
4608
4689
|
descriptionZh: "快速的賽跑長條圖",
|
@@ -4654,7 +4735,7 @@ const I = {
|
|
4654
4735
|
padding: 14
|
4655
4736
|
}
|
4656
4737
|
}
|
4657
|
-
},
|
4738
|
+
}, Pt = {
|
4658
4739
|
name: "PRESET_RACING_BARS_FASTER",
|
4659
4740
|
description: "Faster racing bars",
|
4660
4741
|
descriptionZh: "更快速的賽跑長條圖",
|
@@ -4759,7 +4840,7 @@ const I = {
|
|
4759
4840
|
padding: 14
|
4760
4841
|
}
|
4761
4842
|
}
|
4762
|
-
},
|
4843
|
+
}, Tt = {
|
4763
4844
|
name: "PRESET_RACING_BARS_OUTSIDE_LABELS",
|
4764
4845
|
description: "Racing bars with labels outside",
|
4765
4846
|
descriptionZh: "標籤在外面的賽跑長條圖",
|
@@ -4815,7 +4896,7 @@ const I = {
|
|
4815
4896
|
padding: 14
|
4816
4897
|
}
|
4817
4898
|
}
|
4818
|
-
},
|
4899
|
+
}, Lt = {
|
4819
4900
|
name: "PRESET_RACING_BARS_SEPARATE_CATEGORY",
|
4820
4901
|
description: "Racing bars with separate category",
|
4821
4902
|
descriptionZh: "分開顯示category的賽跑長條圖",
|
@@ -4884,7 +4965,7 @@ const I = {
|
|
4884
4965
|
padding: 14
|
4885
4966
|
}
|
4886
4967
|
}
|
4887
|
-
},
|
4968
|
+
}, It = {
|
4888
4969
|
name: "PRESET_RACING_BARS_SIMPLE",
|
4889
4970
|
description: "Simple racing bars",
|
4890
4971
|
descriptionZh: "簡單賽跑長條圖",
|
@@ -4936,7 +5017,7 @@ const I = {
|
|
4936
5017
|
padding: 7
|
4937
5018
|
}
|
4938
5019
|
}
|
4939
|
-
},
|
5020
|
+
}, Gt = {
|
4940
5021
|
name: "PRESET_RACING_BARS_STOP",
|
4941
5022
|
description: "Stopped racing bars",
|
4942
5023
|
descriptionZh: "停止的賽跑長條圖",
|
@@ -5037,7 +5118,7 @@ const I = {
|
|
5037
5118
|
// 圓型圖例列點
|
5038
5119
|
}
|
5039
5120
|
}
|
5040
|
-
},
|
5121
|
+
}, xt = {
|
5041
5122
|
name: "PRESET_SCATTER_BUBBLES_BASIC",
|
5042
5123
|
description: "Basic scatter bubbles",
|
5043
5124
|
descriptionZh: "基本的散布泡泡圖",
|
@@ -5087,7 +5168,7 @@ const I = {
|
|
5087
5168
|
// 圓型圖例列點
|
5088
5169
|
}
|
5089
5170
|
}
|
5090
|
-
},
|
5171
|
+
}, Ot = {
|
5091
5172
|
name: "PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS",
|
5092
5173
|
description: "Scatter bubbles with radius scaling",
|
5093
5174
|
descriptionZh: "以半徑尺寸為比例的散布泡泡圖",
|
@@ -5140,7 +5221,7 @@ const I = {
|
|
5140
5221
|
arcScaleType: "radius"
|
5141
5222
|
}
|
5142
5223
|
}
|
5143
|
-
},
|
5224
|
+
}, kt = {
|
5144
5225
|
name: "PRESET_SCATTER_BUBBLES_LINEAR_OPACITY",
|
5145
5226
|
description: "Scatter bubbles with linear opacity",
|
5146
5227
|
descriptionZh: "以資料量漸變透明度的散布泡泡圖",
|
@@ -5193,7 +5274,7 @@ const I = {
|
|
5193
5274
|
valueLinearOpacity: [0.5, 1]
|
5194
5275
|
}
|
5195
5276
|
}
|
5196
|
-
},
|
5277
|
+
}, Nt = {
|
5197
5278
|
name: "PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY",
|
5198
5279
|
description: "Scatter bubbles with separate category",
|
5199
5280
|
descriptionZh: "分開顯示category的散布泡泡圖",
|
@@ -5250,7 +5331,7 @@ const I = {
|
|
5250
5331
|
// 圓型圖例列點
|
5251
5332
|
}
|
5252
5333
|
}
|
5253
|
-
},
|
5334
|
+
}, vt = {
|
5254
5335
|
name: "PRESET_SCATTER_BUBBLES_SIMPLE",
|
5255
5336
|
description: "Simple scatter bubbles",
|
5256
5337
|
descriptionZh: "簡單的散布泡泡圖",
|
@@ -5300,7 +5381,7 @@ const I = {
|
|
5300
5381
|
// 圓型圖例列點
|
5301
5382
|
}
|
5302
5383
|
}
|
5303
|
-
},
|
5384
|
+
}, Ut = {
|
5304
5385
|
name: "PRESET_SCATTER_SEPARATE_CATEGORY",
|
5305
5386
|
description: "Scatter with separate category",
|
5306
5387
|
descriptionZh: "分開顯示category的散布圖",
|
@@ -5365,7 +5446,7 @@ const I = {
|
|
5365
5446
|
// 圓型圖例列點
|
5366
5447
|
}
|
5367
5448
|
}
|
5368
|
-
},
|
5449
|
+
}, Zt = {
|
5369
5450
|
name: "PRESET_SCATTER_SIMPLE",
|
5370
5451
|
description: "Simple scatter",
|
5371
5452
|
descriptionZh: "簡單散布圖",
|
@@ -5415,7 +5496,7 @@ const I = {
|
|
5415
5496
|
// 圓型圖例列點
|
5416
5497
|
}
|
5417
5498
|
}
|
5418
|
-
},
|
5499
|
+
}, ft = {
|
5419
5500
|
name: "PRESET_FORCE_DIRECTED_BASIC",
|
5420
5501
|
description: "Basic force directed chart",
|
5421
5502
|
descriptionZh: "基本力導向圖",
|
@@ -5458,7 +5539,7 @@ const I = {
|
|
5458
5539
|
// 圓型圖例列點
|
5459
5540
|
}
|
5460
5541
|
}
|
5461
|
-
},
|
5542
|
+
}, Vt = {
|
5462
5543
|
name: "PRESET_FORCE_DIRECTED_BUBBLES_BASIC",
|
5463
5544
|
description: "Basic force directed bubbles chart",
|
5464
5545
|
descriptionZh: "基本力導向泡泡圖",
|
@@ -5501,7 +5582,7 @@ const I = {
|
|
5501
5582
|
// 圓型圖例列點
|
5502
5583
|
}
|
5503
5584
|
}
|
5504
|
-
},
|
5585
|
+
}, Ht = {
|
5505
5586
|
name: "PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH",
|
5506
5587
|
description: "Force-directed bubble chart with fixed arrow width",
|
5507
5588
|
descriptionZh: "固定箭頭寬度的力導向泡泡圖",
|
@@ -5549,7 +5630,7 @@ const I = {
|
|
5549
5630
|
// 圓型圖例列點
|
5550
5631
|
}
|
5551
5632
|
}
|
5552
|
-
},
|
5633
|
+
}, wt = {
|
5553
5634
|
name: "PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW",
|
5554
5635
|
description: "Force-directed bubble chart without arrows",
|
5555
5636
|
descriptionZh: "沒有箭頭的力導向泡泡圖",
|
@@ -5597,7 +5678,7 @@ const I = {
|
|
5597
5678
|
// 圓型圖例列點
|
5598
5679
|
}
|
5599
5680
|
}
|
5600
|
-
},
|
5681
|
+
}, yt = {
|
5601
5682
|
name: "PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM",
|
5602
5683
|
description: "Force Directed bubbles chart without mouse drag and zoom control",
|
5603
5684
|
descriptionZh: "無滑鼠托曳及縮放控制的力導向泡泡圖",
|
@@ -5642,7 +5723,7 @@ const I = {
|
|
5642
5723
|
// 圓型圖例列點
|
5643
5724
|
}
|
5644
5725
|
}
|
5645
|
-
},
|
5726
|
+
}, Yt = {
|
5646
5727
|
name: "PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE",
|
5647
5728
|
description: "Simple force directed bubbles chart",
|
5648
5729
|
descriptionZh: "簡單力導向泡泡圖",
|
@@ -5686,7 +5767,7 @@ const I = {
|
|
5686
5767
|
padding: 7
|
5687
5768
|
}
|
5688
5769
|
}
|
5689
|
-
},
|
5770
|
+
}, Wt = {
|
5690
5771
|
name: "PRESET_FORCE_DIRECTED_NONE_ZOOM",
|
5691
5772
|
description: "Force directed chart without mouse drag and zoom control",
|
5692
5773
|
descriptionZh: "無滑鼠托曳及縮放控制的力導向圖",
|
@@ -5731,7 +5812,7 @@ const I = {
|
|
5731
5812
|
// 圓型圖例列點
|
5732
5813
|
}
|
5733
5814
|
}
|
5734
|
-
},
|
5815
|
+
}, Xt = {
|
5735
5816
|
name: "PRESET_FORCE_DIRECTED_FIX_FONT_SIZE",
|
5736
5817
|
description: "Force directed chart with fixed font size",
|
5737
5818
|
descriptionZh: "固定字體大小的力導向圖",
|
@@ -5781,7 +5862,7 @@ const I = {
|
|
5781
5862
|
// 圓型圖例列點
|
5782
5863
|
}
|
5783
5864
|
}
|
5784
|
-
},
|
5865
|
+
}, zt = {
|
5785
5866
|
name: "PRESET_FORCE_DIRECTED_NONE_ARROW",
|
5786
5867
|
description: "Force directed chart without arrows",
|
5787
5868
|
descriptionZh: "沒有箭頭的力導向圖",
|
@@ -5829,7 +5910,7 @@ const I = {
|
|
5829
5910
|
// 圓型圖例列點
|
5830
5911
|
}
|
5831
5912
|
}
|
5832
|
-
},
|
5913
|
+
}, Kt = {
|
5833
5914
|
name: "PRESET_FORCE_DIRECTED_SIMPLE",
|
5834
5915
|
description: "Simple force directed chart",
|
5835
5916
|
descriptionZh: "簡單力導向圖",
|
@@ -5873,7 +5954,7 @@ const I = {
|
|
5873
5954
|
padding: 7
|
5874
5955
|
}
|
5875
5956
|
}
|
5876
|
-
},
|
5957
|
+
}, jt = {
|
5877
5958
|
name: "PRESET_TREE_MAP_BASIC",
|
5878
5959
|
description: "Basic tree map",
|
5879
5960
|
descriptionZh: "基本樹狀矩形圖",
|
@@ -5922,7 +6003,7 @@ const I = {
|
|
5922
6003
|
padding: 14
|
5923
6004
|
}
|
5924
6005
|
}
|
5925
|
-
},
|
6006
|
+
}, qt = {
|
5926
6007
|
name: "PRESET_TREE_MAP_SIMPLE",
|
5927
6008
|
description: "Simple tree map",
|
5928
6009
|
descriptionZh: "簡單樹狀矩形圖",
|
@@ -5973,86 +6054,87 @@ const I = {
|
|
5973
6054
|
}
|
5974
6055
|
};
|
5975
6056
|
export {
|
5976
|
-
|
6057
|
+
G as PRESET_BARS_HORIZONTAL_AND_ROUND,
|
5977
6058
|
M as PRESET_BARS_HORIZONTAL_AND_THIN,
|
5978
|
-
|
5979
|
-
|
6059
|
+
x as PRESET_BARS_ROUND,
|
6060
|
+
O as PRESET_BARS_THIN,
|
5980
6061
|
R as PRESET_BUBBLES_BASIC,
|
5981
6062
|
_ as PRESET_BUBBLES_SCALING_BY_RADIUS,
|
5982
|
-
|
6063
|
+
P as PRESET_BUBBLES_SEPARATE_ALL,
|
5983
6064
|
h as PRESET_BUBBLES_SEPARATE_LABEL,
|
5984
6065
|
m as PRESET_BUBBLES_SEPARATE_SERIES,
|
5985
|
-
|
6066
|
+
b as PRESET_BUBBLES_SIMPLE,
|
5986
6067
|
e as PRESET_BUBBLES_SUM_SERIES,
|
5987
|
-
|
5988
|
-
|
5989
|
-
|
5990
|
-
|
5991
|
-
|
5992
|
-
|
5993
|
-
|
5994
|
-
|
5995
|
-
|
5996
|
-
|
5997
|
-
|
5998
|
-
|
5999
|
-
|
6000
|
-
|
6001
|
-
|
6002
|
-
|
6003
|
-
|
6004
|
-
|
6005
|
-
|
6006
|
-
|
6007
|
-
|
6008
|
-
|
6009
|
-
|
6010
|
-
|
6011
|
-
|
6012
|
-
|
6013
|
-
|
6014
|
-
|
6015
|
-
|
6016
|
-
|
6017
|
-
|
6018
|
-
|
6019
|
-
|
6020
|
-
|
6021
|
-
|
6022
|
-
|
6023
|
-
|
6024
|
-
|
6025
|
-
|
6026
|
-
|
6027
|
-
|
6028
|
-
|
6029
|
-
|
6030
|
-
|
6031
|
-
|
6032
|
-
|
6033
|
-
|
6034
|
-
|
6035
|
-
|
6036
|
-
|
6068
|
+
ft as PRESET_FORCE_DIRECTED_BASIC,
|
6069
|
+
Vt as PRESET_FORCE_DIRECTED_BUBBLES_BASIC,
|
6070
|
+
Ht as PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH,
|
6071
|
+
wt as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW,
|
6072
|
+
yt as PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM,
|
6073
|
+
Yt as PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE,
|
6074
|
+
Xt as PRESET_FORCE_DIRECTED_FIX_FONT_SIZE,
|
6075
|
+
zt as PRESET_FORCE_DIRECTED_NONE_ARROW,
|
6076
|
+
Wt as PRESET_FORCE_DIRECTED_NONE_ZOOM,
|
6077
|
+
Kt as PRESET_FORCE_DIRECTED_SIMPLE,
|
6078
|
+
k as PRESET_GRID_BASIC,
|
6079
|
+
N as PRESET_GRID_HORIZONTAL,
|
6080
|
+
U as PRESET_GRID_PN_SCALE,
|
6081
|
+
v as PRESET_GRID_PN_SCALE_SIMPLE,
|
6082
|
+
Z as PRESET_GRID_ROTATE_AXIS_LABEL,
|
6083
|
+
f as PRESET_GRID_SEPARATE_SERIES,
|
6084
|
+
V as PRESET_GRID_SIMPLE,
|
6085
|
+
K as PRESET_LINES_BASIC,
|
6086
|
+
j as PRESET_LINES_CURVE,
|
6087
|
+
q as PRESET_LINES_HORIZONTAL,
|
6088
|
+
J as PRESET_LINES_LOOSE_TICKS,
|
6089
|
+
Q as PRESET_LINES_ROTATE_AXIS_LABEL,
|
6090
|
+
$ as PRESET_LINES_SIMPLE,
|
6091
|
+
tt as PRESET_LINES_WITH_SOLID_DOTS,
|
6092
|
+
H as PRESET_LINE_AREAS_BASIC,
|
6093
|
+
w as PRESET_LINE_AREAS_CURVE,
|
6094
|
+
y as PRESET_LINE_AREAS_HORIZONTAL,
|
6095
|
+
Y as PRESET_LINE_AREAS_LOOSE_TICKS,
|
6096
|
+
W as PRESET_LINE_AREAS_ROTATE_AXIS_LABEL,
|
6097
|
+
X as PRESET_LINE_AREAS_SEPARATE_SERIES,
|
6098
|
+
z as PRESET_LINE_AREAS_SIMPLE,
|
6099
|
+
at as PRESET_MULTI_GRID_BASIC,
|
6100
|
+
it as PRESET_MULTI_GRID_DIVERGING,
|
6101
|
+
et as PRESET_MULTI_GRID_DIVERGING_SIMPLE,
|
6102
|
+
rt as PRESET_MULTI_GRID_ROUND_STYLE,
|
6103
|
+
Ft as PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE,
|
6104
|
+
st as PRESET_MULTI_GRID_SEPARATE_GRID,
|
6105
|
+
lt as PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE,
|
6106
|
+
ot as PRESET_MULTI_GRID_SIMPLE,
|
6107
|
+
Et as PRESET_MULTI_LINES_SEPARATE_GRID,
|
6108
|
+
dt as PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE,
|
6109
|
+
Bt as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID,
|
6110
|
+
nt as PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE,
|
6111
|
+
Ct as PRESET_MULTI_VALUE_BASIC,
|
6112
|
+
At as PRESET_MULTI_VALUE_SEPARATE_CATEGORY,
|
6113
|
+
Dt as PRESET_MULTI_VALUE_SIMPLE,
|
6114
|
+
ct as PRESET_ORDINAL_BUBBLES_ALL_ITEMS,
|
6115
|
+
gt as PRESET_ORDINAL_BUBBLES_BASIC,
|
6116
|
+
pt as PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY,
|
6117
|
+
ut as PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS,
|
6037
6118
|
St as PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY,
|
6038
|
-
|
6119
|
+
Rt as PRESET_ORDINAL_BUBBLES_SIMPLE,
|
6039
6120
|
i as PRESET_PIE_BASIC,
|
6040
6121
|
F as PRESET_PIE_DONUT,
|
6122
|
+
T as PRESET_PIE_GAUGE,
|
6041
6123
|
r as PRESET_PIE_HALF_DONUT,
|
6042
6124
|
o as PRESET_PIE_SEPARATE_LABEL,
|
6043
6125
|
s as PRESET_PIE_SEPARATE_SERIES,
|
6044
6126
|
n as PRESET_PIE_SIMPLE,
|
6045
6127
|
B as PRESET_PIE_SUM_SERIES,
|
6046
6128
|
l as PRESET_PIE_WITH_INNER_LABELS,
|
6047
|
-
|
6048
|
-
|
6049
|
-
|
6050
|
-
|
6129
|
+
_t as PRESET_RACING_BARS_ALL_ITEMS,
|
6130
|
+
mt as PRESET_RACING_BARS_BASIC,
|
6131
|
+
ht as PRESET_RACING_BARS_FAST,
|
6132
|
+
Pt as PRESET_RACING_BARS_FASTER,
|
6051
6133
|
bt as PRESET_RACING_BARS_LOOP,
|
6052
|
-
|
6053
|
-
|
6054
|
-
|
6055
|
-
|
6134
|
+
Tt as PRESET_RACING_BARS_OUTSIDE_LABELS,
|
6135
|
+
Lt as PRESET_RACING_BARS_SEPARATE_CATEGORY,
|
6136
|
+
It as PRESET_RACING_BARS_SIMPLE,
|
6137
|
+
Gt as PRESET_RACING_BARS_STOP,
|
6056
6138
|
d as PRESET_ROSE_BASIC,
|
6057
6139
|
E as PRESET_ROSE_SCALING_BY_RADIUS,
|
6058
6140
|
A as PRESET_ROSE_SEPARATE_ALL,
|
@@ -6062,17 +6144,17 @@ export {
|
|
6062
6144
|
c as PRESET_ROSE_SIMPLE,
|
6063
6145
|
g as PRESET_ROSE_SUM_SERIES,
|
6064
6146
|
Mt as PRESET_SCATTER_BASIC,
|
6065
|
-
|
6066
|
-
|
6067
|
-
|
6068
|
-
|
6069
|
-
|
6070
|
-
|
6071
|
-
|
6072
|
-
|
6073
|
-
|
6074
|
-
|
6075
|
-
|
6076
|
-
|
6077
|
-
|
6147
|
+
xt as PRESET_SCATTER_BUBBLES_BASIC,
|
6148
|
+
kt as PRESET_SCATTER_BUBBLES_LINEAR_OPACITY,
|
6149
|
+
Ot as PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS,
|
6150
|
+
Nt as PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY,
|
6151
|
+
vt as PRESET_SCATTER_BUBBLES_SIMPLE,
|
6152
|
+
Ut as PRESET_SCATTER_SEPARATE_CATEGORY,
|
6153
|
+
Zt as PRESET_SCATTER_SIMPLE,
|
6154
|
+
L as PRESET_SERIES_BASIC,
|
6155
|
+
u as PRESET_SERIES_SEPARATE_SERIES,
|
6156
|
+
I as PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES,
|
6157
|
+
S as PRESET_SERIES_SUM_SERIES,
|
6158
|
+
jt as PRESET_TREE_MAP_BASIC,
|
6159
|
+
qt as PRESET_TREE_MAP_SIMPLE
|
6078
6160
|
};
|