@orbcharts/presets-basic 3.0.0-alpha.6 → 3.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/dist/orbcharts-presets-basic.es.js +424 -158
  2. package/dist/orbcharts-presets-basic.umd.js +1 -1
  3. package/dist/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST.d.ts +4 -0
  4. package/dist/src/gridPluginParamsFiles/GridLegend/index.d.ts +1 -0
  5. package/dist/src/index.d.ts +4 -0
  6. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_2_GRID_SLOT.d.ts +4 -0
  7. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_3_GRID_SLOT.d.ts +4 -0
  8. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_4_GRID_SLOT.d.ts +4 -0
  9. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/index.d.ts +3 -0
  10. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_2_GRID_SLOT.d.ts +4 -0
  11. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_3_GRID_SLOT.d.ts +4 -0
  12. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_4_GRID_SLOT.d.ts +4 -0
  13. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_ROUND.d.ts +4 -0
  14. package/dist/src/multiGridPluginParamsFiles/MultiBars/index.d.ts +4 -0
  15. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT.d.ts +4 -0
  16. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT.d.ts +4 -0
  17. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT.d.ts +4 -0
  18. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/index.d.ts +3 -0
  19. package/dist/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.d.ts +4 -0
  20. package/dist/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST.d.ts +4 -0
  21. package/dist/src/multiGridPluginParamsFiles/MultiGridLegend/index.d.ts +2 -0
  22. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_2_GRID_SLOT.d.ts +4 -0
  23. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_3_GRID_SLOT.d.ts +4 -0
  24. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_4_GRID_SLOT.d.ts +4 -0
  25. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/index.d.ts +3 -0
  26. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_2_GRID_SLOT.d.ts +4 -0
  27. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_3_GRID_SLOT.d.ts +4 -0
  28. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_4_GRID_SLOT.d.ts +4 -0
  29. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_CURVE.d.ts +4 -0
  30. package/dist/src/multiGridPluginParamsFiles/MultiLines/index.d.ts +4 -0
  31. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_2_GRID_SLOT.d.ts +4 -0
  32. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_3_GRID_SLOT.d.ts +4 -0
  33. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_4_GRID_SLOT.d.ts +4 -0
  34. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/index.d.ts +3 -0
  35. package/dist/src/multiGridPluginParamsFiles/index.d.ts +6 -0
  36. package/package.json +2 -2
  37. package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST.ts +15 -0
  38. package/src/gridPluginParamsFiles/GridLegend/index.ts +1 -0
  39. package/src/index.ts +45 -13
  40. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_2_GRID_SLOT.ts +1 -1
  41. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_2_GRID_SLOT.ts +12 -0
  42. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_3_GRID_SLOT.ts +12 -0
  43. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_4_GRID_SLOT.ts +12 -0
  44. package/src/multiGridPluginParamsFiles/MultiBarStack/index.ts +4 -0
  45. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_2_GRID_SLOT.ts +12 -0
  46. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_3_GRID_SLOT.ts +12 -0
  47. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_4_GRID_SLOT.ts +12 -0
  48. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_ROUND.ts +15 -0
  49. package/src/multiGridPluginParamsFiles/MultiBars/index.ts +5 -0
  50. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT.ts +12 -0
  51. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT.ts +12 -0
  52. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT.ts +12 -0
  53. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/index.ts +3 -0
  54. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.ts +28 -0
  55. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST.ts +1 -1
  56. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST.ts +22 -0
  57. package/src/multiGridPluginParamsFiles/MultiGridLegend/index.ts +2 -0
  58. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_2_GRID_SLOT.ts +13 -0
  59. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_3_GRID_SLOT.ts +13 -0
  60. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_4_GRID_SLOT.ts +13 -0
  61. package/src/multiGridPluginParamsFiles/MultiGroupAxis/index.ts +3 -0
  62. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_2_GRID_SLOT.ts +12 -0
  63. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_3_GRID_SLOT.ts +12 -0
  64. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_4_GRID_SLOT.ts +12 -0
  65. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_CURVE.ts +13 -0
  66. package/src/multiGridPluginParamsFiles/MultiLines/index.ts +4 -0
  67. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_2_GRID_SLOT.ts +12 -0
  68. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_3_GRID_SLOT.ts +12 -0
  69. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_4_GRID_SLOT.ts +12 -0
  70. package/src/multiGridPluginParamsFiles/MultiValueAxis/index.ts +3 -0
  71. package/src/multiGridPluginParamsFiles/index.ts +7 -1
  72. package/tsconfig.prod.json +1 -5
