@orbcharts/presets-basic 3.0.0-alpha.5 → 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 (103) hide show
  1. package/dist/orbcharts-presets-basic.es.js +583 -155
  2. package/dist/orbcharts-presets-basic.umd.js +1 -1
  3. package/dist/src/gridDataFormatterFiles/DF_GRID_2_SERIES_SLOT.d.ts +3 -0
  4. package/dist/src/gridDataFormatterFiles/DF_GRID_3_SERIES_SLOT.d.ts +3 -0
  5. package/dist/src/gridDataFormatterFiles/DF_GRID_4_SERIES_SLOT.d.ts +3 -0
  6. package/dist/src/gridDataFormatterFiles/DF_GRID_BOTTOM_VALUE_AXIS.d.ts +3 -0
  7. package/dist/src/gridDataFormatterFiles/index.d.ts +4 -1
  8. package/dist/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST.d.ts +4 -0
  9. package/dist/src/gridPluginParamsFiles/GridLegend/index.d.ts +1 -0
  10. package/dist/src/index.d.ts +12 -0
  11. package/dist/src/multiGridDataFormatterFiles/DF_MULTI_GRID_2_GRID_SLOT.d.ts +3 -0
  12. package/dist/src/multiGridDataFormatterFiles/DF_MULTI_GRID_3_GRID_SLOT.d.ts +3 -0
  13. package/dist/src/multiGridDataFormatterFiles/DF_MULTI_GRID_4_GRID_SLOT.d.ts +3 -0
  14. package/dist/src/multiGridDataFormatterFiles/index.d.ts +3 -1
  15. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_2_GRID_SLOT.d.ts +4 -0
  16. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_3_GRID_SLOT.d.ts +4 -0
  17. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_4_GRID_SLOT.d.ts +4 -0
  18. package/dist/src/multiGridPluginParamsFiles/MultiBarStack/index.d.ts +3 -0
  19. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_2_GRID_SLOT.d.ts +4 -0
  20. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_3_GRID_SLOT.d.ts +4 -0
  21. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_4_GRID_SLOT.d.ts +4 -0
  22. package/dist/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_ROUND.d.ts +4 -0
  23. package/dist/src/multiGridPluginParamsFiles/MultiBars/index.d.ts +4 -0
  24. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT.d.ts +4 -0
  25. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT.d.ts +4 -0
  26. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT.d.ts +4 -0
  27. package/dist/src/multiGridPluginParamsFiles/MultiBarsTriangle/index.d.ts +3 -0
  28. package/dist/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM.d.ts +1 -1
  29. package/dist/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.d.ts +4 -0
  30. package/dist/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST.d.ts +4 -0
  31. package/dist/src/multiGridPluginParamsFiles/MultiGridLegend/index.d.ts +3 -1
  32. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_2_GRID_SLOT.d.ts +4 -0
  33. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_3_GRID_SLOT.d.ts +4 -0
  34. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_4_GRID_SLOT.d.ts +4 -0
  35. package/dist/src/multiGridPluginParamsFiles/MultiGroupAxis/index.d.ts +3 -0
  36. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_2_GRID_SLOT.d.ts +4 -0
  37. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_3_GRID_SLOT.d.ts +4 -0
  38. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_4_GRID_SLOT.d.ts +4 -0
  39. package/dist/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_CURVE.d.ts +4 -0
  40. package/dist/src/multiGridPluginParamsFiles/MultiLines/index.d.ts +4 -0
  41. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_2_GRID_SLOT.d.ts +4 -0
  42. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_3_GRID_SLOT.d.ts +4 -0
  43. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_4_GRID_SLOT.d.ts +4 -0
  44. package/dist/src/multiGridPluginParamsFiles/MultiValueAxis/index.d.ts +3 -0
  45. package/dist/src/multiGridPluginParamsFiles/index.d.ts +6 -0
  46. package/dist/src/types.d.ts +1 -1
  47. package/package.json +3 -3
  48. package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING.ts +1 -1
  49. package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT.ts +1 -1
  50. package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING.ts +1 -1
  51. package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT.ts +1 -1
  52. package/src/chartParamsFiles/CP_LEFT_PADDING.ts +2 -2
  53. package/src/chartParamsFiles/CP_TOP_AND_NO_BOTTOM_PADDING.ts +1 -1
  54. package/src/gridDataFormatterFiles/DF_GRID_2_SERIES_SLOT.ts +16 -0
  55. package/src/gridDataFormatterFiles/DF_GRID_3_SERIES_SLOT.ts +16 -0
  56. package/src/gridDataFormatterFiles/DF_GRID_4_SERIES_SLOT.ts +16 -0
  57. package/src/gridDataFormatterFiles/DF_GRID_BOTTOM_VALUE_AXIS.ts +23 -0
  58. package/src/gridDataFormatterFiles/index.ts +4 -1
  59. package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST.ts +15 -0
  60. package/src/gridPluginParamsFiles/GridLegend/index.ts +1 -0
  61. package/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_ROTATE_LABEL.ts +2 -1
  62. package/src/index.ts +90 -11
  63. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_2_GRID_SLOT.ts +21 -0
  64. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_3_GRID_SLOT.ts +24 -0
  65. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_4_GRID_SLOT.ts +27 -0
  66. package/src/multiGridDataFormatterFiles/index.ts +3 -1
  67. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_2_GRID_SLOT.ts +12 -0
  68. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_3_GRID_SLOT.ts +12 -0
  69. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_4_GRID_SLOT.ts +12 -0
  70. package/src/multiGridPluginParamsFiles/MultiBarStack/index.ts +4 -0
  71. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_2_GRID_SLOT.ts +12 -0
  72. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_3_GRID_SLOT.ts +12 -0
  73. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_4_GRID_SLOT.ts +12 -0
  74. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_ROUND.ts +15 -0
  75. package/src/multiGridPluginParamsFiles/MultiBars/index.ts +5 -0
  76. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT.ts +12 -0
  77. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT.ts +12 -0
  78. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT.ts +12 -0
  79. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/index.ts +3 -0
  80. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM.ts +2 -2
  81. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.ts +28 -0
  82. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST.ts +1 -1
  83. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST.ts +22 -0
  84. package/src/multiGridPluginParamsFiles/MultiGridLegend/index.ts +3 -1
  85. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_2_GRID_SLOT.ts +13 -0
  86. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_3_GRID_SLOT.ts +13 -0
  87. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_4_GRID_SLOT.ts +13 -0
  88. package/src/multiGridPluginParamsFiles/MultiGroupAxis/index.ts +3 -0
  89. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_2_GRID_SLOT.ts +12 -0
  90. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_3_GRID_SLOT.ts +12 -0
  91. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_4_GRID_SLOT.ts +12 -0
  92. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_CURVE.ts +13 -0
  93. package/src/multiGridPluginParamsFiles/MultiLines/index.ts +4 -0
  94. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_2_GRID_SLOT.ts +12 -0
  95. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_3_GRID_SLOT.ts +12 -0
  96. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_4_GRID_SLOT.ts +12 -0
  97. package/src/multiGridPluginParamsFiles/MultiValueAxis/index.ts +3 -0
  98. package/src/multiGridPluginParamsFiles/index.ts +7 -1
  99. package/src/types.ts +2 -1
  100. package/tsconfig.dev.json +18 -0
  101. package/tsconfig.prod.json +14 -0
  102. package/dist/src/gridDataFormatterFiles/DF_BOTTOM_VALUE_AXIS.d.ts +0 -3
  103. package/src/gridDataFormatterFiles/DF_BOTTOM_VALUE_AXIS.ts +0 -16
