@orbcharts/presets-basic 3.0.3 → 3.0.5
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 +62 -70
- package/dist/orbcharts-presets-basic.umd.js +1 -1
- package/package.json +1 -1
- package/src/series/PRESET_PIE_SEPARATE_LABEL.ts +0 -2
- package/src/series/PRESET_ROSE_SEPARATE_LABEL.ts +1 -2
- package/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.ts +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const R = {
|
2
2
|
name: "PRESET_BUBBLES_BASIC",
|
3
3
|
description: "Basic bubble chart",
|
4
4
|
descriptionZh: "基本泡泡圖",
|
@@ -40,7 +40,7 @@ const _ = {
|
|
40
40
|
// 圓型圖例列點
|
41
41
|
}
|
42
42
|
}
|
43
|
-
},
|
43
|
+
}, _ = {
|
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 _ = {
|
|
85
85
|
// 圓型圖例列點
|
86
86
|
}
|
87
87
|
}
|
88
|
-
},
|
88
|
+
}, m = {
|
89
89
|
name: "PRESET_BUBBLES_SEPARATE_SERIES",
|
90
90
|
description: "Bubble chart showing series separately",
|
91
91
|
descriptionZh: "分開顯示Series的泡泡圖",
|
@@ -209,7 +209,7 @@ const _ = {
|
|
209
209
|
},
|
210
210
|
SeriesTooltip: {}
|
211
211
|
}
|
212
|
-
},
|
212
|
+
}, b = {
|
213
213
|
name: "PRESET_BUBBLES_SEPARATE_ALL",
|
214
214
|
description: "Bubble chart showing all data separately",
|
215
215
|
descriptionZh: "全部資料分開顯示的泡泡圖",
|
@@ -274,7 +274,7 @@ const _ = {
|
|
274
274
|
},
|
275
275
|
SeriesTooltip: {}
|
276
276
|
}
|
277
|
-
},
|
277
|
+
}, P = {
|
278
278
|
name: "PRESET_BUBBLES_SIMPLE",
|
279
279
|
description: "Simple bubble chart",
|
280
280
|
descriptionZh: "簡單泡泡圖",
|
@@ -323,7 +323,7 @@ const _ = {
|
|
323
323
|
padding: 7
|
324
324
|
}
|
325
325
|
}
|
326
|
-
},
|
326
|
+
}, e = {
|
327
327
|
name: "PRESET_BUBBLES_SUM_SERIES",
|
328
328
|
description: "Bubble chart of combined Series data",
|
329
329
|
descriptionZh: "合併Series資料的泡泡圖",
|
@@ -365,8 +365,8 @@ const _ = {
|
|
365
365
|
},
|
366
366
|
pluginParams: {}
|
367
367
|
};
|
368
|
-
|
369
|
-
const
|
368
|
+
e.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
369
|
+
const i = {
|
370
370
|
name: "PRESET_PIE_BASIC",
|
371
371
|
description: "Basic pie chart",
|
372
372
|
descriptionZh: "基本圓餅圖",
|
@@ -412,8 +412,8 @@ const r = {
|
|
412
412
|
}
|
413
413
|
}
|
414
414
|
};
|
415
|
-
|
416
|
-
const
|
415
|
+
i.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
416
|
+
const F = {
|
417
417
|
name: "PRESET_PIE_DONUT",
|
418
418
|
description: "Donut chart",
|
419
419
|
descriptionZh: "甜甜圈圖",
|
@@ -464,8 +464,8 @@ const l = {
|
|
464
464
|
}
|
465
465
|
}
|
466
466
|
};
|
467
|
-
|
468
|
-
const
|
467
|
+
F.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
468
|
+
const r = {
|
469
469
|
name: "PRESET_PIE_HALF_DONUT",
|
470
470
|
description: "Half donut chart",
|
471
471
|
descriptionZh: "半圓甜甜圈圖",
|
@@ -528,8 +528,8 @@ const s = {
|
|
528
528
|
}
|
529
529
|
}
|
530
530
|
};
|
531
|
-
|
532
|
-
const
|
531
|
+
r.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
532
|
+
const l = {
|
533
533
|
name: "PRESET_PIE_WITH_INNER_LABELS",
|
534
534
|
description: "Pie chart with inner data labels",
|
535
535
|
descriptionZh: "圓餅圖及內部資料標籤",
|
@@ -582,8 +582,8 @@ const o = {
|
|
582
582
|
}
|
583
583
|
}
|
584
584
|
};
|
585
|
-
|
586
|
-
const
|
585
|
+
l.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
586
|
+
const s = {
|
587
587
|
name: "PRESET_PIE_SEPARATE_SERIES",
|
588
588
|
description: "Separate pie chart of Series",
|
589
589
|
descriptionZh: "分開顯示Series的圓餅圖",
|
@@ -625,8 +625,8 @@ const n = {
|
|
625
625
|
},
|
626
626
|
pluginParams: {}
|
627
627
|
};
|
628
|
-
|
629
|
-
const
|
628
|
+
s.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
629
|
+
const o = {
|
630
630
|
name: "PRESET_PIE_SEPARATE_LABEL",
|
631
631
|
description: "Separate pie chart of Label",
|
632
632
|
descriptionZh: "分開顯示Label的圓餅圖",
|
@@ -667,14 +667,11 @@ const e = {
|
|
667
667
|
separateLabel: !0
|
668
668
|
},
|
669
669
|
pluginParams: {
|
670
|
-
PieLabels: {
|
671
|
-
labelFn: (t) => t.seriesLabel
|
672
|
-
}
|
670
|
+
PieLabels: {}
|
673
671
|
}
|
674
672
|
};
|
675
|
-
|
676
|
-
|
677
|
-
const B = {
|
673
|
+
o.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
674
|
+
const n = {
|
678
675
|
name: "PRESET_PIE_SIMPLE",
|
679
676
|
description: "Simple pie chart",
|
680
677
|
descriptionZh: "簡單圓餅圖",
|
@@ -727,8 +724,8 @@ const B = {
|
|
727
724
|
}
|
728
725
|
}
|
729
726
|
};
|
730
|
-
|
731
|
-
const
|
727
|
+
n.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
728
|
+
const B = {
|
732
729
|
name: "PRESET_PIE_SUM_SERIES",
|
733
730
|
description: "Pie chart of combined Series data",
|
734
731
|
descriptionZh: "合併Series資料的圓餅圖",
|
@@ -770,8 +767,8 @@ const d = {
|
|
770
767
|
},
|
771
768
|
pluginParams: {}
|
772
769
|
};
|
773
|
-
|
774
|
-
const
|
770
|
+
B.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
771
|
+
const d = {
|
775
772
|
name: "PRESET_ROSE_BASIC",
|
776
773
|
description: "Basic Rose chart",
|
777
774
|
descriptionZh: "基本Rose參數",
|
@@ -823,8 +820,8 @@ const E = {
|
|
823
820
|
}
|
824
821
|
}
|
825
822
|
};
|
826
|
-
|
827
|
-
const
|
823
|
+
d.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
824
|
+
const E = {
|
828
825
|
name: "PRESET_ROSE_SCALING_BY_RADIUS",
|
829
826
|
description: "Rose chart with radius scaling",
|
830
827
|
descriptionZh: "以半徑尺寸為比例的玫瑰圖",
|
@@ -882,8 +879,8 @@ const C = {
|
|
882
879
|
}
|
883
880
|
}
|
884
881
|
};
|
885
|
-
|
886
|
-
const
|
882
|
+
E.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
883
|
+
const C = {
|
887
884
|
name: "PRESET_ROSE_SEPARATE_LABEL",
|
888
885
|
description: "Separate rose chart of Label",
|
889
886
|
descriptionZh: "分開顯示Label的玫瑰圖",
|
@@ -930,13 +927,10 @@ const i = {
|
|
930
927
|
separateLabel: !0
|
931
928
|
},
|
932
929
|
pluginParams: {
|
933
|
-
RoseLabels: {
|
934
|
-
labelFn: (t) => t.seriesLabel
|
935
|
-
}
|
930
|
+
RoseLabels: {}
|
936
931
|
}
|
937
932
|
};
|
938
|
-
|
939
|
-
i.pluginParams.RoseLabels.labelFn.toString = () => "d => d.seriesLabel";
|
933
|
+
C.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
940
934
|
const A = {
|
941
935
|
name: "PRESET_ROSE_SEPARATE_ALL",
|
942
936
|
description: "Separate rose chart of all data",
|
@@ -1189,7 +1183,7 @@ const p = {
|
|
1189
1183
|
pluginParams: {}
|
1190
1184
|
};
|
1191
1185
|
p.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
1192
|
-
const
|
1186
|
+
const T = {
|
1193
1187
|
name: "PRESET_SERIES_BASIC",
|
1194
1188
|
description: "Basic Series parameters",
|
1195
1189
|
descriptionZh: "基本Series參數",
|
@@ -1231,7 +1225,7 @@ const L = {
|
|
1231
1225
|
// 圓型圖例列點
|
1232
1226
|
}
|
1233
1227
|
}
|
1234
|
-
},
|
1228
|
+
}, L = {
|
1235
1229
|
name: "PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES",
|
1236
1230
|
description: "Separate and sum Series data",
|
1237
1231
|
descriptionZh: "分開顯示Series並合併Series資料",
|
@@ -1273,9 +1267,7 @@ const L = {
|
|
1273
1267
|
sumSeries: !0
|
1274
1268
|
},
|
1275
1269
|
pluginParams: {}
|
1276
|
-
}
|
1277
|
-
S.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
1278
|
-
const u = {
|
1270
|
+
}, S = {
|
1279
1271
|
name: "PRESET_SERIES_SEPARATE_SERIES",
|
1280
1272
|
description: "Separate Series",
|
1281
1273
|
descriptionZh: "分開顯示Series",
|
@@ -1317,8 +1309,8 @@ const u = {
|
|
1317
1309
|
},
|
1318
1310
|
pluginParams: {}
|
1319
1311
|
};
|
1320
|
-
|
1321
|
-
const
|
1312
|
+
S.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
1313
|
+
const u = {
|
1322
1314
|
name: "PRESET_SERIES_SUM_SERIES",
|
1323
1315
|
description: "Combine Series data",
|
1324
1316
|
descriptionZh: "合併Series資料",
|
@@ -1360,7 +1352,7 @@ const R = {
|
|
1360
1352
|
},
|
1361
1353
|
pluginParams: {}
|
1362
1354
|
};
|
1363
|
-
|
1355
|
+
u.dataFormatter.sort.toString = () => "(a, b) => b.value - a.value";
|
1364
1356
|
const I = {
|
1365
1357
|
name: "PRESET_BARS_HORIZONTAL_AND_ROUND",
|
1366
1358
|
description: "Horizontal bars with round corners",
|
@@ -4662,7 +4654,7 @@ const I = {
|
|
4662
4654
|
padding: 14
|
4663
4655
|
}
|
4664
4656
|
}
|
4665
|
-
},
|
4657
|
+
}, ht = {
|
4666
4658
|
name: "PRESET_RACING_BARS_FASTER",
|
4667
4659
|
description: "Faster racing bars",
|
4668
4660
|
descriptionZh: "更快速的賽跑長條圖",
|
@@ -4714,7 +4706,7 @@ const I = {
|
|
4714
4706
|
padding: 14
|
4715
4707
|
}
|
4716
4708
|
}
|
4717
|
-
},
|
4709
|
+
}, bt = {
|
4718
4710
|
name: "PRESET_RACING_BARS_LOOP",
|
4719
4711
|
description: "Looping racing bars",
|
4720
4712
|
descriptionZh: "循環的賽跑長條圖",
|
@@ -5985,13 +5977,13 @@ export {
|
|
5985
5977
|
M as PRESET_BARS_HORIZONTAL_AND_THIN,
|
5986
5978
|
G as PRESET_BARS_ROUND,
|
5987
5979
|
x as PRESET_BARS_THIN,
|
5988
|
-
|
5989
|
-
|
5990
|
-
|
5980
|
+
R as PRESET_BUBBLES_BASIC,
|
5981
|
+
_ as PRESET_BUBBLES_SCALING_BY_RADIUS,
|
5982
|
+
b as PRESET_BUBBLES_SEPARATE_ALL,
|
5991
5983
|
h as PRESET_BUBBLES_SEPARATE_LABEL,
|
5992
|
-
|
5993
|
-
|
5994
|
-
|
5984
|
+
m as PRESET_BUBBLES_SEPARATE_SERIES,
|
5985
|
+
P as PRESET_BUBBLES_SIMPLE,
|
5986
|
+
e as PRESET_BUBBLES_SUM_SERIES,
|
5995
5987
|
Zt as PRESET_FORCE_DIRECTED_BASIC,
|
5996
5988
|
ft as PRESET_FORCE_DIRECTED_BUBBLES_BASIC,
|
5997
5989
|
Vt as PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH,
|
@@ -6044,27 +6036,27 @@ export {
|
|
6044
6036
|
pt as PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS,
|
6045
6037
|
St as PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY,
|
6046
6038
|
ut as PRESET_ORDINAL_BUBBLES_SIMPLE,
|
6047
|
-
|
6048
|
-
|
6049
|
-
|
6050
|
-
|
6051
|
-
|
6052
|
-
|
6053
|
-
|
6054
|
-
|
6039
|
+
i as PRESET_PIE_BASIC,
|
6040
|
+
F as PRESET_PIE_DONUT,
|
6041
|
+
r as PRESET_PIE_HALF_DONUT,
|
6042
|
+
o as PRESET_PIE_SEPARATE_LABEL,
|
6043
|
+
s as PRESET_PIE_SEPARATE_SERIES,
|
6044
|
+
n as PRESET_PIE_SIMPLE,
|
6045
|
+
B as PRESET_PIE_SUM_SERIES,
|
6046
|
+
l as PRESET_PIE_WITH_INNER_LABELS,
|
6055
6047
|
Rt as PRESET_RACING_BARS_ALL_ITEMS,
|
6056
6048
|
_t as PRESET_RACING_BARS_BASIC,
|
6057
6049
|
mt as PRESET_RACING_BARS_FAST,
|
6058
|
-
|
6059
|
-
|
6050
|
+
ht as PRESET_RACING_BARS_FASTER,
|
6051
|
+
bt as PRESET_RACING_BARS_LOOP,
|
6060
6052
|
Pt as PRESET_RACING_BARS_OUTSIDE_LABELS,
|
6061
6053
|
Tt as PRESET_RACING_BARS_SEPARATE_CATEGORY,
|
6062
6054
|
Lt as PRESET_RACING_BARS_SIMPLE,
|
6063
6055
|
It as PRESET_RACING_BARS_STOP,
|
6064
|
-
|
6065
|
-
|
6056
|
+
d as PRESET_ROSE_BASIC,
|
6057
|
+
E as PRESET_ROSE_SCALING_BY_RADIUS,
|
6066
6058
|
A as PRESET_ROSE_SEPARATE_ALL,
|
6067
|
-
|
6059
|
+
C as PRESET_ROSE_SEPARATE_LABEL,
|
6068
6060
|
D as PRESET_ROSE_SEPARATE_SERIES,
|
6069
6061
|
p as PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES,
|
6070
6062
|
c as PRESET_ROSE_SIMPLE,
|
@@ -6077,10 +6069,10 @@ export {
|
|
6077
6069
|
Nt as PRESET_SCATTER_BUBBLES_SIMPLE,
|
6078
6070
|
vt as PRESET_SCATTER_SEPARATE_CATEGORY,
|
6079
6071
|
Ut as PRESET_SCATTER_SIMPLE,
|
6080
|
-
|
6081
|
-
|
6082
|
-
|
6083
|
-
|
6072
|
+
T as PRESET_SERIES_BASIC,
|
6073
|
+
S as PRESET_SERIES_SEPARATE_SERIES,
|
6074
|
+
L as PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES,
|
6075
|
+
u as PRESET_SERIES_SUM_SERIES,
|
6084
6076
|
Kt as PRESET_TREE_MAP_BASIC,
|
6085
6077
|
jt as PRESET_TREE_MAP_SIMPLE
|
6086
6078
|
};
|
@@ -1 +1 @@
|
|
1
|
-
(function(a,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(a=typeof globalThis<"u"?globalThis:a||self,i(a["orbcharts-presets-basic"]={}))})(this,function(a){"use strict";const i={name:"PRESET_BUBBLES_BASIC",description:"Basic bubble chart",descriptionZh:"基本泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{SeriesLegend:{listRectRadius:7}}},m={name:"PRESET_BUBBLES_SCALING_BY_RADIUS",description:"Bubble chart scaled by radius size",descriptionZh:"以半徑尺寸為比例的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{Bubbles:{arcScaleType:"radius"},SeriesLegend:{listRectRadius:7}}},T={name:"PRESET_BUBBLES_SEPARATE_SERIES",description:"Bubble chart showing series separately",descriptionZh:"分開顯示Series的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:100,right:140,bottom:100,left:140}},dataFormatter:{separateSeries:!0,container:{columnGap:0,rowGap:0}},pluginParams:{Bubbles:{force:{strength:.1}},SeriesLegend:{listRectRadius:7},SeriesTooltip:{}}},I={name:"PRESET_BUBBLES_SEPARATE_LABEL",description:"Bubble chart showing label separately",descriptionZh:"分開顯示Label的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:100,right:140,bottom:100,left:140}},dataFormatter:{separateLabel:!0,container:{columnGap:0,rowGap:0}},pluginParams:{Bubbles:{force:{strength:.1}},SeriesLegend:{listRectRadius:7},SeriesTooltip:{}}},b={name:"PRESET_BUBBLES_SEPARATE_ALL",description:"Bubble chart showing all data separately",descriptionZh:"全部資料分開顯示的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:100,right:160,bottom:100,left:160}},dataFormatter:{separateSeries:!0,separateLabel:!0,sort:(t,e)=>e.value-t.value,container:{columnGap:0,rowGap:0}},pluginParams:{Bubbles:{force:{strength:.12}},SeriesLegend:{listRectRadius:7,padding:7},SeriesTooltip:{}}},h={name:"PRESET_BUBBLES_SIMPLE",description:"Simple bubble chart",descriptionZh:"簡單泡泡圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{SeriesLegend:{listRectRadius:7,padding:7}}},l={name:"PRESET_BUBBLES_SUM_SERIES",description:"Bubble chart of combined Series data",descriptionZh:"合併Series資料的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};l.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const E={name:"PRESET_PIE_BASIC",description:"Basic pie chart",descriptionZh:"基本圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7}}};E.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const s={name:"PRESET_PIE_DONUT",description:"Donut chart",descriptionZh:"甜甜圈圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Pie:{innerRadius:.5},PieLabels:{},PieEventTexts:{},SeriesLegend:{listRectRadius:7}}};s.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const o={name:"PRESET_PIE_HALF_DONUT",description:"Half donut chart",descriptionZh:"半圓甜甜圈圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}},padding:{top:120,right:60,bottom:0,left:60}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Pie:{innerRadius:.5,startAngle:-Math.PI/2,endAngle:Math.PI/2},PieLabels:{startAngle:-Math.PI/2,endAngle:Math.PI/2},PieEventTexts:{},SeriesLegend:{placement:"bottom",listRectRadius:7}}};o.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const B={name:"PRESET_PIE_WITH_INNER_LABELS",description:"Pie chart with inner data labels",descriptionZh:"圓餅圖及內部資料標籤",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Pie:{},PieLabels:{labelCentroid:1.3,labelColorType:"labelContrast"},PieEventTexts:{},SeriesLegend:{listRectRadius:7}}};B.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const n={name:"PRESET_PIE_SEPARATE_SERIES",description:"Separate pie chart of Series",descriptionZh:"分開顯示Series的圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0},pluginParams:{}};n.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const F={name:"PRESET_PIE_SEPARATE_LABEL",description:"Separate pie chart of Label",descriptionZh:"分開顯示Label的圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateLabel:!0},pluginParams:{PieLabels:{labelFn:t=>t.seriesLabel}}};F.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value",F.pluginParams.PieLabels.labelFn.toString=()=>"d => d.seriesLabel";const d={name:"PRESET_PIE_SIMPLE",description:"Simple pie chart",descriptionZh:"簡單圓餅圖",chartParams:{padding:{top:30,right:30,bottom:30,left:30},colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7,padding:7}}};d.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const A={name:"PRESET_PIE_SUM_SERIES",description:"Pie chart of combined Series data",descriptionZh:"合併Series資料的圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};A.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const C={name:"PRESET_ROSE_BASIC",description:"Basic Rose chart",descriptionZh:"基本Rose參數",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7}}};C.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const S={name:"PRESET_ROSE_SCALING_BY_RADIUS",description:"Rose chart with radius scaling",descriptionZh:"以半徑尺寸為比例的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Rose:{arcScaleType:"radius"},RoseLabels:{arcScaleType:"radius"},SeriesLegend:{listRectRadius:7}}};S.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const r={name:"PRESET_ROSE_SEPARATE_LABEL",description:"Separate rose chart of Label",descriptionZh:"分開顯示Label的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateLabel:!0},pluginParams:{RoseLabels:{labelFn:t=>t.seriesLabel}}};r.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value",r.pluginParams.RoseLabels.labelFn.toString=()=>"d => d.seriesLabel";const D={name:"PRESET_ROSE_SEPARATE_ALL",description:"Separate rose chart of all data",descriptionZh:"全部資料分開顯示的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateLabel:!0,separateSeries:!0},pluginParams:{}};D.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const _={name:"PRESET_ROSE_SEPARATE_SERIES",description:"Separate rose chart of Series",descriptionZh:"分開顯示Series的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0},pluginParams:{}};_.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const R={name:"PRESET_ROSE_SIMPLE",description:"Simple Rose chart",descriptionZh:"簡單Rose參數",chartParams:{padding:{top:20,right:20,bottom:20,left:20},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7,padding:7}}};R.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const c={name:"PRESET_ROSE_SUM_SERIES",description:"Rose chart of combined Series data",descriptionZh:"合併Series資料的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};c.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const g={name:"PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES",description:"Separate and sum Series data",descriptionZh:"分開顯示Series並合併Series資料",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0,sumSeries:!0},pluginParams:{}};g.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const L={name:"PRESET_SERIES_BASIC",description:"Basic Series parameters",descriptionZh:"基本Series參數",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{SeriesLegend:{listRectRadius:7}}},u={name:"PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES",description:"Separate and sum Series data",descriptionZh:"分開顯示Series並合併Series資料",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0,sumSeries:!0},pluginParams:{}};u.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const p={name:"PRESET_SERIES_SEPARATE_SERIES",description:"Separate Series",descriptionZh:"分開顯示Series",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0},pluginParams:{}};p.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const P={name:"PRESET_SERIES_SUM_SERIES",description:"Combine Series data",descriptionZh:"合併Series資料",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};P.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const M={name:"PRESET_BARS_HORIZONTAL_AND_ROUND",description:"Horizontal bars with round corners",descriptionZh:"橫向圓角長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160}},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{Bars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectRadius:7}}},G={name:"PRESET_BARS_HORIZONTAL_AND_THIN",description:"Horizontal thin bars",descriptionZh:"橫向細長長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160}},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{Bars:{barWidth:20,barPadding:1,barGroupPadding:10},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14}}},O={name:"PRESET_BARS_ROUND",description:"Rounded bars",descriptionZh:"圓角長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{Bars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectRadius:7}}},N={name:"PRESET_BARS_THIN",description:"Thin bars",descriptionZh:"細長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{Bars:{barWidth:20,barPadding:1,barGroupPadding:10},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14}}},U={name:"PRESET_GRID_BASIC",description:"Basic Grid",descriptionZh:"基本Grid",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{GridLegend:{placement:"bottom",padding:14}}},k={name:"PRESET_GRID_HORIZONTAL",description:"Horizontal Grid",descriptionZh:"橫向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160}},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{GridLegend:{placement:"bottom",padding:14}}},x={name:"PRESET_GRID_PN_SCALE_SIMPLE",description:"Simple positive negative scale",descriptionZh:"簡單正負值分向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{valueAxis:{scaleDomain:["auto","auto"],scaleRange:[.05,.95]}},pluginParams:{GridLegend:{placement:"bottom",padding:7}}},v={name:"PRESET_GRID_PN_SCALE",description:"Positive negative scale",descriptionZh:"正負值分向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{valueAxis:{scaleDomain:["auto","auto"],scaleRange:[.05,.95]}},pluginParams:{GridLegend:{placement:"bottom",padding:14}}},Z={name:"PRESET_GRID_ROTATE_AXIS_LABEL",description:"Rotate axis label",descriptionZh:"傾斜標籤",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},pluginParams:{GroupAux:{labelRotate:-30},GroupAxis:{tickPadding:15,tickTextRotate:-30},GridLegend:{placement:"bottom",padding:14}}},f={name:"PRESET_GRID_SEPARATE_SERIES",description:"Separate Series",descriptionZh:"分開顯示Series",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{separateSeries:!0,container:{columnGap:100,rowGap:80}},pluginParams:{GroupAux:{labelRotate:-30},GroupAxis:{tickPadding:15,tickTextRotate:-30},GridLegend:{placement:"bottom",padding:14}}},V={name:"PRESET_GRID_SIMPLE",description:"Simple Grid",descriptionZh:"簡單Grid",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{valueAxis:{scaleRange:[0,.95]}},pluginParams:{GridLegend:{placement:"bottom",padding:7}}},H={name:"PRESET_LINE_AREAS_BASIC",description:"Basic LineArea",descriptionZh:"基本折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:100,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},w={name:"PRESET_LINE_AREAS_CURVE",description:"Curve LineArea",descriptionZh:"弧線的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:100,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{lineCurve:"curveMonotoneX",lineWidth:3},LineAreas:{lineCurve:"curveMonotoneX"},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},y={name:"PRESET_LINE_AREAS_HORIZONTAL",description:"Horizontal LineArea",descriptionZh:"橫向折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160},highlightTarget:"series"},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left",scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},Y={name:"PRESET_LINE_AREAS_LOOSE_TICKS",description:"Loose Ticks LineArea",descriptionZh:"寬鬆標籤的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:100,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{ticks:6},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},W={name:"PRESET_LINE_AREAS_ROTATE_AXIS_LABEL",description:"Rotate Axis Label LineArea",descriptionZh:"傾斜標籤的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},X={name:"PRESET_LINE_AREAS_SEPARATE_SERIES",description:"Separate Series LineArea",descriptionZh:"分開顯示Series的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80},highlightTarget:"series"},dataFormatter:{separateSeries:!0,groupAxis:{scalePadding:0},container:{columnGap:100,rowGap:80}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},z={name:"PRESET_LINE_AREAS_SIMPLE",description:"Simple LineArea",descriptionZh:"簡單折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:80,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0},valueAxis:{scaleRange:[0,.95]}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:7,listRectHeight:2}}},K={name:"PRESET_LINES_BASIC",description:"Basic Line",descriptionZh:"基本折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},j={name:"PRESET_LINES_CURVE",description:"Curve Line",descriptionZh:"弧線折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{lineCurve:"curveMonotoneX",lineWidth:3},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},q={name:"PRESET_LINES_HORIZONTAL",description:"Horizontal Line",descriptionZh:"橫向折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160},highlightTarget:"series"},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},J={name:"PRESET_LINES_LOOSE_TICKS",description:"Loose Ticks Line",descriptionZh:"寬鬆標籤的折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{},GroupAxis:{ticks:6},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},Q={name:"PRESET_LINES_ROTATE_AXIS_LABEL",description:"Line chart with slanted labels",descriptionZh:"傾斜標籤的折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},$={name:"PRESET_LINES_SIMPLE",description:"Simple line",descriptionZh:"簡單折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40},highlightTarget:"series"},dataFormatter:{valueAxis:{scaleRange:[0,.95]}},pluginParams:{Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:7,listRectHeight:2}}},aa={name:"PRESET_LINES_WITH_SOLID_DOTS",description:"Solid Dots Line",descriptionZh:"實心圓點的折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{radius:3,fillColorType:"label",onlyShowHighlighted:!1},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},ta={name:"PRESET_MULTI_GRID_BASIC",description:"Basic MultiGrid",descriptionZh:"基本MultiGrid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{MultiGridLegend:{placement:"bottom",padding:14,gridList:[{},{listRectHeight:2}]}}},ea={name:"PRESET_MULTI_GRID_DIVERGING_SIMPLE",description:"Simple diverging Grid",descriptionZh:"簡單雙向Grid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:60,left:40}},dataFormatter:{gridList:[{groupAxis:{position:"right"},valueAxis:{position:"bottom",scaleRange:[0,.95]}},{groupAxis:{position:"left"},valueAxis:{position:"bottom",scaleRange:[0,.95]}}],container:{columnGap:140,rowAmount:1,columnAmount:2},separateGrid:!0},pluginParams:{MultiGroupAxis:{tickPadding:10,gridIndexes:[0]},MultiValueAxis:{gridIndexes:[0,1]},MultiStackedValueAxis:{gridIndexes:[0,1]},MultiBars:{gridIndexes:[0,1]},MultiStackedBars:{gridIndexes:[0,1]},MultiBarsTriangle:{gridIndexes:[0,1]},MultiLines:{gridIndexes:[0,1]},MultiLineAreas:{gridIndexes:[0,1]},MultiDots:{gridIndexes:[0,1]},MultiGridLegend:{placement:"bottom",padding:7}}},ia={name:"PRESET_MULTI_GRID_DIVERGING",description:"Diverging Grid",descriptionZh:"雙向Grid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{gridList:[{groupAxis:{position:"right"},valueAxis:{position:"bottom"}},{groupAxis:{position:"left"},valueAxis:{position:"bottom"}}],container:{columnGap:160,rowAmount:1,columnAmount:2},separateGrid:!0},pluginParams:{MultiGroupAxis:{gridIndexes:[0]},MultiValueAxis:{gridIndexes:[0,1]},MultiStackedValueAxis:{gridIndexes:[0,1]},MultiBars:{gridIndexes:[0,1]},MultiStackedBars:{gridIndexes:[0,1]},MultiBarsTriangle:{gridIndexes:[0,1]},MultiLines:{gridIndexes:[0,1]},MultiLineAreas:{gridIndexes:[0,1]},MultiDots:{gridIndexes:[0,1]},MultiGridLegend:{placement:"bottom",padding:14}}},Fa={name:"PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE",description:"Simple MultiGrid with round style",descriptionZh:"簡單MultiGrid圓弧風格",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:60,left:80},highlightTarget:"series"},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}],container:{columnGap:40,rowGap:60}},pluginParams:{MultiBars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},MultiStackedBars:{},MultiDots:{},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectRadius:7},{listRectHeight:2}]},MultiGroupAxis:{},MultiLineAreas:{},MultiLines:{lineCurve:"curveMonotoneX",lineWidth:3},MultiValueAxis:{},MultiStackedValueAxis:{},OverlappingValueAxes:{},OverlappingStackedValueAxes:{}}},ra={name:"PRESET_MULTI_GRID_ROUND_STYLE",description:"MultiGrid with round style",descriptionZh:"MultiGrid圓弧風格",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{MultiBars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},MultiStackedBars:{},MultiDots:{},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectRadius:7},{listRectHeight:2}]},MultiGroupAxis:{},MultiLineAreas:{},MultiLines:{lineCurve:"curveMonotoneX",lineWidth:3},MultiValueAxis:{},MultiStackedValueAxis:{},OverlappingValueAxes:{},OverlappingStackedValueAxes:{}}},la={name:"PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE",description:"Simple separate grid",descriptionZh:"簡單的分開顯示Grid圖表",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}],separateGrid:!0,container:{columnGap:40,rowGap:60}},pluginParams:{MultiGroupAxis:{gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:7}}},Ea={name:"PRESET_MULTI_GRID_SEPARATE_GRID",description:"Separate Grid",descriptionZh:"分開顯示Grid圖表",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{separateGrid:!0,container:{columnGap:100,rowGap:80}},pluginParams:{MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:14}}},sa={name:"PRESET_MULTI_GRID_SIMPLE",description:"Simple MultiGrid",descriptionZh:"簡單MultiGrid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40},highlightTarget:"series"},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}]},pluginParams:{MultiGridLegend:{placement:"bottom",padding:7,gridList:[{},{listRectHeight:2}]}}},oa={name:"PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE",description:"Simple separate grid line areas",descriptionZh:"簡單的分開顯示Grid的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:80,left:60}},dataFormatter:{gridList:[{groupAxis:{scalePadding:0},valueAxis:{scaleRange:[0,.95]}}],separateGrid:!0,container:{columnGap:60,rowGap:60}},pluginParams:{MultiGroupAxis:{gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:7,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},Ba={name:"PRESET_MULTI_LINE_AREAS_SEPARATE_GRID",description:"Separate Grid line areas",descriptionZh:"分開顯示Grid的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{gridList:[{groupAxis:{scalePadding:0}},{groupAxis:{scalePadding:0}}],separateGrid:!0,container:{columnGap:100,rowGap:80}},pluginParams:{MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},na={name:"PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE",description:"Simple separate grid line",descriptionZh:"簡單的分開顯示Grid的折線圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}],separateGrid:!0,container:{columnGap:40,rowGap:60}},pluginParams:{MultiGroupAxis:{gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:7,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},da={name:"PRESET_MULTI_LINES_SEPARATE_GRID",description:"Separate Grid line",descriptionZh:"分開顯示Grid的折線圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{separateGrid:!0,container:{columnGap:100,rowGap:80}},pluginParams:{MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},Aa={name:"PRESET_MULTI_VALUE_BASIC",description:"Basic MultiValue",descriptionZh:"基本MultiValue參數",chartParams:{colors:{light:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]},dark:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14}}},Ca={name:"PRESET_MULTI_VALUE_SEPARATE_CATEGORY",description:"MultiValue separate category",descriptionZh:"MultiValue 分開顯示category",chartParams:{colors:{light:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]},dark:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{separateCategory:!0,container:{columnGap:100,rowGap:80}},pluginParams:{XYAxes:{xAxis:{ticks:3},yAxis:{ticks:3}},MultiValueLegend:{placement:"bottom",padding:14}}},Sa={name:"PRESET_MULTI_VALUE_SIMPLE",description:"Simple MultiValue",descriptionZh:"簡單MultiValue參數",chartParams:{colors:{light:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]},dark:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]}},padding:{top:40,right:40,bottom:60,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:7}}},Da={name:"PRESET_ORDINAL_BUBBLES_ALL_ITEMS",description:"Ordinal bubbles with all items",descriptionZh:"顯示全部項目的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{rankingAmount:"auto"},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},_a={name:"PRESET_ORDINAL_BUBBLES_BASIC",description:"Basic ordinal bubbles",descriptionZh:"序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Ra={name:"PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY",description:"Ordinal bubbles with linear opacity",descriptionZh:"漸變透明度的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{bubble:{valueLinearOpacity:[.5,1]}},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},ca={name:"PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS",description:"Ordinal bubbles with radius scaling",descriptionZh:"以半徑尺寸為比例的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{bubble:{arcScaleType:"radius"}},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},ga={name:"PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY",description:"Ordinal bubbles with separate category",descriptionZh:"分開顯示category的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:140}},dataFormatter:{separateCategory:!0,container:{columnGap:140,rowGap:60}},pluginParams:{OrdinalBubbles:{},OrdinalAxis:{ticks:2},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},ua={name:"PRESET_ORDINAL_BUBBLES_SIMPLE",description:"Simple ordinal bubbles",descriptionZh:"簡單的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:140}},pluginParams:{OrdinalBubbles:{},OrdinalAxis:{ticks:2},MultiValueLegend:{placement:"bottom",padding:7,listRectRadius:7}}},pa={name:"PRESET_RACING_BARS_ALL_ITEMS",description:"Racing bars for all items",descriptionZh:"顯示全部項目的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:500},pluginParams:{RacingBars:{rankingAmount:"auto",autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},Pa={name:"PRESET_RACING_BARS_BASIC",description:"Basic racing bars",descriptionZh:"基本賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:500},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},ma={name:"PRESET_RACING_BARS_FAST",description:"Fast racing bars",descriptionZh:"快速的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:250},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},Ta={name:"PRESET_RACING_BARS_FASTER",description:"Faster racing bars",descriptionZh:"更快速的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:125},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},Ia={name:"PRESET_RACING_BARS_LOOP",description:"Looping racing bars",descriptionZh:"循環的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:500},pluginParams:{RacingBars:{autorun:!0,loop:!0},MultiValueLegend:{placement:"bottom",padding:14}}},ba={name:"PRESET_RACING_BARS_OUTSIDE_LABELS",description:"Racing bars with labels outside",descriptionZh:"標籤在外面的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:160},transitionDuration:500},pluginParams:{RacingBars:{barLabel:{position:"outside",colorType:"primary"},autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},ha={name:"PRESET_RACING_BARS_SEPARATE_CATEGORY",description:"Racing bars with separate category",descriptionZh:"分開顯示category的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:60,left:140},transitionDuration:500},dataFormatter:{separateCategory:!0,container:{rowGap:60}},pluginParams:{RacingBars:{barLabel:{position:"outside",colorType:"primary",padding:10},valueLabel:{padding:10},autorun:!0},RacingValueAxis:{ticks:3},MultiValueLegend:{placement:"bottom",padding:14}}},La={name:"PRESET_RACING_BARS_SIMPLE",description:"Simple racing bars",descriptionZh:"簡單賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:40,bottom:40,left:40},transitionDuration:500},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:7}}},Ma={name:"PRESET_RACING_BARS_STOP",description:"Stopped racing bars",descriptionZh:"停止的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60}},pluginParams:{RacingBars:{autorun:!1},MultiValueLegend:{placement:"bottom",padding:14}}},Ga={name:"PRESET_SCATTER_BASIC",description:"Basic scatter",descriptionZh:"基本散布圖",chartParams:{colors:{light:{label:["#16B59B","#0088FF","#FF3232","#8E6BC9","#904026","#E23D93","#F38428","#6BDC51","#C50669","#4B25B3"]},dark:{label:["#7DD3C4","#4BABFF","#FF6C6C","#AA93D2","#D58C75","#FF8DC8","#F9B052","#ACE1A0","#F35CAA","#6F3BD5"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Oa={name:"PRESET_SCATTER_BUBBLES_BASIC",description:"Basic scatter bubbles",descriptionZh:"基本的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Na={name:"PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS",description:"Scatter bubbles with radius scaling",descriptionZh:"以半徑尺寸為比例的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7},ScatterBubbles:{arcScaleType:"radius"}}},Ua={name:"PRESET_SCATTER_BUBBLES_LINEAR_OPACITY",description:"Scatter bubbles with linear opacity",descriptionZh:"以資料量漸變透明度的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7},ScatterBubbles:{valueLinearOpacity:[.5,1]}}},ka={name:"PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY",description:"Scatter bubbles with separate category",descriptionZh:"分開顯示category的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{separateCategory:!0,container:{columnGap:100,rowGap:70}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},xa={name:"PRESET_SCATTER_BUBBLES_SIMPLE",description:"Simple scatter bubbles",descriptionZh:"簡單的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:60,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:7,listRectRadius:7}}},va={name:"PRESET_SCATTER_SEPARATE_CATEGORY",description:"Scatter with separate category",descriptionZh:"分開顯示category的散布圖",chartParams:{colors:{light:{label:["#16B59B","#0088FF","#FF3232","#8E6BC9","#904026","#E23D93","#F38428","#6BDC51","#C50669","#4B25B3"]},dark:{label:["#7DD3C4","#4BABFF","#FF6C6C","#AA93D2","#D58C75","#FF8DC8","#F9B052","#ACE1A0","#F35CAA","#6F3BD5"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{separateCategory:!0,container:{columnGap:100,rowGap:70}},pluginParams:{XYAxes:{xAxis:{ticks:3},yAxis:{ticks:3}},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Za={name:"PRESET_SCATTER_SIMPLE",description:"Simple scatter",descriptionZh:"簡單散布圖",chartParams:{colors:{light:{label:["#16B59B","#0088FF","#FF3232","#8E6BC9","#904026","#E23D93","#F38428","#6BDC51","#C50669","#4B25B3"]},dark:{label:["#7DD3C4","#4BABFF","#FF6C6C","#AA93D2","#D58C75","#FF8DC8","#F9B052","#ACE1A0","#F35CAA","#6F3BD5"]}},padding:{top:40,right:40,bottom:60,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:7,listRectRadius:7}}},fa={name:"PRESET_FORCE_DIRECTED_BASIC",description:"Basic force directed chart",descriptionZh:"基本力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{},RelationshipLegend:{listRectRadius:7}}},Va={name:"PRESET_FORCE_DIRECTED_BUBBLES_BASIC",description:"Basic force directed bubbles chart",descriptionZh:"基本力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{},RelationshipLegend:{listRectRadius:7}}},Ha={name:"PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH",description:"Force-directed bubble chart with fixed arrow width",descriptionZh:"固定箭頭寬度的力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{arrow:{strokeWidthMin:1.5,strokeWidthMax:1.5}},RelationshipLegend:{listRectRadius:7}}},wa={name:"PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW",description:"Force-directed bubble chart without arrows",descriptionZh:"沒有箭頭的力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{arrow:{pointerWidth:0,pointerHeight:0}},RelationshipLegend:{listRectRadius:7}}},ya={name:"PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM",description:"Force Directed bubbles chart without mouse drag and zoom control",descriptionZh:"無滑鼠托曳及縮放控制的力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{zoomable:!1},RelationshipLegend:{listRectRadius:7}}},Ya={name:"PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE",description:"Simple force directed bubbles chart",descriptionZh:"簡單力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{},RelationshipLegend:{listRectRadius:7,padding:7}}},Wa={name:"PRESET_FORCE_DIRECTED_NONE_ZOOM",description:"Force directed chart without mouse drag and zoom control",descriptionZh:"無滑鼠托曳及縮放控制的力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{zoomable:!1},RelationshipLegend:{listRectRadius:7}}},Xa={name:"PRESET_FORCE_DIRECTED_FIX_FONT_SIZE",description:"Force directed chart with fixed font size",descriptionZh:"固定字體大小的力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{dotLabel:{sizeFixed:!0},arrowLabel:{sizeFixed:!0}},RelationshipLegend:{listRectRadius:7}}},za={name:"PRESET_FORCE_DIRECTED_NONE_ARROW",description:"Force directed chart without arrows",descriptionZh:"沒有箭頭的力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{arrow:{pointerWidth:0,pointerHeight:0}},RelationshipLegend:{listRectRadius:7}}},Ka={name:"PRESET_FORCE_DIRECTED_SIMPLE",description:"Simple force directed chart",descriptionZh:"簡單力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{},RelationshipLegend:{listRectRadius:7,padding:7}}},ja={name:"PRESET_TREE_MAP_BASIC",description:"Basic tree map",descriptionZh:"基本樹狀矩形圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:70,left:40}},pluginParams:{TreeMap:{},TreeLegend:{placement:"bottom",padding:14}}},qa={name:"PRESET_TREE_MAP_SIMPLE",description:"Simple tree map",descriptionZh:"簡單樹狀矩形圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:40,left:40}},pluginParams:{TreeMap:{},TreeLegend:{placement:"bottom",padding:7}}};a.PRESET_BARS_HORIZONTAL_AND_ROUND=M,a.PRESET_BARS_HORIZONTAL_AND_THIN=G,a.PRESET_BARS_ROUND=O,a.PRESET_BARS_THIN=N,a.PRESET_BUBBLES_BASIC=i,a.PRESET_BUBBLES_SCALING_BY_RADIUS=m,a.PRESET_BUBBLES_SEPARATE_ALL=b,a.PRESET_BUBBLES_SEPARATE_LABEL=I,a.PRESET_BUBBLES_SEPARATE_SERIES=T,a.PRESET_BUBBLES_SIMPLE=h,a.PRESET_BUBBLES_SUM_SERIES=l,a.PRESET_FORCE_DIRECTED_BASIC=fa,a.PRESET_FORCE_DIRECTED_BUBBLES_BASIC=Va,a.PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH=Ha,a.PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW=wa,a.PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM=ya,a.PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE=Ya,a.PRESET_FORCE_DIRECTED_FIX_FONT_SIZE=Xa,a.PRESET_FORCE_DIRECTED_NONE_ARROW=za,a.PRESET_FORCE_DIRECTED_NONE_ZOOM=Wa,a.PRESET_FORCE_DIRECTED_SIMPLE=Ka,a.PRESET_GRID_BASIC=U,a.PRESET_GRID_HORIZONTAL=k,a.PRESET_GRID_PN_SCALE=v,a.PRESET_GRID_PN_SCALE_SIMPLE=x,a.PRESET_GRID_ROTATE_AXIS_LABEL=Z,a.PRESET_GRID_SEPARATE_SERIES=f,a.PRESET_GRID_SIMPLE=V,a.PRESET_LINES_BASIC=K,a.PRESET_LINES_CURVE=j,a.PRESET_LINES_HORIZONTAL=q,a.PRESET_LINES_LOOSE_TICKS=J,a.PRESET_LINES_ROTATE_AXIS_LABEL=Q,a.PRESET_LINES_SIMPLE=$,a.PRESET_LINES_WITH_SOLID_DOTS=aa,a.PRESET_LINE_AREAS_BASIC=H,a.PRESET_LINE_AREAS_CURVE=w,a.PRESET_LINE_AREAS_HORIZONTAL=y,a.PRESET_LINE_AREAS_LOOSE_TICKS=Y,a.PRESET_LINE_AREAS_ROTATE_AXIS_LABEL=W,a.PRESET_LINE_AREAS_SEPARATE_SERIES=X,a.PRESET_LINE_AREAS_SIMPLE=z,a.PRESET_MULTI_GRID_BASIC=ta,a.PRESET_MULTI_GRID_DIVERGING=ia,a.PRESET_MULTI_GRID_DIVERGING_SIMPLE=ea,a.PRESET_MULTI_GRID_ROUND_STYLE=ra,a.PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE=Fa,a.PRESET_MULTI_GRID_SEPARATE_GRID=Ea,a.PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE=la,a.PRESET_MULTI_GRID_SIMPLE=sa,a.PRESET_MULTI_LINES_SEPARATE_GRID=da,a.PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE=na,a.PRESET_MULTI_LINE_AREAS_SEPARATE_GRID=Ba,a.PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE=oa,a.PRESET_MULTI_VALUE_BASIC=Aa,a.PRESET_MULTI_VALUE_SEPARATE_CATEGORY=Ca,a.PRESET_MULTI_VALUE_SIMPLE=Sa,a.PRESET_ORDINAL_BUBBLES_ALL_ITEMS=Da,a.PRESET_ORDINAL_BUBBLES_BASIC=_a,a.PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY=Ra,a.PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS=ca,a.PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY=ga,a.PRESET_ORDINAL_BUBBLES_SIMPLE=ua,a.PRESET_PIE_BASIC=E,a.PRESET_PIE_DONUT=s,a.PRESET_PIE_HALF_DONUT=o,a.PRESET_PIE_SEPARATE_LABEL=F,a.PRESET_PIE_SEPARATE_SERIES=n,a.PRESET_PIE_SIMPLE=d,a.PRESET_PIE_SUM_SERIES=A,a.PRESET_PIE_WITH_INNER_LABELS=B,a.PRESET_RACING_BARS_ALL_ITEMS=pa,a.PRESET_RACING_BARS_BASIC=Pa,a.PRESET_RACING_BARS_FAST=ma,a.PRESET_RACING_BARS_FASTER=Ta,a.PRESET_RACING_BARS_LOOP=Ia,a.PRESET_RACING_BARS_OUTSIDE_LABELS=ba,a.PRESET_RACING_BARS_SEPARATE_CATEGORY=ha,a.PRESET_RACING_BARS_SIMPLE=La,a.PRESET_RACING_BARS_STOP=Ma,a.PRESET_ROSE_BASIC=C,a.PRESET_ROSE_SCALING_BY_RADIUS=S,a.PRESET_ROSE_SEPARATE_ALL=D,a.PRESET_ROSE_SEPARATE_LABEL=r,a.PRESET_ROSE_SEPARATE_SERIES=_,a.PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES=g,a.PRESET_ROSE_SIMPLE=R,a.PRESET_ROSE_SUM_SERIES=c,a.PRESET_SCATTER_BASIC=Ga,a.PRESET_SCATTER_BUBBLES_BASIC=Oa,a.PRESET_SCATTER_BUBBLES_LINEAR_OPACITY=Ua,a.PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS=Na,a.PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY=ka,a.PRESET_SCATTER_BUBBLES_SIMPLE=xa,a.PRESET_SCATTER_SEPARATE_CATEGORY=va,a.PRESET_SCATTER_SIMPLE=Za,a.PRESET_SERIES_BASIC=L,a.PRESET_SERIES_SEPARATE_SERIES=p,a.PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES=u,a.PRESET_SERIES_SUM_SERIES=P,a.PRESET_TREE_MAP_BASIC=ja,a.PRESET_TREE_MAP_SIMPLE=qa,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});
|
1
|
+
(function(a,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(a=typeof globalThis<"u"?globalThis:a||self,i(a["orbcharts-presets-basic"]={}))})(this,function(a){"use strict";const i={name:"PRESET_BUBBLES_BASIC",description:"Basic bubble chart",descriptionZh:"基本泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{SeriesLegend:{listRectRadius:7}}},P={name:"PRESET_BUBBLES_SCALING_BY_RADIUS",description:"Bubble chart scaled by radius size",descriptionZh:"以半徑尺寸為比例的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{Bubbles:{arcScaleType:"radius"},SeriesLegend:{listRectRadius:7}}},T={name:"PRESET_BUBBLES_SEPARATE_SERIES",description:"Bubble chart showing series separately",descriptionZh:"分開顯示Series的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:100,right:140,bottom:100,left:140}},dataFormatter:{separateSeries:!0,container:{columnGap:0,rowGap:0}},pluginParams:{Bubbles:{force:{strength:.1}},SeriesLegend:{listRectRadius:7},SeriesTooltip:{}}},m={name:"PRESET_BUBBLES_SEPARATE_LABEL",description:"Bubble chart showing label separately",descriptionZh:"分開顯示Label的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:100,right:140,bottom:100,left:140}},dataFormatter:{separateLabel:!0,container:{columnGap:0,rowGap:0}},pluginParams:{Bubbles:{force:{strength:.1}},SeriesLegend:{listRectRadius:7},SeriesTooltip:{}}},I={name:"PRESET_BUBBLES_SEPARATE_ALL",description:"Bubble chart showing all data separately",descriptionZh:"全部資料分開顯示的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:100,right:160,bottom:100,left:160}},dataFormatter:{separateSeries:!0,separateLabel:!0,sort:(t,e)=>e.value-t.value,container:{columnGap:0,rowGap:0}},pluginParams:{Bubbles:{force:{strength:.12}},SeriesLegend:{listRectRadius:7,padding:7},SeriesTooltip:{}}},h={name:"PRESET_BUBBLES_SIMPLE",description:"Simple bubble chart",descriptionZh:"簡單泡泡圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{SeriesLegend:{listRectRadius:7,padding:7}}},F={name:"PRESET_BUBBLES_SUM_SERIES",description:"Bubble chart of combined Series data",descriptionZh:"合併Series資料的泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};F.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const r={name:"PRESET_PIE_BASIC",description:"Basic pie chart",descriptionZh:"基本圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7}}};r.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const E={name:"PRESET_PIE_DONUT",description:"Donut chart",descriptionZh:"甜甜圈圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Pie:{innerRadius:.5},PieLabels:{},PieEventTexts:{},SeriesLegend:{listRectRadius:7}}};E.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const l={name:"PRESET_PIE_HALF_DONUT",description:"Half donut chart",descriptionZh:"半圓甜甜圈圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}},padding:{top:120,right:60,bottom:0,left:60}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Pie:{innerRadius:.5,startAngle:-Math.PI/2,endAngle:Math.PI/2},PieLabels:{startAngle:-Math.PI/2,endAngle:Math.PI/2},PieEventTexts:{},SeriesLegend:{placement:"bottom",listRectRadius:7}}};l.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const s={name:"PRESET_PIE_WITH_INNER_LABELS",description:"Pie chart with inner data labels",descriptionZh:"圓餅圖及內部資料標籤",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Pie:{},PieLabels:{labelCentroid:1.3,labelColorType:"labelContrast"},PieEventTexts:{},SeriesLegend:{listRectRadius:7}}};s.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const o={name:"PRESET_PIE_SEPARATE_SERIES",description:"Separate pie chart of Series",descriptionZh:"分開顯示Series的圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0},pluginParams:{}};o.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const B={name:"PRESET_PIE_SEPARATE_LABEL",description:"Separate pie chart of Label",descriptionZh:"分開顯示Label的圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateLabel:!0},pluginParams:{PieLabels:{}}};B.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const n={name:"PRESET_PIE_SIMPLE",description:"Simple pie chart",descriptionZh:"簡單圓餅圖",chartParams:{padding:{top:30,right:30,bottom:30,left:30},colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7,padding:7}}};n.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const d={name:"PRESET_PIE_SUM_SERIES",description:"Pie chart of combined Series data",descriptionZh:"合併Series資料的圓餅圖",chartParams:{colors:{light:{label:["#0088FF","#4BABFF","#38BEA8","#86DC72","#F9B052","#F4721B","#FF3232","#5F2714","#D117EA","7E7D7D"]},dark:{label:["#4BABFF","#8BC8FF","#61CBB9","#ACE1A0","#FCDCAD","#F9B052","#FF6C6C","#904026","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};d.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const A={name:"PRESET_ROSE_BASIC",description:"Basic Rose chart",descriptionZh:"基本Rose參數",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7}}};A.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const C={name:"PRESET_ROSE_SCALING_BY_RADIUS",description:"Rose chart with radius scaling",descriptionZh:"以半徑尺寸為比例的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{Rose:{arcScaleType:"radius"},RoseLabels:{arcScaleType:"radius"},SeriesLegend:{listRectRadius:7}}};C.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const S={name:"PRESET_ROSE_SEPARATE_LABEL",description:"Separate rose chart of Label",descriptionZh:"分開顯示Label的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateLabel:!0},pluginParams:{RoseLabels:{}}};S.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const D={name:"PRESET_ROSE_SEPARATE_ALL",description:"Separate rose chart of all data",descriptionZh:"全部資料分開顯示的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateLabel:!0,separateSeries:!0},pluginParams:{}};D.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const _={name:"PRESET_ROSE_SEPARATE_SERIES",description:"Separate rose chart of Series",descriptionZh:"分開顯示Series的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0},pluginParams:{}};_.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const R={name:"PRESET_ROSE_SIMPLE",description:"Simple Rose chart",descriptionZh:"簡單Rose參數",chartParams:{padding:{top:20,right:20,bottom:20,left:20},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value},pluginParams:{SeriesLegend:{listRectRadius:7,padding:7}}};R.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const c={name:"PRESET_ROSE_SUM_SERIES",description:"Rose chart of combined Series data",descriptionZh:"合併Series資料的玫瑰圖",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};c.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const g={name:"PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES",description:"Separate and sum Series data",descriptionZh:"分開顯示Series並合併Series資料",chartParams:{padding:{top:40,right:40,bottom:40,left:40},colors:{light:{label:["#4BABFF","#0088FF","#435399","#86DC72","#42C724","#16B59B","#F9B052","#F4721B","#FF3232","#7E7D7D"]},dark:{label:["#8BC8FF","#4BABFF","#0088FF","#55D339","#29AB0C","#16B59B","#FCDCAD","#F9B052","#FF6C6C","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0,sumSeries:!0},pluginParams:{}};g.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const b={name:"PRESET_SERIES_BASIC",description:"Basic Series parameters",descriptionZh:"基本Series參數",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{SeriesLegend:{listRectRadius:7}}},L={name:"PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES",description:"Separate and sum Series data",descriptionZh:"分開顯示Series並合併Series資料",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0,sumSeries:!0},pluginParams:{}},p={name:"PRESET_SERIES_SEPARATE_SERIES",description:"Separate Series",descriptionZh:"分開顯示Series",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,separateSeries:!0},pluginParams:{}};p.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const u={name:"PRESET_SERIES_SUM_SERIES",description:"Combine Series data",descriptionZh:"合併Series資料",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},dataFormatter:{sort:(t,e)=>e.value-t.value,sumSeries:!0},pluginParams:{}};u.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const M={name:"PRESET_BARS_HORIZONTAL_AND_ROUND",description:"Horizontal bars with round corners",descriptionZh:"橫向圓角長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160}},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{Bars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectRadius:7}}},G={name:"PRESET_BARS_HORIZONTAL_AND_THIN",description:"Horizontal thin bars",descriptionZh:"橫向細長長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160}},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{Bars:{barWidth:20,barPadding:1,barGroupPadding:10},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14}}},O={name:"PRESET_BARS_ROUND",description:"Rounded bars",descriptionZh:"圓角長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{Bars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectRadius:7}}},N={name:"PRESET_BARS_THIN",description:"Thin bars",descriptionZh:"細長條圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{Bars:{barWidth:20,barPadding:1,barGroupPadding:10},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14}}},U={name:"PRESET_GRID_BASIC",description:"Basic Grid",descriptionZh:"基本Grid",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{GridLegend:{placement:"bottom",padding:14}}},k={name:"PRESET_GRID_HORIZONTAL",description:"Horizontal Grid",descriptionZh:"橫向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160}},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{GridLegend:{placement:"bottom",padding:14}}},x={name:"PRESET_GRID_PN_SCALE_SIMPLE",description:"Simple positive negative scale",descriptionZh:"簡單正負值分向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{valueAxis:{scaleDomain:["auto","auto"],scaleRange:[.05,.95]}},pluginParams:{GridLegend:{placement:"bottom",padding:7}}},v={name:"PRESET_GRID_PN_SCALE",description:"Positive negative scale",descriptionZh:"正負值分向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{valueAxis:{scaleDomain:["auto","auto"],scaleRange:[.05,.95]}},pluginParams:{GridLegend:{placement:"bottom",padding:14}}},Z={name:"PRESET_GRID_ROTATE_AXIS_LABEL",description:"Rotate axis label",descriptionZh:"傾斜標籤",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},pluginParams:{GroupAux:{labelRotate:-30},GroupAxis:{tickPadding:15,tickTextRotate:-30},GridLegend:{placement:"bottom",padding:14}}},f={name:"PRESET_GRID_SEPARATE_SERIES",description:"Separate Series",descriptionZh:"分開顯示Series",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{separateSeries:!0,container:{columnGap:100,rowGap:80}},pluginParams:{GroupAux:{labelRotate:-30},GroupAxis:{tickPadding:15,tickTextRotate:-30},GridLegend:{placement:"bottom",padding:14}}},V={name:"PRESET_GRID_SIMPLE",description:"Simple Grid",descriptionZh:"簡單Grid",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{valueAxis:{scaleRange:[0,.95]}},pluginParams:{GridLegend:{placement:"bottom",padding:7}}},H={name:"PRESET_LINE_AREAS_BASIC",description:"Basic LineArea",descriptionZh:"基本折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:100,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},w={name:"PRESET_LINE_AREAS_CURVE",description:"Curve LineArea",descriptionZh:"弧線的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:100,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{lineCurve:"curveMonotoneX",lineWidth:3},LineAreas:{lineCurve:"curveMonotoneX"},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},y={name:"PRESET_LINE_AREAS_HORIZONTAL",description:"Horizontal LineArea",descriptionZh:"橫向折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160},highlightTarget:"series"},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left",scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},Y={name:"PRESET_LINE_AREAS_LOOSE_TICKS",description:"Loose Ticks LineArea",descriptionZh:"寬鬆標籤的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:100,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{ticks:6},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},W={name:"PRESET_LINE_AREAS_ROTATE_AXIS_LABEL",description:"Rotate Axis Label LineArea",descriptionZh:"傾斜標籤的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},X={name:"PRESET_LINE_AREAS_SEPARATE_SERIES",description:"Separate Series LineArea",descriptionZh:"分開顯示Series的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80},highlightTarget:"series"},dataFormatter:{separateSeries:!0,groupAxis:{scalePadding:0},container:{columnGap:100,rowGap:80}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},z={name:"PRESET_LINE_AREAS_SIMPLE",description:"Simple LineArea",descriptionZh:"簡單折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:80,left:60},highlightTarget:"series"},dataFormatter:{groupAxis:{scalePadding:0},valueAxis:{scaleRange:[0,.95]}},pluginParams:{Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:7,listRectHeight:2}}},K={name:"PRESET_LINES_BASIC",description:"Basic Line",descriptionZh:"基本折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},j={name:"PRESET_LINES_CURVE",description:"Curve Line",descriptionZh:"弧線折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{lineCurve:"curveMonotoneX",lineWidth:3},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},q={name:"PRESET_LINES_HORIZONTAL",description:"Horizontal Line",descriptionZh:"橫向折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:160},highlightTarget:"series"},dataFormatter:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}},pluginParams:{Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},J={name:"PRESET_LINES_LOOSE_TICKS",description:"Loose Ticks Line",descriptionZh:"寬鬆標籤的折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{},GroupAxis:{ticks:6},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},Q={name:"PRESET_LINES_ROTATE_AXIS_LABEL",description:"Line chart with slanted labels",descriptionZh:"傾斜標籤的折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},$={name:"PRESET_LINES_SIMPLE",description:"Simple line",descriptionZh:"簡單折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40},highlightTarget:"series"},dataFormatter:{valueAxis:{scaleRange:[0,.95]}},pluginParams:{Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:7,listRectHeight:2}}},aa={name:"PRESET_LINES_WITH_SOLID_DOTS",description:"Solid Dots Line",descriptionZh:"實心圓點的折線圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{Lines:{},Dots:{radius:3,fillColorType:"label",onlyShowHighlighted:!1},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{placement:"bottom",padding:14,listRectHeight:2}}},ta={name:"PRESET_MULTI_GRID_BASIC",description:"Basic MultiGrid",descriptionZh:"基本MultiGrid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{MultiGridLegend:{placement:"bottom",padding:14,gridList:[{},{listRectHeight:2}]}}},ea={name:"PRESET_MULTI_GRID_DIVERGING_SIMPLE",description:"Simple diverging Grid",descriptionZh:"簡單雙向Grid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:60,left:40}},dataFormatter:{gridList:[{groupAxis:{position:"right"},valueAxis:{position:"bottom",scaleRange:[0,.95]}},{groupAxis:{position:"left"},valueAxis:{position:"bottom",scaleRange:[0,.95]}}],container:{columnGap:140,rowAmount:1,columnAmount:2},separateGrid:!0},pluginParams:{MultiGroupAxis:{tickPadding:10,gridIndexes:[0]},MultiValueAxis:{gridIndexes:[0,1]},MultiStackedValueAxis:{gridIndexes:[0,1]},MultiBars:{gridIndexes:[0,1]},MultiStackedBars:{gridIndexes:[0,1]},MultiBarsTriangle:{gridIndexes:[0,1]},MultiLines:{gridIndexes:[0,1]},MultiLineAreas:{gridIndexes:[0,1]},MultiDots:{gridIndexes:[0,1]},MultiGridLegend:{placement:"bottom",padding:7}}},ia={name:"PRESET_MULTI_GRID_DIVERGING",description:"Diverging Grid",descriptionZh:"雙向Grid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{gridList:[{groupAxis:{position:"right"},valueAxis:{position:"bottom"}},{groupAxis:{position:"left"},valueAxis:{position:"bottom"}}],container:{columnGap:160,rowAmount:1,columnAmount:2},separateGrid:!0},pluginParams:{MultiGroupAxis:{gridIndexes:[0]},MultiValueAxis:{gridIndexes:[0,1]},MultiStackedValueAxis:{gridIndexes:[0,1]},MultiBars:{gridIndexes:[0,1]},MultiStackedBars:{gridIndexes:[0,1]},MultiBarsTriangle:{gridIndexes:[0,1]},MultiLines:{gridIndexes:[0,1]},MultiLineAreas:{gridIndexes:[0,1]},MultiDots:{gridIndexes:[0,1]},MultiGridLegend:{placement:"bottom",padding:14}}},Fa={name:"PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE",description:"Simple MultiGrid with round style",descriptionZh:"簡單MultiGrid圓弧風格",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:60,left:80},highlightTarget:"series"},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}],container:{columnGap:40,rowGap:60}},pluginParams:{MultiBars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},MultiStackedBars:{},MultiDots:{},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectRadius:7},{listRectHeight:2}]},MultiGroupAxis:{},MultiLineAreas:{},MultiLines:{lineCurve:"curveMonotoneX",lineWidth:3},MultiValueAxis:{},MultiStackedValueAxis:{},OverlappingValueAxes:{},OverlappingStackedValueAxes:{}}},ra={name:"PRESET_MULTI_GRID_ROUND_STYLE",description:"MultiGrid with round style",descriptionZh:"MultiGrid圓弧風格",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:100,left:80},highlightTarget:"series"},pluginParams:{MultiBars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},MultiStackedBars:{},MultiDots:{},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectRadius:7},{listRectHeight:2}]},MultiGroupAxis:{},MultiLineAreas:{},MultiLines:{lineCurve:"curveMonotoneX",lineWidth:3},MultiValueAxis:{},MultiStackedValueAxis:{},OverlappingValueAxes:{},OverlappingStackedValueAxes:{}}},Ea={name:"PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE",description:"Simple separate grid",descriptionZh:"簡單的分開顯示Grid圖表",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}],separateGrid:!0,container:{columnGap:40,rowGap:60}},pluginParams:{MultiGroupAxis:{gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:7}}},la={name:"PRESET_MULTI_GRID_SEPARATE_GRID",description:"Separate Grid",descriptionZh:"分開顯示Grid圖表",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{separateGrid:!0,container:{columnGap:100,rowGap:80}},pluginParams:{MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:14}}},sa={name:"PRESET_MULTI_GRID_SIMPLE",description:"Simple MultiGrid",descriptionZh:"簡單MultiGrid",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40},highlightTarget:"series"},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}]},pluginParams:{MultiGridLegend:{placement:"bottom",padding:7,gridList:[{},{listRectHeight:2}]}}},oa={name:"PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE",description:"Simple separate grid line areas",descriptionZh:"簡單的分開顯示Grid的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:60,bottom:80,left:60}},dataFormatter:{gridList:[{groupAxis:{scalePadding:0},valueAxis:{scaleRange:[0,.95]}}],separateGrid:!0,container:{columnGap:60,rowGap:60}},pluginParams:{MultiGroupAxis:{gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:7,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},Ba={name:"PRESET_MULTI_LINE_AREAS_SEPARATE_GRID",description:"Separate Grid line areas",descriptionZh:"分開顯示Grid的折線區域圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{gridList:[{groupAxis:{scalePadding:0}},{groupAxis:{scalePadding:0}}],separateGrid:!0,container:{columnGap:100,rowGap:80}},pluginParams:{MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},na={name:"PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE",description:"Simple separate grid line",descriptionZh:"簡單的分開顯示Grid的折線圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:80,left:40}},dataFormatter:{gridList:[{valueAxis:{scaleRange:[0,.95]}}],separateGrid:!0,container:{columnGap:40,rowGap:60}},pluginParams:{MultiGroupAxis:{gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:7,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},da={name:"PRESET_MULTI_LINES_SEPARATE_GRID",description:"Separate Grid line",descriptionZh:"分開顯示Grid的折線圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:120,left:80}},dataFormatter:{separateGrid:!0,container:{columnGap:100,rowGap:80}},pluginParams:{MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiStackedValueAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiStackedBars:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{placement:"bottom",padding:14,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},Aa={name:"PRESET_MULTI_VALUE_BASIC",description:"Basic MultiValue",descriptionZh:"基本MultiValue參數",chartParams:{colors:{light:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]},dark:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14}}},Ca={name:"PRESET_MULTI_VALUE_SEPARATE_CATEGORY",description:"MultiValue separate category",descriptionZh:"MultiValue 分開顯示category",chartParams:{colors:{light:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]},dark:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{separateCategory:!0,container:{columnGap:100,rowGap:80}},pluginParams:{XYAxes:{xAxis:{ticks:3},yAxis:{ticks:3}},MultiValueLegend:{placement:"bottom",padding:14}}},Sa={name:"PRESET_MULTI_VALUE_SIMPLE",description:"Simple MultiValue",descriptionZh:"簡單MultiValue參數",chartParams:{colors:{light:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]},dark:{label:["#7DD3C4","#FFA0A0","#6CBAFF","#55D339","#F9B052","#FF6C6C","#8E6BC9","#0088FF","#904026","#C4C4C4"]}},padding:{top:40,right:40,bottom:60,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:7}}},Da={name:"PRESET_ORDINAL_BUBBLES_ALL_ITEMS",description:"Ordinal bubbles with all items",descriptionZh:"顯示全部項目的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{rankingAmount:"auto"},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},_a={name:"PRESET_ORDINAL_BUBBLES_BASIC",description:"Basic ordinal bubbles",descriptionZh:"序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Ra={name:"PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY",description:"Ordinal bubbles with linear opacity",descriptionZh:"漸變透明度的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{bubble:{valueLinearOpacity:[.5,1]}},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},ca={name:"PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS",description:"Ordinal bubbles with radius scaling",descriptionZh:"以半徑尺寸為比例的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:160}},pluginParams:{OrdinalBubbles:{bubble:{arcScaleType:"radius"}},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},ga={name:"PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY",description:"Ordinal bubbles with separate category",descriptionZh:"分開顯示category的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:140}},dataFormatter:{separateCategory:!0,container:{columnGap:140,rowGap:60}},pluginParams:{OrdinalBubbles:{},OrdinalAxis:{ticks:2},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},pa={name:"PRESET_ORDINAL_BUBBLES_SIMPLE",description:"Simple ordinal bubbles",descriptionZh:"簡單的序數泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:60,right:40,bottom:60,left:140}},pluginParams:{OrdinalBubbles:{},OrdinalAxis:{ticks:2},MultiValueLegend:{placement:"bottom",padding:7,listRectRadius:7}}},ua={name:"PRESET_RACING_BARS_ALL_ITEMS",description:"Racing bars for all items",descriptionZh:"顯示全部項目的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:500},pluginParams:{RacingBars:{rankingAmount:"auto",autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},Pa={name:"PRESET_RACING_BARS_BASIC",description:"Basic racing bars",descriptionZh:"基本賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:500},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},Ta={name:"PRESET_RACING_BARS_FAST",description:"Fast racing bars",descriptionZh:"快速的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:250},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},ma={name:"PRESET_RACING_BARS_FASTER",description:"Faster racing bars",descriptionZh:"更快速的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:125},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},Ia={name:"PRESET_RACING_BARS_LOOP",description:"Looping racing bars",descriptionZh:"循環的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60},transitionDuration:500},pluginParams:{RacingBars:{autorun:!0,loop:!0},MultiValueLegend:{placement:"bottom",padding:14}}},ha={name:"PRESET_RACING_BARS_OUTSIDE_LABELS",description:"Racing bars with labels outside",descriptionZh:"標籤在外面的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:160},transitionDuration:500},pluginParams:{RacingBars:{barLabel:{position:"outside",colorType:"primary"},autorun:!0},MultiValueLegend:{placement:"bottom",padding:14}}},ba={name:"PRESET_RACING_BARS_SEPARATE_CATEGORY",description:"Racing bars with separate category",descriptionZh:"分開顯示category的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:60,left:140},transitionDuration:500},dataFormatter:{separateCategory:!0,container:{rowGap:60}},pluginParams:{RacingBars:{barLabel:{position:"outside",colorType:"primary",padding:10},valueLabel:{padding:10},autorun:!0},RacingValueAxis:{ticks:3},MultiValueLegend:{placement:"bottom",padding:14}}},La={name:"PRESET_RACING_BARS_SIMPLE",description:"Simple racing bars",descriptionZh:"簡單賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:40,bottom:40,left:40},transitionDuration:500},pluginParams:{RacingBars:{autorun:!0},MultiValueLegend:{placement:"bottom",padding:7}}},Ma={name:"PRESET_RACING_BARS_STOP",description:"Stopped racing bars",descriptionZh:"停止的賽跑長條圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:60,right:60,bottom:100,left:60}},pluginParams:{RacingBars:{autorun:!1},MultiValueLegend:{placement:"bottom",padding:14}}},Ga={name:"PRESET_SCATTER_BASIC",description:"Basic scatter",descriptionZh:"基本散布圖",chartParams:{colors:{light:{label:["#16B59B","#0088FF","#FF3232","#8E6BC9","#904026","#E23D93","#F38428","#6BDC51","#C50669","#4B25B3"]},dark:{label:["#7DD3C4","#4BABFF","#FF6C6C","#AA93D2","#D58C75","#FF8DC8","#F9B052","#ACE1A0","#F35CAA","#6F3BD5"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Oa={name:"PRESET_SCATTER_BUBBLES_BASIC",description:"Basic scatter bubbles",descriptionZh:"基本的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Na={name:"PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS",description:"Scatter bubbles with radius scaling",descriptionZh:"以半徑尺寸為比例的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7},ScatterBubbles:{arcScaleType:"radius"}}},Ua={name:"PRESET_SCATTER_BUBBLES_LINEAR_OPACITY",description:"Scatter bubbles with linear opacity",descriptionZh:"以資料量漸變透明度的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7},ScatterBubbles:{valueLinearOpacity:[.5,1]}}},ka={name:"PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY",description:"Scatter bubbles with separate category",descriptionZh:"分開顯示category的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{separateCategory:!0,container:{columnGap:100,rowGap:70}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},xa={name:"PRESET_SCATTER_BUBBLES_SIMPLE",description:"Simple scatter bubbles",descriptionZh:"簡單的散布泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}},padding:{top:40,right:40,bottom:60,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:7,listRectRadius:7}}},va={name:"PRESET_SCATTER_SEPARATE_CATEGORY",description:"Scatter with separate category",descriptionZh:"分開顯示category的散布圖",chartParams:{colors:{light:{label:["#16B59B","#0088FF","#FF3232","#8E6BC9","#904026","#E23D93","#F38428","#6BDC51","#C50669","#4B25B3"]},dark:{label:["#7DD3C4","#4BABFF","#FF6C6C","#AA93D2","#D58C75","#FF8DC8","#F9B052","#ACE1A0","#F35CAA","#6F3BD5"]}},padding:{top:40,right:40,bottom:100,left:80}},dataFormatter:{separateCategory:!0,container:{columnGap:100,rowGap:70}},pluginParams:{XYAxes:{xAxis:{ticks:3},yAxis:{ticks:3}},MultiValueLegend:{placement:"bottom",padding:14,listRectRadius:7}}},Za={name:"PRESET_SCATTER_SIMPLE",description:"Simple scatter",descriptionZh:"簡單散布圖",chartParams:{colors:{light:{label:["#16B59B","#0088FF","#FF3232","#8E6BC9","#904026","#E23D93","#F38428","#6BDC51","#C50669","#4B25B3"]},dark:{label:["#7DD3C4","#4BABFF","#FF6C6C","#AA93D2","#D58C75","#FF8DC8","#F9B052","#ACE1A0","#F35CAA","#6F3BD5"]}},padding:{top:40,right:40,bottom:60,left:80}},pluginParams:{MultiValueLegend:{placement:"bottom",padding:7,listRectRadius:7}}},fa={name:"PRESET_FORCE_DIRECTED_BASIC",description:"Basic force directed chart",descriptionZh:"基本力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{},RelationshipLegend:{listRectRadius:7}}},Va={name:"PRESET_FORCE_DIRECTED_BUBBLES_BASIC",description:"Basic force directed bubbles chart",descriptionZh:"基本力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{},RelationshipLegend:{listRectRadius:7}}},Ha={name:"PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH",description:"Force-directed bubble chart with fixed arrow width",descriptionZh:"固定箭頭寬度的力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{arrow:{strokeWidthMin:1.5,strokeWidthMax:1.5}},RelationshipLegend:{listRectRadius:7}}},wa={name:"PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW",description:"Force-directed bubble chart without arrows",descriptionZh:"沒有箭頭的力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{arrow:{pointerWidth:0,pointerHeight:0}},RelationshipLegend:{listRectRadius:7}}},ya={name:"PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM",description:"Force Directed bubbles chart without mouse drag and zoom control",descriptionZh:"無滑鼠托曳及縮放控制的力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{zoomable:!1},RelationshipLegend:{listRectRadius:7}}},Ya={name:"PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE",description:"Simple force directed bubbles chart",descriptionZh:"簡單力導向泡泡圖",chartParams:{colors:{light:{label:["#0088FF","#FF3232","#38BEA8","#6F3BD5","#314285","#42C724","#D52580","#F4721B","#D117EA","#7E7D7D"]},dark:{label:["#4BABFF","#FF6C6C","#7DD3C4","#8E6BC9","#5366AC","#86DC72","#FF72BB","#F9B052","#EF76FF","#C4C4C4"]}}},pluginParams:{ForceDirectedBubbles:{},RelationshipLegend:{listRectRadius:7,padding:7}}},Wa={name:"PRESET_FORCE_DIRECTED_NONE_ZOOM",description:"Force directed chart without mouse drag and zoom control",descriptionZh:"無滑鼠托曳及縮放控制的力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{zoomable:!1},RelationshipLegend:{listRectRadius:7}}},Xa={name:"PRESET_FORCE_DIRECTED_FIX_FONT_SIZE",description:"Force directed chart with fixed font size",descriptionZh:"固定字體大小的力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{dotLabel:{sizeFixed:!0},arrowLabel:{sizeFixed:!0}},RelationshipLegend:{listRectRadius:7}}},za={name:"PRESET_FORCE_DIRECTED_NONE_ARROW",description:"Force directed chart without arrows",descriptionZh:"沒有箭頭的力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{arrow:{pointerWidth:0,pointerHeight:0}},RelationshipLegend:{listRectRadius:7}}},Ka={name:"PRESET_FORCE_DIRECTED_SIMPLE",description:"Simple force directed chart",descriptionZh:"簡單力導向圖",chartParams:{colors:{light:{label:["#0088FF","#FF72BB","#16B59B","#F9B052","#6F3BD5","#42C724","#FF3232","#904026","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#FFA0A0","#7DD3C4","#FAC77D","#8454D4","#42C724","#FF6C6C","#D4785A","#5366AC","#FF8DC8"]}}},pluginParams:{ForceDirected:{},RelationshipLegend:{listRectRadius:7,padding:7}}},ja={name:"PRESET_TREE_MAP_BASIC",description:"Basic tree map",descriptionZh:"基本樹狀矩形圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:70,left:40}},pluginParams:{TreeMap:{},TreeLegend:{placement:"bottom",padding:14}}},qa={name:"PRESET_TREE_MAP_SIMPLE",description:"Simple tree map",descriptionZh:"簡單樹狀矩形圖",chartParams:{colors:{light:{label:["#0088FF","#16B59B","#6F3BD5","#EE5F13","#F9B052","#D4785A","#42C724","#FF4B4B","#1F3172","#E23D93"]},dark:{label:["#4BABFF","#7DD3C4","#8454D4","#FF6C6C","#FAC77D","#D58C75","#42C724","#FF8B8B","#5366AC","#FF8DC8"]}},padding:{top:40,right:40,bottom:40,left:40}},pluginParams:{TreeMap:{},TreeLegend:{placement:"bottom",padding:7}}};a.PRESET_BARS_HORIZONTAL_AND_ROUND=M,a.PRESET_BARS_HORIZONTAL_AND_THIN=G,a.PRESET_BARS_ROUND=O,a.PRESET_BARS_THIN=N,a.PRESET_BUBBLES_BASIC=i,a.PRESET_BUBBLES_SCALING_BY_RADIUS=P,a.PRESET_BUBBLES_SEPARATE_ALL=I,a.PRESET_BUBBLES_SEPARATE_LABEL=m,a.PRESET_BUBBLES_SEPARATE_SERIES=T,a.PRESET_BUBBLES_SIMPLE=h,a.PRESET_BUBBLES_SUM_SERIES=F,a.PRESET_FORCE_DIRECTED_BASIC=fa,a.PRESET_FORCE_DIRECTED_BUBBLES_BASIC=Va,a.PRESET_FORCE_DIRECTED_BUBBLES_FIX_ARROW_WIDTH=Ha,a.PRESET_FORCE_DIRECTED_BUBBLES_NONE_ARROW=wa,a.PRESET_FORCE_DIRECTED_BUBBLES_NONE_ZOOM=ya,a.PRESET_FORCE_DIRECTED_BUBBLES_SIMPLE=Ya,a.PRESET_FORCE_DIRECTED_FIX_FONT_SIZE=Xa,a.PRESET_FORCE_DIRECTED_NONE_ARROW=za,a.PRESET_FORCE_DIRECTED_NONE_ZOOM=Wa,a.PRESET_FORCE_DIRECTED_SIMPLE=Ka,a.PRESET_GRID_BASIC=U,a.PRESET_GRID_HORIZONTAL=k,a.PRESET_GRID_PN_SCALE=v,a.PRESET_GRID_PN_SCALE_SIMPLE=x,a.PRESET_GRID_ROTATE_AXIS_LABEL=Z,a.PRESET_GRID_SEPARATE_SERIES=f,a.PRESET_GRID_SIMPLE=V,a.PRESET_LINES_BASIC=K,a.PRESET_LINES_CURVE=j,a.PRESET_LINES_HORIZONTAL=q,a.PRESET_LINES_LOOSE_TICKS=J,a.PRESET_LINES_ROTATE_AXIS_LABEL=Q,a.PRESET_LINES_SIMPLE=$,a.PRESET_LINES_WITH_SOLID_DOTS=aa,a.PRESET_LINE_AREAS_BASIC=H,a.PRESET_LINE_AREAS_CURVE=w,a.PRESET_LINE_AREAS_HORIZONTAL=y,a.PRESET_LINE_AREAS_LOOSE_TICKS=Y,a.PRESET_LINE_AREAS_ROTATE_AXIS_LABEL=W,a.PRESET_LINE_AREAS_SEPARATE_SERIES=X,a.PRESET_LINE_AREAS_SIMPLE=z,a.PRESET_MULTI_GRID_BASIC=ta,a.PRESET_MULTI_GRID_DIVERGING=ia,a.PRESET_MULTI_GRID_DIVERGING_SIMPLE=ea,a.PRESET_MULTI_GRID_ROUND_STYLE=ra,a.PRESET_MULTI_GRID_ROUND_STYLE_SIMPLE=Fa,a.PRESET_MULTI_GRID_SEPARATE_GRID=la,a.PRESET_MULTI_GRID_SEPARATE_GRID_SIMPLE=Ea,a.PRESET_MULTI_GRID_SIMPLE=sa,a.PRESET_MULTI_LINES_SEPARATE_GRID=da,a.PRESET_MULTI_LINES_SEPARATE_GRID_SIMPLE=na,a.PRESET_MULTI_LINE_AREAS_SEPARATE_GRID=Ba,a.PRESET_MULTI_LINE_AREAS_SEPARATE_GRID_SIMPLE=oa,a.PRESET_MULTI_VALUE_BASIC=Aa,a.PRESET_MULTI_VALUE_SEPARATE_CATEGORY=Ca,a.PRESET_MULTI_VALUE_SIMPLE=Sa,a.PRESET_ORDINAL_BUBBLES_ALL_ITEMS=Da,a.PRESET_ORDINAL_BUBBLES_BASIC=_a,a.PRESET_ORDINAL_BUBBLES_LINEAR_OPACITY=Ra,a.PRESET_ORDINAL_BUBBLES_SCALING_BY_RADIUS=ca,a.PRESET_ORDINAL_BUBBLES_SEPARATE_CATEGORY=ga,a.PRESET_ORDINAL_BUBBLES_SIMPLE=pa,a.PRESET_PIE_BASIC=r,a.PRESET_PIE_DONUT=E,a.PRESET_PIE_HALF_DONUT=l,a.PRESET_PIE_SEPARATE_LABEL=B,a.PRESET_PIE_SEPARATE_SERIES=o,a.PRESET_PIE_SIMPLE=n,a.PRESET_PIE_SUM_SERIES=d,a.PRESET_PIE_WITH_INNER_LABELS=s,a.PRESET_RACING_BARS_ALL_ITEMS=ua,a.PRESET_RACING_BARS_BASIC=Pa,a.PRESET_RACING_BARS_FAST=Ta,a.PRESET_RACING_BARS_FASTER=ma,a.PRESET_RACING_BARS_LOOP=Ia,a.PRESET_RACING_BARS_OUTSIDE_LABELS=ha,a.PRESET_RACING_BARS_SEPARATE_CATEGORY=ba,a.PRESET_RACING_BARS_SIMPLE=La,a.PRESET_RACING_BARS_STOP=Ma,a.PRESET_ROSE_BASIC=A,a.PRESET_ROSE_SCALING_BY_RADIUS=C,a.PRESET_ROSE_SEPARATE_ALL=D,a.PRESET_ROSE_SEPARATE_LABEL=S,a.PRESET_ROSE_SEPARATE_SERIES=_,a.PRESET_ROSE_SEPARATE_SERIES_AND_SUM_SERIES=g,a.PRESET_ROSE_SIMPLE=R,a.PRESET_ROSE_SUM_SERIES=c,a.PRESET_SCATTER_BASIC=Ga,a.PRESET_SCATTER_BUBBLES_BASIC=Oa,a.PRESET_SCATTER_BUBBLES_LINEAR_OPACITY=Ua,a.PRESET_SCATTER_BUBBLES_SCALING_BY_RADIUS=Na,a.PRESET_SCATTER_BUBBLES_SEPARATE_CATEGORY=ka,a.PRESET_SCATTER_BUBBLES_SIMPLE=xa,a.PRESET_SCATTER_SEPARATE_CATEGORY=va,a.PRESET_SCATTER_SIMPLE=Za,a.PRESET_SERIES_BASIC=b,a.PRESET_SERIES_SEPARATE_SERIES=p,a.PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES=L,a.PRESET_SERIES_SUM_SERIES=u,a.PRESET_TREE_MAP_BASIC=ja,a.PRESET_TREE_MAP_SIMPLE=qa,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
@@ -44,9 +44,7 @@ export const PRESET_PIE_SEPARATE_LABEL: PresetPartial<'series', Partial<PresetSe
|
|
44
44
|
},
|
45
45
|
pluginParams: {
|
46
46
|
PieLabels: {
|
47
|
-
labelFn: d => d.seriesLabel
|
48
47
|
}
|
49
48
|
}
|
50
49
|
}
|
51
50
|
PRESET_PIE_SEPARATE_LABEL.dataFormatter.sort.toString = () => `(a, b) => b.value - a.value`
|
52
|
-
PRESET_PIE_SEPARATE_LABEL.pluginParams.PieLabels.labelFn.toString = () => `d => d.seriesLabel`
|
@@ -50,9 +50,8 @@ export const PRESET_ROSE_SEPARATE_LABEL: PresetPartial<'series', Partial<PresetS
|
|
50
50
|
},
|
51
51
|
pluginParams: {
|
52
52
|
RoseLabels: {
|
53
|
-
labelFn: d => d.seriesLabel,
|
54
53
|
}
|
55
54
|
}
|
56
55
|
}
|
57
56
|
PRESET_ROSE_SEPARATE_LABEL.dataFormatter.sort.toString = () => `(a, b) => b.value - a.value`
|
58
|
-
|
57
|
+
|