@@ -1,4 +1,4 @@
1
- const E = {
1
+ const S = {
2
2
  id: "CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",
3
3
  description: "間距下面及左邊留空",
4
4
  data: {
@@ -10,7 +10,7 @@ const E = {
10
10
  },
11
11
  highlightTarget: "series"
12
12
  }
13
- }, D = {
13
+ }, G = {
14
14
  id: "CP_BOTTOM_AND_LEFT_PADDING",
15
15
  description: "間距下面及左邊留空",
16
16
  data: {
@@ -32,7 +32,7 @@ const E = {
32
32
  left: 60
33
33
  }
34
34
  }
35
- }, c = {
35
+ }, D = {
36
36
  id: "CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT",
37
37
  description: "間距下面加長留空及highlight系列",
38
38
  data: {
@@ -44,7 +44,7 @@ const E = {
44
44
  },
45
45
  highlightTarget: "series"
46
46
  }
47
- }, G = {
47
+ }, R = {
48
48
  id: "CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",
49
49
  description: "間距下面留空及highlight群組",
50
50
  data: {
@@ -56,7 +56,7 @@ const E = {
56
56
  },
57
57
  highlightTarget: "group"
58
58
  }
59
- }, S = {
59
+ }, l = {
60
60
  id: "CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",
61
61
  description: "間距下面留空及highlight系列",
62
62
  data: {
@@ -68,7 +68,7 @@ const E = {
68
68
  },
69
69
  highlightTarget: "series"
70
70
  }
71
- }, L = {
71
+ }, E = {
72
72
  id: "CP_BOTTOM_PADDING",
73
73
  description: "間距下面留空",
74
74
  data: {
@@ -79,7 +79,7 @@ const E = {
79
79
  left: 60
80
80
  }
81
81
  }
82
- }, R = {
82
+ }, c = {
83
83
  id: "CP_LEFT_PADDING",
84
84
  description: "間距左邊留空",
85
85
  data: {
@@ -101,7 +101,7 @@ const E = {
101
101
  left: 60
102
102
  }
103
103
  }
104
- }, p = {
104
+ }, A = {
105
105
  id: "CP_RIGHT_PADDING",
106
106
  description: "間距右邊留空",
107
107
  data: {
@@ -112,22 +112,22 @@ const E = {
112
112
  left: 60
113
113
  }
114
114
  }
115
- }, g = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
115
+ }, p = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
116
116
  __proto__: null,
117
- CP_BOTTOM_AND_LEFT_PADDING: D,
118
- CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT: E,
117
+ CP_BOTTOM_AND_LEFT_PADDING: G,
118
+ CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT: S,
119
119
  CP_BOTTOM_LONG_PADDING: O,
120
- CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT: c,
121
- CP_BOTTOM_PADDING: L,
122
- CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT: G,
123
- CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT: S,
124
- CP_LEFT_PADDING: R,
125
- CP_RIGHT_PADDING: p,
120
+ CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT: D,
121
+ CP_BOTTOM_PADDING: E,
122
+ CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT: R,
123
+ CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT: l,
124
+ CP_LEFT_PADDING: c,
125
+ CP_RIGHT_PADDING: A,
126
126
  CP_TOP_AND_NO_BOTTOM_PADDING: N
127
- }, Symbol.toStringTag, { value: "Module" })), m = {}, A = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
127
+ }, Symbol.toStringTag, { value: "Module" })), u = {}, M = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
128
128
  __proto__: null,
129
- temp: m
130
- }, Symbol.toStringTag, { value: "Module" })), u = {
129
+ temp: u
130
+ }, Symbol.toStringTag, { value: "Module" })), g = {
131
131
  id: "PP_BUBBLES_SCALING_BY_RADIUS",
132
132
  chartType: "series",
133
133
  pluginName: "Bubbles",
@@ -135,7 +135,7 @@ const E = {
135
135
  data: {
136
136
  bubbleScaleType: "radius"
137
137
  }
138
- }, B = {
138
+ }, m = {
139
139
  id: "PP_PIE_DONUT",
140
140
  chartType: "series",
141
141
  pluginName: "Pie",
@@ -143,7 +143,7 @@ const E = {
143
143
  data: {
144
144
  innerRadius: 0.5
145
145
  }
146
- }, M = {
146
+ }, U = {
147
147
  id: "PP_PIE_HALF_DONUT",
148
148
  chartType: "series",
149
149
  pluginName: "Pie",
@@ -153,7 +153,7 @@ const E = {
153
153
  startAngle: -Math.PI / 2,
154
154
  endAngle: Math.PI / 2
155
155
  }
156
- }, H = {
156
+ }, B = {
157
157
  id: "PP_PIE_LABELS_HALF_ANGLE",
158
158
  chartType: "series",
159
159
  pluginName: "PieLabels",
@@ -171,7 +171,7 @@ const E = {
171
171
  labelCentroid: 1.3,
172
172
  labelColorType: "primary"
173
173
  }
174
- }, U = {
174
+ }, H = {
175
175
  id: "PP_SERIES_LEGEND_BOTTOM",
176
176
  chartType: "series",
177
177
  pluginName: "SeriesLegend",
@@ -179,15 +179,15 @@ const E = {
179
179
  data: {
180
180
  listRectRadius: 7
181
181
  }
182
- }, F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
182
+ }, y = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
183
183
  __proto__: null,
184
- PP_BUBBLES_SCALING_BY_RADIUS: u,
185
- PP_PIE_DONUT: B,
186
- PP_PIE_HALF_DONUT: M,
187
- PP_PIE_LABELS_HALF_ANGLE: H,
184
+ PP_BUBBLES_SCALING_BY_RADIUS: g,
185
+ PP_PIE_DONUT: m,
186
+ PP_PIE_HALF_DONUT: U,
187
+ PP_PIE_LABELS_HALF_ANGLE: B,
188
188
  PP_PIE_LABELS_INNER: h,
189
- PP_SERIES_LEGEND_ROUND: U
190
- }, Symbol.toStringTag, { value: "Module" })), b = {
189
+ PP_SERIES_LEGEND_ROUND: H
190
+ }, Symbol.toStringTag, { value: "Module" })), C = {
191
191
  id: "DF_GRID_BOTTOM_VALUE_AXIS",
192
192
  chartType: "grid",
193
193
  description: "底部橫向資料圖軸",
@@ -207,7 +207,7 @@ const E = {
207
207
  }
208
208
  }
209
209
  }
210
- }, C = {
210
+ }, b = {
211
211
  id: "DF_GRID_2_SERIES_SLOT",
212
212
  chartType: "grid",
213
213
  description: "2個Series Slot",
@@ -220,7 +220,7 @@ const E = {
220
220
  columnAmount: 2
221
221
  }
222
222
  }