@@ -1,4 +1,4 @@
1
- const l = {
1
+ const S = {
2
2
  id: "CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",
3
3
  description: "間距下面及左邊留空",
4
4
  data: {
@@ -6,11 +6,11 @@ const l = {
6
6
  top: 60,
7
7
  right: 60,
8
8
  bottom: 120,
9
- left: 120
9
+ left: 160
10
10
  },
11
11
  highlightTarget: "series"
12
12
  }
13
- }, E = {
13
+ }, G = {
14
14
  id: "CP_BOTTOM_AND_LEFT_PADDING",
15
15
  description: "間距下面及左邊留空",
16
16
  data: {
@@ -18,7 +18,7 @@ const l = {
18
18
  top: 60,
19
19
  right: 60,
20
20
  bottom: 120,
21
- left: 120
21
+ left: 160
22
22
  }
23
23
  }
24
24
  }, O = {
@@ -28,23 +28,23 @@ const l = {
28
28
  padding: {
29
29
  top: 60,
30
30
  right: 60,
31
- bottom: 140,
31
+ bottom: 160,
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: {
39
39
  padding: {
40
40
  top: 60,
41
41
  right: 60,
42
- bottom: 140,
42
+ bottom: 160,
43
43
  left: 60
44
44
  },
45
45
  highlightTarget: "series"
46
46
  }
47
- }, D = {
47
+ }, R = {
48
48
  id: "CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",
49
49
  description: "間距下面留空及highlight群組",
50
50
  data: {
@@ -56,7 +56,7 @@ const l = {
56
56
  },
57
57
  highlightTarget: "group"
58
58
  }
59
- }, N = {
59
+ }, l = {
60
60
  id: "CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",
61
61
  description: "間距下面留空及highlight系列",
62
62
  data: {
@@ -68,7 +68,7 @@ const l = {
68
68
  },
69
69
  highlightTarget: "series"
70
70
  }
71
- }, G = {
71
+ }, E = {
72
72
  id: "CP_BOTTOM_PADDING",
73
73
  description: "間距下面留空",
74
74
  data: {
@@ -79,29 +79,29 @@ const l = {
79
79
  left: 60
80
80
  }
81
81
  }
82
- }, p = {
82
+ }, c = {
83
83
  id: "CP_LEFT_PADDING",
84
- description: "間距右邊留空",
84
+ description: "間距左邊留空",
85
85
  data: {
86
86
  padding: {
87
87
  top: 60,
88
88
  right: 60,
89
89
  bottom: 60,
90
- left: 120
90
+ left: 160
91
91
  }
92
92
  }
93
- }, L = {
93
+ }, N = {
94
94
  id: "CP_TOP_AND_NO_BOTTOM_PADDING",
95
95
  description: "間距上面留空下面不留空",
96
96
  data: {
97
97
  padding: {
98
- top: 140,
98
+ top: 120,
99
99
  right: 120,
100
100
  bottom: 0,
101
101
  left: 60
102
102
  }
103
103
  }
104
- }, S = {
104
+ }, A = {
105
105
  id: "CP_RIGHT_PADDING",
106
106
  description: "間距右邊留空",
107
107
  data: {
@@ -112,22 +112,22 @@ const l = {
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: E,
118
- CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT: l,
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: G,
122
- CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT: D,
123
- CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT: N,
124
- CP_LEFT_PADDING: p,
125
- CP_RIGHT_PADDING: S,
126
- CP_TOP_AND_NO_BOTTOM_PADDING: L
127
- }, Symbol.toStringTag, { value: "Module" })), m = {}, A = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
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
+ CP_TOP_AND_NO_BOTTOM_PADDING: N
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 l = {
135
135
  data: {
136
136
  bubbleScaleType: "radius"
137
137
  }
138
- }, R = {
138
+ }, m = {
139
139
  id: "PP_PIE_DONUT",
140
140
  chartType: "series",
141
141
  pluginName: "Pie",
@@ -143,7 +143,7 @@ const l = {
143
143
  data: {
144
144
  innerRadius: 0.5
145
145
  }
146
- }, B = {
146
+ }, U = {
147
147
  id: "PP_PIE_HALF_DONUT",
148
148
  chartType: "series",
149
149
  pluginName: "Pie",
@@ -153,7 +153,7 @@ const l = {
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",
@@ -162,7 +162,7 @@ const l = {
162
162
  startAngle: -Math.PI / 2,
163
163
  endAngle: Math.PI / 2
164
164
  }
165
- }, M = {
165
+ }, h = {
166
166
  id: "PP_PIE_LABELS_INNER",
167
167
  chartType: "series",
168
168
  pluginName: "PieLabels",
@@ -171,7 +171,7 @@ const l = {
171
171
  labelCentroid: 1.3,
172
172
  labelColorType: "primary"
173
173
  }
174
- }, h = {
174
+ }, H = {
175
175
  id: "PP_SERIES_LEGEND_BOTTOM",
176
176
  chartType: "series",
177
177
  pluginName: "SeriesLegend",
@@ -179,30 +179,80 @@ const l = {
179
179
  data: {
180
180
  listRectRadius: 7
181
181
  }
182
- }, b = /* @__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: R,
186
- PP_PIE_HALF_DONUT: B,
187
- PP_PIE_LABELS_HALF_ANGLE: H,
188
- PP_PIE_LABELS_INNER: M,
189
- PP_SERIES_LEGEND_ROUND: 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
+ PP_PIE_LABELS_INNER: h,
189
+ PP_SERIES_LEGEND_ROUND: H
190
190
  }, Symbol.toStringTag, { value: "Module" })), C = {
191
- id: "DF_BOTTOM_VALUE_AXIS",
191
+ id: "DF_GRID_BOTTOM_VALUE_AXIS",
192
192
  chartType: "grid",
193
193
  description: "底部橫向資料圖軸",
194
194
  data: {
195
- valueAxis: {
196
- position: "bottom"
195
+ grid: {
196
+ valueAxis: {
197
+ position: "bottom"
198
+ // position: 'top'
199
+ // position: 'left'
200
+ // position: 'right'
201
+ },
202
+ groupAxis: {
203
+ position: "left"
204
+ // position: 'right'
205
+ // position: 'bottom'
206
+ // position: 'top'
207
+ }
208
+ }
209
+ }
210
+ }, b = {
211
+ id: "DF_GRID_2_SERIES_SLOT",
212
+ chartType: "grid",
213
+ description: "2個Series Slot",
214
+ data: {
215
+ grid: {
216
+ seriesSlotIndexes: [0, 1]
197
217
  },
198
- groupAxis: {
199
- position: "left"
218
+ container: {
219
+ rowAmount: 1,
220
+ columnAmount: 2
200
221
  }
201
222
  }
202
- }, y = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
223
+ }, F = {
224
+ id: "DF_GRID_3_SERIES_SLOT",
225
+ chartType: "grid",
226
+ description: "3個Series Slot",
227
+ data: {
228
+ grid: {
229
+ seriesSlotIndexes: [0, 1, 2]
230
+ },
231
+ container: {
232
+ rowAmount: 1,
233
+ columnAmount: 3
234
+ }
235
+ }
236
+ }, f = {
237
+ id: "DF_GRID_4_SERIES_SLOT",
238
+ chartType: "grid",
239
+ description: "4個Series Slot",
240
+ data: {
241
+ grid: {
242
+ seriesSlotIndexes: [0, 1, 2, 3]
243
+ },
244
+ container: {
245
+ rowAmount: 2,
246
+ columnAmount: 2
247
+ }
248
+ }
249
+ }, W = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
203
250
  __proto__: null,
204
- DF_BOTTOM_VALUE_AXIS: C
205
- }, Symbol.toStringTag, { value: "Module" })), U = {
251
+ DF_GRID_2_SERIES_SLOT: b,
252
+ DF_GRID_3_SERIES_SLOT: F,
253
+ DF_GRID_4_SERIES_SLOT: f,
254
+ DF_GRID_BOTTOM_VALUE_AXIS: C
255
+ }, Symbol.toStringTag, { value: "Module" })), x = {
206
256
  id: "PP_BARS_ROUND",
207
257
  chartType: "grid",
208
258
  pluginName: "Bars",
@@ -213,7 +263,7 @@ const l = {
213
263
  barGroupPadding: 10,
214
264
  barRadius: !0
215
265
  }
216
- }, F = {
266
+ }, X = {
217
267
  id: "PP_BARS_THIN",
218
268
  chartType: "grid",
219
269
  pluginName: "Bars",
@@ -223,7 +273,7 @@ const l = {
223
273
  barPadding: 1,
224
274
  barGroupPadding: 10
225
275
  }
226
- }, f = {
276
+ }, j = {
227
277
  id: "PP_DOTS_ONLY_SHOW_HIGHLIGHTED",
228
278
  chartType: "grid",
229
279
  pluginName: "Dots",
@@ -231,7 +281,7 @@ const l = {
231
281
  data: {
232
282
  onlyShowHighlighted: !1
233
283
  }
234
- }, j = {
284
+ }, V = {
235
285
  id: "PP_DOTS_SOLID",
236
286
  chartType: "grid",
237
287
  pluginName: "Dots",
@@ -241,7 +291,7 @@ const l = {
241
291
  fillColorType: "series",
242
292
  onlyShowHighlighted: !1
243
293
  }
244
- }, W = {
294
+ }, v = {
245
295
  id: "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST",
246
296
  chartType: "grid",
247
297
  pluginName: "GridLegend",
@@ -252,7 +302,18 @@ const l = {
252
302
  padding: 14,
253
303
  listRectHeight: 2
254
304
  }
255
- }, v = {
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 = {
256
317
  id: "PP_GRID_LEGEND_BOTTOM",
257
318
  chartType: "grid",
258
319
  pluginName: "GridLegend",
@@ -262,15 +323,16 @@ const l = {
262
323
  justify: "center",
263
324
  padding: 14
264
325
  }
265
- }, V = {
326
+ }, k = {
266
327
  id: "PP_GROUP_AXIS_ROTATE_LABEL",
267
328
  chartType: "grid",
268
329
  pluginName: "GroupAxis",
269
330
  description: "群組圖軸標籤文字傾斜",
270
331
  data: {
271
- tickTextRotate: 40
332
+ tickPadding: 15,
333
+ tickTextRotate: -30
272
334
  }
273
- }, z = {
335
+ }, w = {
274
336
  id: "PP_LINES_CURVE",
275
337
  chartType: "grid",
276
338
  pluginName: "Lines",
@@ -279,24 +341,230 @@ const l = {
279
341
  lineCurve: "curveMonotoneX",
280
342
  lineWidth: 3
281
343
  }
282
- }, X = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
344
+ }, Y = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
283
345
  __proto__: null,
284
- PP_BARS_ROUND: U,
285
- PP_BARS_THIN: F,
286
- PP_DOTS_ONLY_SHOW_HIGHLIGHTED: f,
287
- PP_DOTS_SOLID: j,
288
- PP_GRID_LEGEND_BOTTOM: v,
289
- PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: W,
290
- PP_GROUP_AXIS_ROTATE_LABEL: V,
291
- PP_LINES_CURVE: z
292
- }, Symbol.toStringTag, { value: "Module" })), $ = {}, Y = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
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" })), $ = {
356
+ id: "DF_MULTI_GRID_2_GRID_SLOT",
357
+ chartType: "multiGrid",
358
+ description: "2個Grid Slot",
359
+ data: {
360
+ gridList: [
361
+ {
362
+ // slotIndex: 0
363
+ },
364
+ {
365
+ slotIndex: 1
366
+ }
367
+ ],
368
+ container: {
369
+ rowAmount: 1,
370
+ columnAmount: 2
371
+ }
372
+ }
373
+ }, Z = {
374
+ id: "DF_MULTI_GRID_3_GRID_SLOT",
375
+ chartType: "multiGrid",
376
+ description: "3個Grid Slot",
377
+ data: {
378
+ gridList: [
379
+ {
380
+ slotIndex: 0
381
+ },
382
+ {
383
+ slotIndex: 1
384
+ },
385
+ {
386
+ slotIndex: 2
387
+ }
388
+ ],
389
+ container: {
390
+ rowAmount: 1,
391
+ columnAmount: 3
392
+ }
393
+ }
394
+ }, q = {
395
+ id: "DF_MULTI_GRID_4_GRID_SLOT",
396
+ chartType: "multiGrid",
397
+ description: "4個Grid Slot",
398
+ data: {
399
+ gridList: [
400
+ {
401
+ slotIndex: 0
402
+ },
403
+ {
404
+ slotIndex: 1
405
+ },
406
+ {
407
+ slotIndex: 2
408
+ },
409
+ {
410
+ slotIndex: 3
411
+ }
412
+ ],
413
+ container: {
414
+ rowAmount: 2,
415
+ columnAmount: 2
416
+ }
417
+ }
418
+ }, J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
293
419
  __proto__: null,
294
- temp: $
295
- }, Symbol.toStringTag, { value: "Module" })), x = {
420
+ DF_MULTI_GRID_2_GRID_SLOT: $,
421
+ DF_MULTI_GRID_3_GRID_SLOT: Z,
422
+ DF_MULTI_GRID_4_GRID_SLOT: q
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_ = {
296
564
  id: "PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST",
297
565
  chartType: "multiGrid",
298
566
  pluginName: "MultiGridLegend",
299
- description: "底部圖例及線條列點",
567
+ description: "底部圖例矩型及線條列點",
300
568
  data: {
301
569
  position: "bottom",
302
570
  justify: "center",
@@ -308,8 +576,26 @@ const l = {
308
576
  }
309
577
  ]
310
578
  }
311
- }, Z = {
312
- id: "PP_GRID_LEGEND_BOTTOM",
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_ = {
598
+ id: "PP_MULTI_GRID_LEGEND_BOTTOM",
313
599
  chartType: "multiGrid",
314
600
  pluginName: "MultiGridLegend",
315
601
  description: "底部圖例",
@@ -318,149 +604,291 @@ const l = {
318
604
  justify: "center",
319
605
  padding: 14
320
606
  }
321
- }, w = /* @__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({
322
659
  __proto__: null,
323
- PP_GRID_LEGEND_BOTTOM: Z,
324
- PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST: x
325
- }, Symbol.toStringTag, { value: "Module" })), k = {}, q = /* @__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({
326
685
  __proto__: null,
327
- temp: k
328
- }, Symbol.toStringTag, { value: "Module" })), J = {}, K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
686
+ temp: p_
687
+ }, Symbol.toStringTag, { value: "Module" })), M_ = {}, g_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
329
688
  __proto__: null,
330
- temp: J
331
- }, Symbol.toStringTag, { value: "Module" })), Q = {}, __ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
689
+ temp: M_
690
+ }, Symbol.toStringTag, { value: "Module" })), m_ = {}, U_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
332
691
  __proto__: null,
333
- temp: Q
334
- }, Symbol.toStringTag, { value: "Module" })), t_ = {}, e_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
692
+ temp: m_
693
+ }, Symbol.toStringTag, { value: "Module" })), B_ = {}, h_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
335
694
  __proto__: null,
336
- temp: t_
337
- }, Symbol.toStringTag, { value: "Module" })), i_ = {}, a_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
695
+ temp: B_
696
+ }, Symbol.toStringTag, { value: "Module" })), H_ = {}, y_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
338
697
  __proto__: null,
339
- temp: i_
340
- }, Symbol.toStringTag, { value: "Module" })), P_ = {}, r_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
698
+ temp: H_
699
+ }, Symbol.toStringTag, { value: "Module" })), C_ = {}, b_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
341
700
  __proto__: null,
342
- temp: P_
343
- }, Symbol.toStringTag, { value: "Module" })), T = {
344
- series: A,
345
- grid: y,
346
- multiGrid: Y,
347
- multiValue: q,
348
- relationship: __,
349
- tree: a_
350
- }, P = {
351
- series: b,
352
- grid: X,
353
- multiGrid: w,
354
- multiValue: K,
355
- relationship: e_,
356
- tree: r_
357
- }, r = (t, e) => {
358
- const s = e.chartParamsId ? g[e.chartParamsId].data : void 0, d = T[t][e.dataFormatterId] ? T[t][e.dataFormatterId].data : void 0, I = e.allPluginParamsIds ? e.allPluginParamsIds.reduce((o, a) => {
359
- if (P[t][a]) {
360
- const n = P[t][a].pluginName;
361
- o[n] = P[t][a].data;
701
+ temp: C_
702
+ }, Symbol.toStringTag, { value: "Module" })), d = {
703
+ series: M,
704
+ grid: W,
705
+ multiGrid: J,
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;
362
721
  }
363
- return o;
722
+ return r;
364
723
  }, {}) : void 0;
365
724
  return {
366
- chartParams: s,
367
- dataFormatter: d,
368
- allPluginParams: I
725
+ chartParams: L,
726
+ dataFormatter: s,
727
+ allPluginParams: n
369
728
  };
370
- }, i = (t) => r("series", t), _ = (t) => r("grid", t), o_ = (t) => r("multiGrid", t), T_ = i({
729
+ }, i = (t) => a("series", t), _ = (t) => a("grid", t), I = (t) => a("multiGrid", t), F_ = i({
371
730
  // chartParamsId: 'CP_RIGHT_PADDING',
372
731
  allPluginParamsIds: [],
373
732
  description: "基本Series參數"
374
- }), s_ = i({
733
+ }), f_ = i({
734
+ // chartParamsId: 'CP_RIGHT_PADDING',
735
+ allPluginParamsIds: ["PP_SERIES_LEGEND_ROUND"],
736
+ description: "基本泡泡圖"
737
+ }), W_ = i({
375
738
  // chartParamsId: 'CP_RIGHT_PADDING',
376
739
  allPluginParamsIds: ["PP_BUBBLES_SCALING_BY_RADIUS", "PP_SERIES_LEGEND_ROUND"],
377
740
  description: "以半徑尺寸為比例的泡泡圖"
378
- }), d_ = i({
741
+ }), x_ = i({
742
+ // chartParamsId: 'CP_RIGHT_PADDING',
743
+ allPluginParamsIds: ["PP_SERIES_LEGEND_ROUND"],
744
+ description: "基本圓餅圖"
745
+ }), X_ = i({
379
746
  // chartParamsId: 'CP_RIGHT_PADDING',
380
747
  allPluginParamsIds: ["PP_PIE_LABELS_INNER", "PP_SERIES_LEGEND_ROUND"],
381
748
  description: "圓餅圖及內部資料標籤"
382
- }), I_ = i({
749
+ }), j_ = i({
383
750
  // chartParamsId: 'CP_RIGHT_PADDING',
384
751
  allPluginParamsIds: ["PP_PIE_DONUT", "PP_SERIES_LEGEND_ROUND"],
385
752
  description: "甜甜圈圖"
386
- }), n_ = i({
753
+ }), V_ = i({
387
754
  chartParamsId: "CP_TOP_AND_NO_BOTTOM_PADDING",
388
755
  allPluginParamsIds: ["PP_PIE_HALF_DONUT", "PP_PIE_LABELS_HALF_ANGLE", "PP_SERIES_LEGEND_ROUND"],
389
756
  description: "半圓甜甜圈圖"
390
- }), l_ = _({
757
+ }), v_ = _({
391
758
  chartParamsId: "CP_BOTTOM_PADDING",
392
759
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM"],
393
760
  description: "基本Grid參數"
394
- }), E_ = _({
761
+ }), z_ = _({
395
762
  chartParamsId: "CP_BOTTOM_LONG_PADDING",
396
763
  allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
397
764
  description: "傾斜標籤"
398
- }), O_ = _({
765
+ }), K_ = _({
399
766
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
400
- dataFormatterId: "DF_BOTTOM_VALUE_AXIS",
767
+ dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
401
768
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM"],
402
- description: "橫向圓角長條圖"
403
- }), c_ = _({
769
+ description: "橫向圖"
770
+ }), k_ = _({
771
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
772
+ dataFormatterId: "DF_GRID_2_SERIES_SLOT",
773
+ allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
774
+ description: "2組Series圖表"
775
+ }), w_ = _({
776
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
777
+ dataFormatterId: "DF_GRID_3_SERIES_SLOT",
778
+ allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM", "PP_GROUP_AXIS_ROTATE_LABEL"],
779
+ description: "3組Series圖表"
780
+ }), Y_ = _({
781
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
782
+ dataFormatterId: "DF_GRID_4_SERIES_SLOT",
783
+ allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
784
+ description: "4組Series圖表"
785
+ }), $_ = _({
404
786
  chartParamsId: "CP_BOTTOM_PADDING",
405
- allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM"],
787
+ allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
406
788
  description: "圓角長條圖"
407
- }), D_ = _({
789
+ }), Z_ = _({
408
790
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
409
- dataFormatterId: "DF_BOTTOM_VALUE_AXIS",
410
- allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM"],
791
+ dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
792
+ allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
411
793
  description: "橫向圓角長條圖"
412
- }), N_ = _({
794
+ }), q_ = _({
413
795
  chartParamsId: "CP_BOTTOM_PADDING",
414
796
  allPluginParamsIds: ["PP_BARS_THIN", "PP_GRID_LEGEND_BOTTOM"],
415
797
  description: "細長條圖"
416
- }), G_ = _({
798
+ }), J_ = _({
417
799
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
418
- dataFormatterId: "DF_BOTTOM_VALUE_AXIS",
419
- allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM"],
800
+ dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
801
+ allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
420
802
  description: "橫向圓角長條圖"
421
- }), p_ = _({
803
+ }), Q_ = _({
422
804
  chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
423
805
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
424
806
  description: "基本Grid參數"
425
- }), L_ = _({
807
+ }), _t = _({
426
808
  chartParamsId: "CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT",
427
809
  allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
428
810
  description: "傾斜標籤"
429
- }), S_ = _({
811
+ }), tt = _({
430
812
  chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",
431
- dataFormatterId: "DF_BOTTOM_VALUE_AXIS",
813
+ dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
432
814
  allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
433
815
  description: "橫向圓角長條圖"
434
- }), g_ = _({
816
+ }), It = _({
435
817
  chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
436
818
  allPluginParamsIds: ["PP_LINES_CURVE", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
437
819
  description: "弧線折線圖"
438
- }), m_ = _({
820
+ }), it = _({
439
821
  chartParamsId: "CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",
440
822
  allPluginParamsIds: ["PP_DOTS_ONLY_SHOW_HIGHLIGHTED", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
441
823
  description: "折線圖及Highlight Group圓點"
442
- }), A_ = o_({
443
- chartParamsId: "CP_BOTTOM_PADDING",
824
+ }), Tt = I({
825
+ chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
444
826
  allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST"],
445
827
  description: "基本MultiGrid參數"
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",
834
+ dataFormatterId: "DF_MULTI_GRID_2_GRID_SLOT",
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"],
836
+ description: "2組Grid圖表"
837
+ }), at = I({
838
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
839
+ dataFormatterId: "DF_MULTI_GRID_3_GRID_SLOT",
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"],
841
+ description: "3組Grid圖表"
842
+ }), rt = I({
843
+ chartParamsId: "CP_BOTTOM_LONG_PADDING",
844
+ dataFormatterId: "DF_MULTI_GRID_4_GRID_SLOT",
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"],
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組折線圖表"
446
862
  });
447
863
  export {
448
- D_ as PRESET_BARS_HORIZONTAL_AND_ROUND,
449
- G_ as PRESET_BARS_HORIZONTAL_AND_THIN,
450
- c_ as PRESET_BARS_ROUND,
451
- N_ as PRESET_BARS_THIN,
452
- s_ as PRESET_BUBBLES_SCALING_BY_RADIUS,
453
- l_ as PRESET_GRID_BASIC,
454
- O_ as PRESET_GRID_HORIZONTAL,
455
- E_ as PRESET_GRID_ROTATE_AXIS_LABEL,
456
- p_ as PRESET_LINES_BASIC,
457
- g_ as PRESET_LINES_CURVE,
458
- m_ as PRESET_LINES_HIGHLIGHT_GROUP_DOTS,
459
- S_ as PRESET_LINES_HORIZONTAL,
460
- L_ as PRESET_LINES_ROTATE_AXIS_LABEL,
461
- A_ as PRESET_MULTI_GRID_BASIC,
462
- I_ as PRESET_PIE_DONUT,
463
- n_ as PRESET_PIE_HALF_DONUT,
464
- d_ as PRESET_PIE_WITH_INNER_LABELS,
465
- T_ 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
466
894
  };