223
- }, y = {
223
+ }, F = {
224
224
  id: "DF_GRID_3_SERIES_SLOT",
225
225
  chartType: "grid",
226
226
  description: "3個Series Slot",
@@ -246,13 +246,13 @@ const E = {
246
246
  columnAmount: 2
247
247
  }
248
248
  }
249
- }, j = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
249
+ }, W = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
250
250
  __proto__: null,
251
- DF_GRID_2_SERIES_SLOT: C,
252
- DF_GRID_3_SERIES_SLOT: y,
251
+ DF_GRID_2_SERIES_SLOT: b,
252
+ DF_GRID_3_SERIES_SLOT: F,
253
253
  DF_GRID_4_SERIES_SLOT: f,
254
- DF_GRID_BOTTOM_VALUE_AXIS: b
255
- }, Symbol.toStringTag, { value: "Module" })), W = {
254
+ DF_GRID_BOTTOM_VALUE_AXIS: C
255
+ }, Symbol.toStringTag, { value: "Module" })), x = {
256
256
  id: "PP_BARS_ROUND",
257
257
  chartType: "grid",
258
258
  pluginName: "Bars",
@@ -263,7 +263,7 @@ const E = {
263
263
  barGroupPadding: 10,
264
264
  barRadius: !0
265
265
  }
266
- }, v = {
266
+ }, X = {
267
267
  id: "PP_BARS_THIN",
268
268
  chartType: "grid",
269
269
  pluginName: "Bars",
@@ -273,7 +273,7 @@ const E = {
273
273
  barPadding: 1,
274
274
  barGroupPadding: 10
275
275
  }
276
- }, x = {
276
+ }, j = {
277
277
  id: "PP_DOTS_ONLY_SHOW_HIGHLIGHTED",
278
278
  chartType: "grid",
279
279
  pluginName: "Dots",
@@ -281,7 +281,7 @@ const E = {
281
281
  data: {
282
282
  onlyShowHighlighted: !1
283
283
  }
284
- }, X = {
284
+ }, V = {
285
285
  id: "PP_DOTS_SOLID",
286
286
  chartType: "grid",
287
287
  pluginName: "Dots",
@@ -291,7 +291,7 @@ const E = {
291
291
  fillColorType: "series",
292
292
  onlyShowHighlighted: !1
293
293
  }
294
- }, V = {
294
+ }, v = {
295
295
  id: "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST",
296
296
  chartType: "grid",
297
297
  pluginName: "GridLegend",
@@ -303,6 +303,17 @@ const E = {
303
303
  listRectHeight: 2
304
304
  }
305
305
  }, z = {
306
+ id: "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST",
307
+ chartType: "grid",
308
+ pluginName: "GridLegend",
309
+ description: "底部圖例及圓弧列點",
310
+ data: {
311
+ position: "bottom",
312
+ justify: "center",
313
+ padding: 14,
314
+ listRectRadius: 7
315
+ }
316
+ }, K = {
306
317
  id: "PP_GRID_LEGEND_BOTTOM",
307
318
  chartType: "grid",
308
319
  pluginName: "GridLegend",
@@ -312,7 +323,7 @@ const E = {
312
323
  justify: "center",
313
324
  padding: 14
314
325
  }
315
- }, w = {
326
+ }, k = {
316
327
  id: "PP_GROUP_AXIS_ROTATE_LABEL",
317
328
  chartType: "grid",
318
329
  pluginName: "GroupAxis",
@@ -321,7 +332,7 @@ const E = {
321
332
  tickPadding: 15,
322
333
  tickTextRotate: -30
323
334
  }
324
- }, Y = {
335
+ }, w = {
325
336
  id: "PP_LINES_CURVE",
326
337
  chartType: "grid",
327
338
  pluginName: "Lines",
@@ -330,24 +341,25 @@ const E = {
330
341
  lineCurve: "curveMonotoneX",
331
342
  lineWidth: 3
332
343
  }
333
- }, $ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
344
+ }, Y = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
334
345
  __proto__: null,
335
- PP_BARS_ROUND: W,
336
- PP_BARS_THIN: v,
337
- PP_DOTS_ONLY_SHOW_HIGHLIGHTED: x,
338
- PP_DOTS_SOLID: X,
339
- PP_GRID_LEGEND_BOTTOM: z,
340
- PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: V,
341
- PP_GROUP_AXIS_ROTATE_LABEL: w,
342
- PP_LINES_CURVE: Y
343
- }, Symbol.toStringTag, { value: "Module" })), Z = {
346
+ PP_BARS_ROUND: x,
347
+ PP_BARS_THIN: X,
348
+ PP_DOTS_ONLY_SHOW_HIGHLIGHTED: j,
349
+ PP_DOTS_SOLID: V,
350
+ PP_GRID_LEGEND_BOTTOM: K,
351
+ PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: v,
352
+ PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST: z,
353
+ PP_GROUP_AXIS_ROTATE_LABEL: k,
354
+ PP_LINES_CURVE: w
355
+ }, Symbol.toStringTag, { value: "Module" })), $ = {
344
356
  id: "DF_MULTI_GRID_2_GRID_SLOT",
345
357
  chartType: "multiGrid",
346
358
  description: "2個Grid Slot",
347
359
  data: {
348
360
  gridList: [
349
361
  {
350
- slotIndex: 0
362
+ // slotIndex: 0
351
363
  },
352
364
  {
353
365
  slotIndex: 1
@@ -358,7 +370,7 @@ const E = {
358
370
  columnAmount: 2
359
371
  }
360
372
  }
361
- }, k = {
373
+ }, Z = {
362
374
  id: "DF_MULTI_GRID_3_GRID_SLOT",
363
375
  chartType: "multiGrid",
364
376
  description: "3個Grid Slot",
@@ -405,14 +417,154 @@ const E = {
405
417
  }
406
418
  }, J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
407
419
  __proto__: null,
408
- DF_MULTI_GRID_2_GRID_SLOT: Z,
409
- DF_MULTI_GRID_3_GRID_SLOT: k,
420
+ DF_MULTI_GRID_2_GRID_SLOT: $,
421
+ DF_MULTI_GRID_3_GRID_SLOT: Z,
410
422
  DF_MULTI_GRID_4_GRID_SLOT: q
411
- }, Symbol.toStringTag, { value: "Module" })), K = {
423
+ }, Symbol.toStringTag, { value: "Module" })), Q = {
424
+ id: "PP_MULTI_BARS_2_GRID_SLOT",
425
+ chartType: "multiGrid",
426
+ pluginName: "MultiBars",
427
+ description: "2組群組長條圖",
428
+ data: {
429
+ gridIndexes: [0, 1]
430
+ }
431
+ }, __ = {
432
+ id: "PP_MULTI_BARS_3_GRID_SLOT",
433
+ chartType: "multiGrid",
434
+ pluginName: "MultiBars",
435
+ description: "3組群組長條圖",
436
+ data: {
437
+ gridIndexes: [0, 1, 2]
438
+ }
439
+ }, t_ = {
440
+ id: "PP_MULTI_BARS_4_GRID_SLOT",
441
+ chartType: "multiGrid",
442
+ pluginName: "MultiBars",
443
+ description: "4組群組長條圖",
444
+ data: {
445
+ gridIndexes: [0, 1, 2, 3]
446
+ }
447
+ }, I_ = {
448
+ id: "PP_MULTI_BARS_ROUND",
449
+ chartType: "multiGrid",
450
+ pluginName: "MultiBars",
451
+ description: "圓角長條圖",
452
+ data: {
453
+ barWidth: 0,
454
+ barPadding: 1,
455
+ barGroupPadding: 10,
456
+ barRadius: !0
457
+ }
458
+ }, i_ = {
459
+ id: "PP_MULTI_BAR_STACK_2_GRID_SLOT",
460
+ chartType: "multiGrid",
461
+ pluginName: "MultiBarStack",
462
+ description: "2組堆疊長條圖",
463
+ data: {
464
+ gridIndexes: [0, 1]
465
+ }
466
+ }, T_ = {
467
+ id: "PP_MULTI_BAR_STACK_3_GRID_SLOT",
468
+ chartType: "multiGrid",
469
+ pluginName: "MultiBarStack",
470
+ description: "3組堆疊長條圖",
471
+ data: {
472
+ gridIndexes: [0, 1, 2]
473
+ }
474
+ }, P_ = {
475
+ id: "PP_MULTI_BAR_STACK_4_GRID_SLOT",
476
+ chartType: "multiGrid",
477
+ pluginName: "MultiBarStack",
478
+ description: "4組堆疊長條圖",
479
+ data: {
480
+ gridIndexes: [0, 1, 2, 3]
481
+ }
482
+ }, e_ = {
483
+ id: "PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT",
484
+ chartType: "multiGrid",
485
+ pluginName: "MultiBarsTriangle",
486
+ description: "2組群組三角長條圖",
487
+ data: {
488
+ gridIndexes: [0, 1]
489
+ }
490
+ }, a_ = {
491
+ id: "PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT",
492
+ chartType: "multiGrid",
493
+ pluginName: "MultiBarsTriangle",
494
+ description: "3組群組三角長條圖",
495
+ data: {
496
+ gridIndexes: [0, 1, 2]
497
+ }
498
+ }, r_ = {
499
+ id: "PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT",
500
+ chartType: "multiGrid",
501
+ pluginName: "MultiBarsTriangle",
502
+ description: "4組群組三角長條圖",
503
+ data: {
504
+ gridIndexes: [0, 1, 2, 3]
505
+ }
506
+ }, d_ = {
507
+ id: "PP_MULTI_LINES_2_GRID_SLOT",
508
+ chartType: "multiGrid",
509
+ pluginName: "MultiLines",
510
+ description: "2組折線圖",
511
+ data: {
512
+ gridIndexes: [0, 1]
513
+ }
514
+ }, L_ = {
515
+ id: "PP_MULTI_LINES_3_GRID_SLOT",
516
+ chartType: "multiGrid",
517
+ pluginName: "MultiLines",
518
+ description: "3組折線圖",
519
+ data: {
520
+ gridIndexes: [0, 1, 2]
521
+ }
522
+ }, s_ = {
523
+ id: "PP_MULTI_LINES_4_GRID_SLOT",
524
+ chartType: "multiGrid",
525
+ pluginName: "MultiLines",
526
+ description: "4組折線圖",
527
+ data: {
528
+ gridIndexes: [0, 1, 2, 3]
529
+ }
530
+ }, n_ = {
531
+ id: "PP_MULTI_LINES_CURVE",
532
+ chartType: "multiGrid",
533
+ pluginName: "MultiLines",
534
+ description: "圓弧折線圖",
535
+ data: {
536
+ lineCurve: "curveMonotoneX",
537
+ lineWidth: 3
538
+ }
539
+ }, o_ = {
540
+ id: "PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST",
541
+ chartType: "multiGrid",
542
+ pluginName: "MultiGridLegend",
543
+ description: "底部圖例線條列點",
544
+ data: {
545
+ position: "bottom",
546
+ justify: "center",
547
+ padding: 14,
548
+ gridList: [
549
+ {
550
+ listRectHeight: 2
551
+ },
552
+ {
553
+ listRectHeight: 2
554
+ },
555
+ {
556
+ listRectHeight: 2
557
+ },
558
+ {
559
+ listRectHeight: 2
560
+ }
561
+ ]
562
+ }
563
+ }, S_ = {
412
564
  id: "PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST",
413
565
  chartType: "multiGrid",
414
566
  pluginName: "MultiGridLegend",
415
- description: "底部圖例及線條列點",
567
+ description: "底部圖例矩型及線條列點",
416
568
  data: {
417
569
  position: "bottom",
418
570
  justify: "center",
@@ -424,7 +576,25 @@ const E = {
424
576
  }
425
577
  ]
426
578
  }
427
- }, Q = {
579
+ }, G_ = {
580
+ id: "PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST",
581
+ chartType: "multiGrid",
582
+ pluginName: "MultiGridLegend",
583
+ description: "底部圖例圓型及線條列點",
584
+ data: {
585
+ position: "bottom",
586
+ justify: "center",
587
+ padding: 14,
588
+ gridList: [
589
+ {
590
+ listRectRadius: 7
591
+ },
592
+ {
593
+ listRectHeight: 2
594
+ }
595
+ ]
596
+ }
597
+ }, O_ = {
428
598
  id: "PP_MULTI_GRID_LEGEND_BOTTOM",
429
599
  chartType: "multiGrid",
430
600
  pluginName: "MultiGridLegend",
@@ -434,195 +604,291 @@ const E = {
434
604
  justify: "center",
435
605
  padding: 14
436
606
  }
437
- }, __ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
607
+ }, D_ = {
608
+ id: "PP_MULTI_GROUP_AXIS_2_GRID_SLOT",
609
+ chartType: "multiGrid",
610
+ pluginName: "MultiGroupAxis",
611
+ description: "2個群組圖軸",
612
+ data: {
613
+ tickTextRotate: -30,
614
+ gridIndexes: [0, 1]
615
+ }
616
+ }, R_ = {
617
+ id: "PP_MULTI_GROUP_AXIS_3_GRID_SLOT",
618
+ chartType: "multiGrid",
619
+ pluginName: "MultiGroupAxis",
620
+ description: "3個群組圖軸",
621
+ data: {
622
+ tickTextRotate: -30,
623
+ gridIndexes: [0, 1, 2]
624
+ }
625
+ }, l_ = {
626
+ id: "PP_MULTI_GROUP_AXIS_4_GRID_SLOT",
627
+ chartType: "multiGrid",
628
+ pluginName: "MultiGroupAxis",
629
+ description: "4個群組圖軸",
630
+ data: {
631
+ tickTextRotate: -30,
632
+ gridIndexes: [0, 1, 2, 3]
633
+ }
634
+ }, E_ = {
635
+ id: "PP_MULTI_VALUE_AXIS_2_GRID_SLOT",
636
+ chartType: "multiGrid",
637
+ pluginName: "MultiValueAxis",
638
+ description: "2個資料圖軸",
639
+ data: {
640
+ gridIndexes: [0, 1]
641
+ }
642
+ }, c_ = {
643
+ id: "PP_MULTI_VALUE_AXIS_3_GRID_SLOT",
644
+ chartType: "multiGrid",
645
+ pluginName: "MultiValueAxis",
646
+ description: "3個資料圖軸",
647
+ data: {
648
+ gridIndexes: [0, 1, 2]
649
+ }
650
+ }, N_ = {
651
+ id: "PP_MULTI_VALUE_AXIS_4_GRID_SLOT",
652
+ chartType: "multiGrid",
653
+ pluginName: "MultiValueAxis",
654
+ description: "4個資料圖軸",
655
+ data: {
656
+ gridIndexes: [0, 1, 2, 3]
657
+ }
658
+ }, A_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
438
659
  __proto__: null,
439
- PP_MULTI_GRID_LEGEND_BOTTOM: Q,
440
- PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST: K
441
- }, Symbol.toStringTag, { value: "Module" })), t_ = {}, i_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
660
+ PP_MULTI_BARS_2_GRID_SLOT: Q,
661
+ PP_MULTI_BARS_3_GRID_SLOT: __,
662
+ PP_MULTI_BARS_4_GRID_SLOT: t_,
663
+ PP_MULTI_BARS_ROUND: I_,
664
+ PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT: e_,
665
+ PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT: a_,
666
+ PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT: r_,
667
+ PP_MULTI_BAR_STACK_2_GRID_SLOT: i_,
668
+ PP_MULTI_BAR_STACK_3_GRID_SLOT: T_,
669
+ PP_MULTI_BAR_STACK_4_GRID_SLOT: P_,
670
+ PP_MULTI_GRID_LEGEND_BOTTOM: O_,
671
+ PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: o_,
672
+ PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST: S_,
673
+ PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST: G_,
674
+ PP_MULTI_GROUP_AXIS_2_GRID_SLOT: D_,
675
+ PP_MULTI_GROUP_AXIS_3_GRID_SLOT: R_,
676
+ PP_MULTI_GROUP_AXIS_4_GRID_SLOT: l_,
677
+ PP_MULTI_LINES_2_GRID_SLOT: d_,
678
+ PP_MULTI_LINES_3_GRID_SLOT: L_,
679
+ PP_MULTI_LINES_4_GRID_SLOT: s_,
680
+ PP_MULTI_LINES_CURVE: n_,
681
+ PP_MULTI_VALUE_AXIS_2_GRID_SLOT: E_,
682
+ PP_MULTI_VALUE_AXIS_3_GRID_SLOT: c_,
683
+ PP_MULTI_VALUE_AXIS_4_GRID_SLOT: N_
684
+ }, Symbol.toStringTag, { value: "Module" })), p_ = {}, u_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
442
685
  __proto__: null,
443
- temp: t_
444
- }, Symbol.toStringTag, { value: "Module" })), e_ = {}, a_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
686
+ temp: p_
687
+ }, Symbol.toStringTag, { value: "Module" })), M_ = {}, g_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
445
688
  __proto__: null,
446
- temp: e_
447
- }, Symbol.toStringTag, { value: "Module" })), r_ = {}, P_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
689
+ temp: M_
690
+ }, Symbol.toStringTag, { value: "Module" })), m_ = {}, U_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
448
691
  __proto__: null,
449
- temp: r_
450
- }, Symbol.toStringTag, { value: "Module" })), I_ = {}, o_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
692
+ temp: m_
693
+ }, Symbol.toStringTag, { value: "Module" })), B_ = {}, h_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
451
694
  __proto__: null,
452
- temp: I_
453
- }, Symbol.toStringTag, { value: "Module" })), T_ = {}, d_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
695
+ temp: B_
696
+ }, Symbol.toStringTag, { value: "Module" })), H_ = {}, y_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
454
697
  __proto__: null,
455
- temp: T_
456
- }, Symbol.toStringTag, { value: "Module" })), s_ = {}, n_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
698
+ temp: H_
699
+ }, Symbol.toStringTag, { value: "Module" })), C_ = {}, b_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
457
700
  __proto__: null,
458
- temp: s_
459
- }, Symbol.toStringTag, { value: "Module" })), T = {
460
- series: A,
461
- grid: j,
701
+ temp: C_
702
+ }, Symbol.toStringTag, { value: "Module" })), d = {
703
+ series: M,
704
+ grid: W,
462
705
  multiGrid: J,
463
- multiValue: i_,
464
- relationship: P_,
465
- tree: d_
466
- }, P = {
467
- series: F,
468
- grid: $,
469
- multiGrid: __,
470
- multiValue: a_,
471
- relationship: o_,
472
- tree: n_
473
- }, I = (t, e) => {
474
- const d = e.chartParamsId ? g[e.chartParamsId].data : void 0, s = T[t][e.dataFormatterId] ? T[t][e.dataFormatterId].data : void 0, n = e.allPluginParamsIds ? e.allPluginParamsIds.reduce((o, r) => {
475
- if (P[t][r]) {
476
- const l = P[t][r].pluginName;
477
- o[l] = P[t][r].data;
706
+ multiValue: u_,
707
+ relationship: U_,
708
+ tree: y_
709
+ }, e = {
710
+ series: y,
711
+ grid: Y,
712
+ multiGrid: A_,
713
+ multiValue: g_,
714
+ relationship: h_,
715
+ tree: b_
716
+ }, a = (t, T) => {
717
+ const L = T.chartParamsId ? p[T.chartParamsId].data : void 0, s = d[t][T.dataFormatterId] ? d[t][T.dataFormatterId].data : void 0, n = T.allPluginParamsIds ? T.allPluginParamsIds.reduce((r, P) => {
718
+ if (e[t][P]) {
719
+ const o = e[t][P].pluginName;
720
+ r[o] = e[t][P].data;
478
721
  }
479
- return o;
722
+ return r;
480
723
  }, {}) : void 0;
481
724
  return {
482
- chartParams: d,
725
+ chartParams: L,
483
726
  dataFormatter: s,
484
727
  allPluginParams: n
485
728
  };
486
- }, i = (t) => I("series", t), _ = (t) => I("grid", t), a = (t) => I("multiGrid", t), l_ = i({
729
+ }, i = (t) => a("series", t), _ = (t) => a("grid", t), I = (t) => a("multiGrid", t), F_ = i({
487
730
  // chartParamsId: 'CP_RIGHT_PADDING',
488
731
  allPluginParamsIds: [],
489
732
  description: "基本Series參數"
490
- }), E_ = i({
733
+ }), f_ = i({
491
734
  // chartParamsId: 'CP_RIGHT_PADDING',
492
735
  allPluginParamsIds: ["PP_SERIES_LEGEND_ROUND"],
493
736
  description: "基本泡泡圖"
494
- }), D_ = i({
737
+ }), W_ = i({
495
738
  // chartParamsId: 'CP_RIGHT_PADDING',
496
739
  allPluginParamsIds: ["PP_BUBBLES_SCALING_BY_RADIUS", "PP_SERIES_LEGEND_ROUND"],
497
740
  description: "以半徑尺寸為比例的泡泡圖"
498
- }), O_ = i({
741
+ }), x_ = i({
499
742
  // chartParamsId: 'CP_RIGHT_PADDING',
500
743
  allPluginParamsIds: ["PP_SERIES_LEGEND_ROUND"],
501
744
  description: "基本圓餅圖"
502
- }), c_ = i({
745
+ }), X_ = i({
503
746
  // chartParamsId: 'CP_RIGHT_PADDING',
504
747
  allPluginParamsIds: ["PP_PIE_LABELS_INNER", "PP_SERIES_LEGEND_ROUND"],
505
748
  description: "圓餅圖及內部資料標籤"
506
- }), G_ = i({
749
+ }), j_ = i({
507
750
  // chartParamsId: 'CP_RIGHT_PADDING',
508
751
  allPluginParamsIds: ["PP_PIE_DONUT", "PP_SERIES_LEGEND_ROUND"],
509
752
  description: "甜甜圈圖"
510
- }), S_ = i({
753
+ }), V_ = i({
511
754
  chartParamsId: "CP_TOP_AND_NO_BOTTOM_PADDING",
512
755
  allPluginParamsIds: ["PP_PIE_HALF_DONUT", "PP_PIE_LABELS_HALF_ANGLE", "PP_SERIES_LEGEND_ROUND"],
513
756
  description: "半圓甜甜圈圖"
514
- }), L_ = _({
757
+ }), v_ = _({
515
758
  chartParamsId: "CP_BOTTOM_PADDING",
516
759
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM"],
517
760
  description: "基本Grid參數"
518
- }), R_ = _({
761
+ }), z_ = _({
519
762
  chartParamsId: "CP_BOTTOM_LONG_PADDING",
520
763
  allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
521
764
  description: "傾斜標籤"
522
- }), N_ = _({
765
+ }), K_ = _({
523
766
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
524
767
  dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
525
768
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM"],
526
769
  description: "橫向圖"
527
- }), p_ = _({
770
+ }), k_ = _({
528
771
  chartParamsId: "CP_BOTTOM_LONG_PADDING",
529
772
  dataFormatterId: "DF_GRID_2_SERIES_SLOT",
530
773
  allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
531
774
  description: "2組Series圖表"
532
- }), g_ = _({
775
+ }), w_ = _({
533
776
  chartParamsId: "CP_BOTTOM_LONG_PADDING",
534
777
  dataFormatterId: "DF_GRID_3_SERIES_SLOT",
535
778
  allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM", "PP_GROUP_AXIS_ROTATE_LABEL"],
536
779
  description: "3組Series圖表"
537
- }), m_ = _({
780
+ }), Y_ = _({
538
781
  chartParamsId: "CP_BOTTOM_LONG_PADDING",
539
782
  dataFormatterId: "DF_GRID_4_SERIES_SLOT",
540
783
  allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
541
784
  description: "4組Series圖表"
542
- }), A_ = _({
785
+ }), $_ = _({
543
786
  chartParamsId: "CP_BOTTOM_PADDING",
544
- allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM"],
787
+ allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
545
788
  description: "圓角長條圖"
546
- }), u_ = _({
789
+ }), Z_ = _({
547
790
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
548
791
  dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
549
- allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM"],
792
+ allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
550
793
  description: "橫向圓角長條圖"
551
- }), B_ = _({
794
+ }), q_ = _({
552
795
  chartParamsId: "CP_BOTTOM_PADDING",
553
796
  allPluginParamsIds: ["PP_BARS_THIN", "PP_GRID_LEGEND_BOTTOM"],
554
797
  description: "細長條圖"
555
- }), M_ = _({
798
+ }), J_ = _({
556
799
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
557
800
  dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
558
- allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM"],
801
+ allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
559
802
  description: "橫向圓角長條圖"
560
- }), H_ = _({
803
+ }), Q_ = _({
561
804
  chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
562
805
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
563
806
  description: "基本Grid參數"
564
- }), h_ = _({
807
+ }), _t = _({
565
808
  chartParamsId: "CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT",
566
809
  allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
567
810
  description: "傾斜標籤"
568
- }), U_ = _({
811
+ }), tt = _({
569
812
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",
570
813
  dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
571
814
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
572
815
  description: "橫向圓角長條圖"
573
- }), F_ = _({
816
+ }), It = _({
574
817
  chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
575
818
  allPluginParamsIds: ["PP_LINES_CURVE", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
576
819
  description: "弧線折線圖"
577
- }), b_ = _({
820
+ }), it = _({
578
821
  chartParamsId: "CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",
579
822
  allPluginParamsIds: ["PP_DOTS_ONLY_SHOW_HIGHLIGHTED", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
580
823
  description: "折線圖及Highlight Group圓點"
581
- }), C_ = a({
582
- chartParamsId: "CP_BOTTOM_PADDING",
824
+ }), Tt = I({
825
+ chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
583
826
  allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST"],
584
827
  description: "基本MultiGrid參數"
585
- }), y_ = a({
586
- chartParamsId: "CP_BOTTOM_PADDING",
828
+ }), Pt = I({
829
+ chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
830
+ allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST", "PP_MULTI_BARS_ROUND", "PP_MULTI_LINES_CURVE"],
831
+ description: "MultiGrid圓弧風格"
832
+ }), et = I({
833
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
587
834
  dataFormatterId: "DF_MULTI_GRID_2_GRID_SLOT",
588
- allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM"],
835
+ allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM", "PP_MULTI_GROUP_AXIS_2_GRID_SLOT", "PP_MULTI_VALUE_AXIS_2_GRID_SLOT", "PP_MULTI_BARS_2_GRID_SLOT", "PP_MULTI_BAR_STACK_2_GRID_SLOT", "PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT", "PP_MULTI_LINES_2_GRID_SLOT"],
589
836
  description: "2組Grid圖表"
590
- }), f_ = a({
591
- chartParamsId: "CP_BOTTOM_PADDING",
837
+ }), at = I({
838
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
592
839
  dataFormatterId: "DF_MULTI_GRID_3_GRID_SLOT",
593
- allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM"],
840
+ allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM", "PP_MULTI_GROUP_AXIS_3_GRID_SLOT", "PP_MULTI_VALUE_AXIS_3_GRID_SLOT", "PP_MULTI_BARS_3_GRID_SLOT", "PP_MULTI_BAR_STACK_3_GRID_SLOT", "PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT", "PP_MULTI_LINES_3_GRID_SLOT"],
594
841
  description: "3組Grid圖表"
595
- }), j_ = a({
596
- chartParamsId: "CP_BOTTOM_PADDING",
842
+ }), rt = I({
843
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
597
844
  dataFormatterId: "DF_MULTI_GRID_4_GRID_SLOT",
598
- allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM"],
845
+ allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM", "PP_MULTI_GROUP_AXIS_4_GRID_SLOT", "PP_MULTI_VALUE_AXIS_4_GRID_SLOT", "PP_MULTI_BARS_4_GRID_SLOT", "PP_MULTI_BAR_STACK_4_GRID_SLOT", "PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT", "PP_MULTI_LINES_4_GRID_SLOT"],
599
846
  description: "4組Grid圖表"
847
+ }), dt = I({
848
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
849
+ dataFormatterId: "DF_MULTI_GRID_2_GRID_SLOT",
850
+ allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST", "PP_MULTI_GROUP_AXIS_2_GRID_SLOT", "PP_MULTI_VALUE_AXIS_2_GRID_SLOT", "PP_MULTI_BARS_2_GRID_SLOT", "PP_MULTI_BAR_STACK_2_GRID_SLOT", "PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT", "PP_MULTI_LINES_2_GRID_SLOT"],
851
+ description: "2組折線圖表"
852
+ }), Lt = I({
853
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
854
+ dataFormatterId: "DF_MULTI_GRID_3_GRID_SLOT",
855
+ allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST", "PP_MULTI_GROUP_AXIS_3_GRID_SLOT", "PP_MULTI_VALUE_AXIS_3_GRID_SLOT", "PP_MULTI_BARS_3_GRID_SLOT", "PP_MULTI_BAR_STACK_3_GRID_SLOT", "PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT", "PP_MULTI_LINES_3_GRID_SLOT"],
856
+ description: "3組折線圖表"
857
+ }), st = I({
858
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
859
+ dataFormatterId: "DF_MULTI_GRID_4_GRID_SLOT",
860
+ allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST", "PP_MULTI_GROUP_AXIS_4_GRID_SLOT", "PP_MULTI_VALUE_AXIS_4_GRID_SLOT", "PP_MULTI_BARS_4_GRID_SLOT", "PP_MULTI_BAR_STACK_4_GRID_SLOT", "PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT", "PP_MULTI_LINES_4_GRID_SLOT"],
861
+ description: "4組折線圖表"
600
862
  });
601
863
  export {
602
- u_ as PRESET_BARS_HORIZONTAL_AND_ROUND,
603
- M_ as PRESET_BARS_HORIZONTAL_AND_THIN,
604
- A_ as PRESET_BARS_ROUND,
605
- B_ as PRESET_BARS_THIN,
606
- E_ as PRESET_BUBBLES_BASIC,
607
- D_ as PRESET_BUBBLES_SCALING_BY_RADIUS,
608
- p_ as PRESET_GRID_2_SERIES_SLOT,
609
- g_ as PRESET_GRID_3_SERIES_SLOT,
610
- m_ as PRESET_GRID_4_SERIES_SLOT,
611
- L_ as PRESET_GRID_BASIC,
612
- N_ as PRESET_GRID_HORIZONTAL,
613
- R_ as PRESET_GRID_ROTATE_AXIS_LABEL,
614
- H_ as PRESET_LINES_BASIC,
615
- F_ as PRESET_LINES_CURVE,
616
- b_ as PRESET_LINES_HIGHLIGHT_GROUP_DOTS,
617
- U_ as PRESET_LINES_HORIZONTAL,
618
- h_ as PRESET_LINES_ROTATE_AXIS_LABEL,
619
- y_ as PRESET_MULTI_GRID_2_GRID_SLOT,
620
- f_ as PRESET_MULTI_GRID_3_GRID_SLOT,
621
- j_ as PRESET_MULTI_GRID_4_GRID_SLOT,
622
- C_ as PRESET_MULTI_GRID_BASIC,
623
- O_ as PRESET_PIE_BASIC,
624
- G_ as PRESET_PIE_DONUT,
625
- S_ as PRESET_PIE_HALF_DONUT,
626
- c_ as PRESET_PIE_WITH_INNER_LABELS,
627
- l_ as PRESET_SERIES_BASIC
864
+ Z_ as PRESET_BARS_HORIZONTAL_AND_ROUND,
865
+ J_ as PRESET_BARS_HORIZONTAL_AND_THIN,
866
+ $_ as PRESET_BARS_ROUND,
867
+ q_ as PRESET_BARS_THIN,
868
+ f_ as PRESET_BUBBLES_BASIC,
869
+ W_ as PRESET_BUBBLES_SCALING_BY_RADIUS,
870
+ k_ as PRESET_GRID_2_SERIES_SLOT,
871
+ w_ as PRESET_GRID_3_SERIES_SLOT,
872
+ Y_ as PRESET_GRID_4_SERIES_SLOT,
873
+ v_ as PRESET_GRID_BASIC,
874
+ K_ as PRESET_GRID_HORIZONTAL,
875
+ z_ as PRESET_GRID_ROTATE_AXIS_LABEL,
876
+ Q_ as PRESET_LINES_BASIC,
877
+ It as PRESET_LINES_CURVE,
878
+ it as PRESET_LINES_HIGHLIGHT_GROUP_DOTS,
879
+ tt as PRESET_LINES_HORIZONTAL,
880
+ _t as PRESET_LINES_ROTATE_AXIS_LABEL,
881
+ et as PRESET_MULTI_GRID_2_GRID_SLOT,
882
+ at as PRESET_MULTI_GRID_3_GRID_SLOT,
883
+ rt as PRESET_MULTI_GRID_4_GRID_SLOT,
884
+ Tt as PRESET_MULTI_GRID_BASIC,
885
+ Pt as PRESET_MULTI_GRID_ROUND_STYLE,
886
+ dt as PRESET_MULTI_LINES_2_GRID_SLOT,
887
+ Lt as PRESET_MULTI_LINES_3_GRID_SLOT,
888
+ st as PRESET_MULTI_LINES_4_GRID_SLOT,
889
+ x_ as PRESET_PIE_BASIC,
890
+ j_ as PRESET_PIE_DONUT,
891
+ V_ as PRESET_PIE_HALF_DONUT,
892
+ X_ as PRESET_PIE_WITH_INNER_LABELS,
893
+ F_ as PRESET_SERIES_BASIC
628
894
  };