@orbcharts/presets-basic 3.0.0-alpha.15 → 3.0.0-alpha.16
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +200 -200
- package/dist/orbcharts-presets-basic/src/chartParamsFiles/CP_LONG_PADDING.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/chartParamsFiles/index.d.ts +1 -0
- package/dist/orbcharts-presets-basic/src/gridDataFormatterFiles/DF_GRID_SEPARATE_SERIES.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/gridDataFormatterFiles/DF_LINE_AREAS_SEPARATE_SERIES.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/gridDataFormatterFiles/index.d.ts +2 -6
- package/dist/orbcharts-presets-basic/src/index.d.ts +7 -6
- package/dist/orbcharts-presets-basic/src/multiGridDataFormatterFiles/DF_MULTI_GRID_SEPARATE_GRID.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_SEPARATE_GRID.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/multiGridDataFormatterFiles/index.d.ts +2 -6
- package/dist/orbcharts-presets-basic/src/seriesDataFormatterFiles/DF_SERIES_DESC.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/seriesDataFormatterFiles/DF_SERIES_SEPARATE_SERIES.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/seriesDataFormatterFiles/DF_SERIES_SEPARATE_SERIES_AND_DESC.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/seriesDataFormatterFiles/DF_SERIES_SUM_SERIES.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/seriesDataFormatterFiles/DF_SERIES_SUM_SERIES_AND_DESC.d.ts +3 -0
- package/dist/orbcharts-presets-basic/src/seriesDataFormatterFiles/index.d.ts +5 -1
- package/dist/orbcharts-presets-basic.es.js +329 -456
- package/dist/orbcharts-presets-basic.umd.js +1 -1
- package/package.json +43 -43
- package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING.ts +13 -13
- package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT.ts +14 -14
- package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING.ts +13 -13
- package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT.ts +14 -14
- package/src/chartParamsFiles/CP_BOTTOM_PADDING.ts +13 -13
- package/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT.ts +14 -14
- package/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT.ts +14 -14
- package/src/chartParamsFiles/CP_BOTTOM_SLIGHT_PADDING.ts +13 -13
- package/src/chartParamsFiles/CP_LEFT_PADDING.ts +13 -13
- package/src/chartParamsFiles/CP_LONG_PADDING.ts +14 -0
- package/src/chartParamsFiles/CP_RIGHT_PADDING.ts +13 -13
- package/src/chartParamsFiles/CP_TOP_AND_NO_BOTTOM_PADDING.ts +13 -13
- package/src/chartParamsFiles/index.ts +13 -11
- package/src/createPreset.ts +87 -87
- package/src/gridDataFormatterFiles/DF_GRID_2_SERIES_SLOT.ts +16 -16
- package/src/gridDataFormatterFiles/DF_GRID_3_SERIES_SLOT.ts +16 -16
- package/src/gridDataFormatterFiles/DF_GRID_4_SERIES_SLOT.ts +16 -16
- package/src/gridDataFormatterFiles/DF_GRID_BOTTOM_VALUE_AXIS.ts +22 -22
- package/src/gridDataFormatterFiles/DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING.ts +17 -17
- package/src/gridDataFormatterFiles/DF_GRID_DIVERGING_SCALE.ts +14 -14
- package/src/gridDataFormatterFiles/DF_GRID_NONE_GROUP_SCALE_PADDING.ts +13 -13
- package/src/gridDataFormatterFiles/DF_GRID_SEPARATE_SERIES.ts +17 -0
- package/src/gridDataFormatterFiles/DF_LINE_AREAS_2_SERIES_SLOT.ts +19 -19
- package/src/gridDataFormatterFiles/DF_LINE_AREAS_3_SERIES_SLOT.ts +19 -19
- package/src/gridDataFormatterFiles/DF_LINE_AREAS_4_SERIES_SLOT.ts +19 -19
- package/src/gridDataFormatterFiles/DF_LINE_AREAS_SEPARATE_SERIES.ts +20 -0
- package/src/gridDataFormatterFiles/index.ts +12 -10
- package/src/gridPluginParamsFiles/Bars/PP_BARS_ROUND.ts +14 -14
- package/src/gridPluginParamsFiles/Bars/PP_BARS_THIN.ts +14 -14
- package/src/gridPluginParamsFiles/Bars/index.ts +1 -1
- package/src/gridPluginParamsFiles/Dots/PP_DOTS_ONLY_SHOW_HIGHLIGHTED.ts +12 -12
- package/src/gridPluginParamsFiles/Dots/PP_DOTS_SOLID.ts +14 -14
- package/src/gridPluginParamsFiles/Dots/index.ts +1 -1
- package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM.ts +13 -13
- package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.ts +14 -14
- package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST.ts +14 -14
- package/src/gridPluginParamsFiles/GridLegend/index.ts +2 -2
- package/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_ROTATE_LABEL.ts +12 -12
- package/src/gridPluginParamsFiles/LineAreas/PP_LINE_AREAS_CURVE.ts +11 -11
- package/src/gridPluginParamsFiles/Lines/PP_LINES_CURVE.ts +12 -12
- package/src/gridPluginParamsFiles/index.ts +6 -6
- package/src/index.ts +356 -290
- package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_2_GRID_SLOT.ts +21 -21
- package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_3_GRID_SLOT.ts +24 -24
- package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_4_GRID_SLOT.ts +27 -27
- package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_SEPARATE_GRID.ts +22 -0
- package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_2_GRID_SLOT.ts +27 -27
- package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_3_GRID_SLOT.ts +33 -33
- package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_4_GRID_SLOT.ts +39 -39
- package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_SEPARATE_GRID.ts +28 -0
- package/src/multiGridDataFormatterFiles/index.ts +8 -6
- package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_2_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_3_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_4_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBarStack/index.ts +3 -3
- package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_2_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_3_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_4_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_ROUND.ts +14 -14
- package/src/multiGridPluginParamsFiles/MultiBars/index.ts +5 -5
- package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiBarsTriangle/index.ts +2 -2
- package/src/multiGridPluginParamsFiles/MultiDots/PP_MULTI_DOTS_2_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiDots/PP_MULTI_DOTS_3_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiDots/PP_MULTI_DOTS_4_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiDots/index.ts +2 -2
- package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM.ts +13 -13
- package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.ts +27 -27
- package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST.ts +20 -20
- package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST.ts +21 -21
- package/src/multiGridPluginParamsFiles/MultiGridLegend/index.ts +3 -3
- package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_2_GRID_SLOT.ts +12 -12
- package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_3_GRID_SLOT.ts +12 -12
- package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_4_GRID_SLOT.ts +12 -12
- package/src/multiGridPluginParamsFiles/MultiGroupAxis/index.ts +3 -3
- package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_2_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_3_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_4_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_CURVE.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiLineAreas/index.ts +3 -3
- package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_2_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_3_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_4_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_CURVE.ts +12 -12
- package/src/multiGridPluginParamsFiles/MultiLines/index.ts +3 -3
- package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_2_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_3_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_4_GRID_SLOT.ts +11 -11
- package/src/multiGridPluginParamsFiles/MultiValueAxis/index.ts +3 -3
- package/src/multiGridPluginParamsFiles/index.ts +8 -8
- package/src/seriesDataFormatterFiles/DF_SERIES_DESC.ts +10 -0
- package/src/seriesDataFormatterFiles/DF_SERIES_SEPARATE_SERIES.ts +10 -0
- package/src/seriesDataFormatterFiles/DF_SERIES_SEPARATE_SERIES_AND_DESC.ts +11 -0
- package/src/seriesDataFormatterFiles/DF_SERIES_SUM_SERIES.ts +10 -0
- package/src/seriesDataFormatterFiles/DF_SERIES_SUM_SERIES_AND_DESC.ts +11 -0
- package/src/seriesDataFormatterFiles/index.ts +7 -1
- package/src/seriesPluginParamsFiles/Bubbles/PP_BUBBLES_SCALING_BY_RADIUS.ts +11 -11
- package/src/seriesPluginParamsFiles/Pie/PP_PIE_DONUT.ts +12 -12
- package/src/seriesPluginParamsFiles/Pie/PP_PIE_HALF_DONUT.ts +14 -14
- package/src/seriesPluginParamsFiles/Pie/index.ts +1 -1
- package/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_HALF_ANGLE.ts +13 -13
- package/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_INNER.ts +13 -13
- package/src/seriesPluginParamsFiles/PieLabels/index.ts +1 -1
- package/src/seriesPluginParamsFiles/SeriesLegend/PP_SERIES_LEGEND_ROUND.ts +11 -11
- package/src/seriesPluginParamsFiles/index.ts +3 -3
- package/src/treePluginParamsFiles/TreeLegend/PP_TREE_LEGEND_BOTTOM.ts +13 -13
- package/src/types.ts +61 -61
- package/tsconfig.dev.json +17 -17
- package/tsconfig.json +17 -17
- package/tsconfig.prod.json +13 -13
- package/vite.config.js +44 -44
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const R = {
|
2
2
|
id: "CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",
|
3
3
|
description: "間距下面及左邊留空",
|
4
4
|
data: {
|
@@ -10,7 +10,7 @@ const n = {
|
|
10
10
|
},
|
11
11
|
highlightTarget: "series"
|
12
12
|
}
|
13
|
-
},
|
13
|
+
}, D = {
|
14
14
|
id: "CP_BOTTOM_AND_LEFT_PADDING",
|
15
15
|
description: "間距下面及左邊留空",
|
16
16
|
data: {
|
@@ -32,7 +32,7 @@ const n = {
|
|
32
32
|
left: 60
|
33
33
|
}
|
34
34
|
}
|
35
|
-
},
|
35
|
+
}, n = {
|
36
36
|
id: "CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT",
|
37
37
|
description: "間距下面加長留空及highlight系列",
|
38
38
|
data: {
|
@@ -123,23 +123,76 @@ const n = {
|
|
123
123
|
left: 60
|
124
124
|
}
|
125
125
|
}
|
126
|
-
}, p =
|
126
|
+
}, p = {
|
127
|
+
id: "CP_LONG_PADDING",
|
128
|
+
description: "加長留空",
|
129
|
+
data: {
|
130
|
+
padding: {
|
131
|
+
top: 160,
|
132
|
+
right: 160,
|
133
|
+
bottom: 160,
|
134
|
+
left: 160
|
135
|
+
}
|
136
|
+
}
|
137
|
+
}, u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
127
138
|
__proto__: null,
|
128
|
-
CP_BOTTOM_AND_LEFT_PADDING:
|
129
|
-
CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT:
|
139
|
+
CP_BOTTOM_AND_LEFT_PADDING: D,
|
140
|
+
CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT: R,
|
130
141
|
CP_BOTTOM_LONG_PADDING: G,
|
131
|
-
CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT:
|
142
|
+
CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT: n,
|
132
143
|
CP_BOTTOM_PADDING: A,
|
133
144
|
CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT: O,
|
134
145
|
CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT: o,
|
135
146
|
CP_BOTTOM_SLIGHT_PADDING: l,
|
136
147
|
CP_LEFT_PADDING: c,
|
148
|
+
CP_LONG_PADDING: p,
|
137
149
|
CP_RIGHT_PADDING: M,
|
138
150
|
CP_TOP_AND_NO_BOTTOM_PADDING: N
|
139
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
151
|
+
}, Symbol.toStringTag, { value: "Module" })), U = {
|
152
|
+
id: "DF_SERIES_DESC",
|
153
|
+
chartType: "series",
|
154
|
+
description: "資料由大到小排序",
|
155
|
+
data: {
|
156
|
+
sort: (I, t) => t.value - I.value
|
157
|
+
}
|
158
|
+
}, g = {
|
159
|
+
id: "DF_SERIES_SEPARATE_SERIES",
|
160
|
+
chartType: "series",
|
161
|
+
description: "分開顯示Series",
|
162
|
+
data: {
|
163
|
+
separateSeries: !0
|
164
|
+
}
|
165
|
+
}, m = {
|
166
|
+
id: "DF_SERIES_SEPARATE_SERIES_AND_DESC",
|
167
|
+
chartType: "series",
|
168
|
+
description: "分開顯示Series並排序",
|
169
|
+
data: {
|
170
|
+
separateSeries: !0,
|
171
|
+
sort: (I, t) => t.value - I.value
|
172
|
+
}
|
173
|
+
}, B = {
|
174
|
+
id: "DF_SERIES_SUM_SERIES",
|
175
|
+
chartType: "series",
|
176
|
+
description: "合併Series資料",
|
177
|
+
data: {
|
178
|
+
sumSeries: !0
|
179
|
+
}
|
180
|
+
}, H = {
|
181
|
+
id: "DF_SERIES_SUM_SERIES_AND_DESC",
|
182
|
+
chartType: "series",
|
183
|
+
description: "合併Series資料並排序",
|
184
|
+
data: {
|
185
|
+
sumSeries: !0,
|
186
|
+
sort: (I, t) => t.value - I.value
|
187
|
+
}
|
188
|
+
}, h = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
140
189
|
__proto__: null,
|
141
|
-
|
142
|
-
|
190
|
+
DF_SERIES_DESC: U,
|
191
|
+
DF_SERIES_SEPARATE_SERIES: g,
|
192
|
+
DF_SERIES_SEPARATE_SERIES_AND_DESC: m,
|
193
|
+
DF_SERIES_SUM_SERIES: B,
|
194
|
+
DF_SERIES_SUM_SERIES_AND_DESC: H
|
195
|
+
}, Symbol.toStringTag, { value: "Module" })), C = {
|
143
196
|
id: "PP_BUBBLES_SCALING_BY_RADIUS",
|
144
197
|
chartType: "series",
|
145
198
|
pluginName: "Bubbles",
|
@@ -147,7 +200,7 @@ const n = {
|
|
147
200
|
data: {
|
148
201
|
bubbleScaleType: "radius"
|
149
202
|
}
|
150
|
-
},
|
203
|
+
}, F = {
|
151
204
|
id: "PP_PIE_DONUT",
|
152
205
|
chartType: "series",
|
153
206
|
pluginName: "Pie",
|
@@ -155,7 +208,7 @@ const n = {
|
|
155
208
|
data: {
|
156
209
|
innerRadius: 0.5
|
157
210
|
}
|
158
|
-
},
|
211
|
+
}, y = {
|
159
212
|
id: "PP_PIE_HALF_DONUT",
|
160
213
|
chartType: "series",
|
161
214
|
pluginName: "Pie",
|
@@ -165,7 +218,7 @@ const n = {
|
|
165
218
|
startAngle: -Math.PI / 2,
|
166
219
|
endAngle: Math.PI / 2
|
167
220
|
}
|
168
|
-
},
|
221
|
+
}, b = {
|
169
222
|
id: "PP_PIE_LABELS_HALF_ANGLE",
|
170
223
|
chartType: "series",
|
171
224
|
pluginName: "PieLabels",
|
@@ -174,7 +227,7 @@ const n = {
|
|
174
227
|
startAngle: -Math.PI / 2,
|
175
228
|
endAngle: Math.PI / 2
|
176
229
|
}
|
177
|
-
},
|
230
|
+
}, W = {
|
178
231
|
id: "PP_PIE_LABELS_INNER",
|
179
232
|
chartType: "series",
|
180
233
|
pluginName: "PieLabels",
|
@@ -183,7 +236,7 @@ const n = {
|
|
183
236
|
labelCentroid: 1.3,
|
184
237
|
labelColorType: "primary"
|
185
238
|
}
|
186
|
-
},
|
239
|
+
}, X = {
|
187
240
|
id: "PP_SERIES_LEGEND_BOTTOM",
|
188
241
|
chartType: "series",
|
189
242
|
pluginName: "SeriesLegend",
|
@@ -191,15 +244,15 @@ const n = {
|
|
191
244
|
data: {
|
192
245
|
listRectRadius: 7
|
193
246
|
}
|
194
|
-
},
|
247
|
+
}, f = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
195
248
|
__proto__: null,
|
196
|
-
PP_BUBBLES_SCALING_BY_RADIUS:
|
197
|
-
PP_PIE_DONUT:
|
198
|
-
PP_PIE_HALF_DONUT:
|
199
|
-
PP_PIE_LABELS_HALF_ANGLE:
|
200
|
-
PP_PIE_LABELS_INNER:
|
201
|
-
PP_SERIES_LEGEND_ROUND:
|
202
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
249
|
+
PP_BUBBLES_SCALING_BY_RADIUS: C,
|
250
|
+
PP_PIE_DONUT: F,
|
251
|
+
PP_PIE_HALF_DONUT: y,
|
252
|
+
PP_PIE_LABELS_HALF_ANGLE: b,
|
253
|
+
PP_PIE_LABELS_INNER: W,
|
254
|
+
PP_SERIES_LEGEND_ROUND: X
|
255
|
+
}, Symbol.toStringTag, { value: "Module" })), V = {
|
203
256
|
id: "DF_GRID_BOTTOM_VALUE_AXIS",
|
204
257
|
chartType: "grid",
|
205
258
|
description: "底部橫向資料圖軸",
|
@@ -219,7 +272,7 @@ const n = {
|
|
219
272
|
}
|
220
273
|
}
|
221
274
|
}
|
222
|
-
},
|
275
|
+
}, x = {
|
223
276
|
id: "DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING",
|
224
277
|
chartType: "grid",
|
225
278
|
description: "底部橫向資料圖軸及無群組圖軸的左右間距",
|
@@ -234,49 +287,21 @@ const n = {
|
|
234
287
|
}
|
235
288
|
}
|
236
289
|
}
|
237
|
-
},
|
238
|
-
id: "
|
290
|
+
}, j = {
|
291
|
+
id: "DF_GRID_SEPARATE_SERIES",
|
239
292
|
chartType: "grid",
|
240
|
-
description: "
|
293
|
+
description: "分開顯示Series",
|
241
294
|
data: {
|
242
295
|
grid: {
|
243
296
|
// seriesSlotIndexes: [0, 1],
|
244
297
|
separateSeries: !0
|
245
|
-
},
|
246
|
-
container: {
|
247
|
-
rowAmount: 1,
|
248
|
-
columnAmount: 2
|
249
298
|
}
|
299
|
+
// container: {
|
300
|
+
// rowAmount: 1,
|
301
|
+
// columnAmount: 2,
|
302
|
+
// }
|
250
303
|
}
|
251
|
-
},
|
252
|
-
id: "DF_GRID_3_SERIES_SLOT",
|
253
|
-
chartType: "grid",
|
254
|
-
description: "3個Series Slot",
|
255
|
-
data: {
|
256
|
-
grid: {
|
257
|
-
// seriesSlotIndexes: [0, 1, 2],
|
258
|
-
separateSeries: !0
|
259
|
-
},
|
260
|
-
container: {
|
261
|
-
rowAmount: 1,
|
262
|
-
columnAmount: 3
|
263
|
-
}
|
264
|
-
}
|
265
|
-
}, x = {
|
266
|
-
id: "DF_GRID_4_SERIES_SLOT",
|
267
|
-
chartType: "grid",
|
268
|
-
description: "4個Series Slot",
|
269
|
-
data: {
|
270
|
-
grid: {
|
271
|
-
// seriesSlotIndexes: [0, 1, 2, 3],
|
272
|
-
separateSeries: !0
|
273
|
-
},
|
274
|
-
container: {
|
275
|
-
rowAmount: 2,
|
276
|
-
columnAmount: 2
|
277
|
-
}
|
278
|
-
}
|
279
|
-
}, f = {
|
304
|
+
}, v = {
|
280
305
|
id: "DF_GRID_DIVERGING_SCALE",
|
281
306
|
chartType: "grid",
|
282
307
|
description: "分向資料圖軸",
|
@@ -288,7 +313,7 @@ const n = {
|
|
288
313
|
}
|
289
314
|
}
|
290
315
|
}
|
291
|
-
},
|
316
|
+
}, K = {
|
292
317
|
id: "DF_GRID_NONE_GROUP_SCALE_PADDING",
|
293
318
|
chartType: "grid",
|
294
319
|
description: "無群組圖軸的左右間距",
|
@@ -299,10 +324,10 @@ const n = {
|
|
299
324
|
}
|
300
325
|
}
|
301
326
|
}
|
302
|
-
},
|
303
|
-
id: "
|
327
|
+
}, z = {
|
328
|
+
id: "DF_LINE_AREAS_SEPARATE_SERIES",
|
304
329
|
chartType: "grid",
|
305
|
-
description: "LineAreas
|
330
|
+
description: "LineAreas 分開顯示Series",
|
306
331
|
data: {
|
307
332
|
grid: {
|
308
333
|
// seriesSlotIndexes: [0, 1],
|
@@ -310,59 +335,21 @@ const n = {
|
|
310
335
|
groupAxis: {
|
311
336
|
scalePadding: 0
|
312
337
|
}
|
313
|
-
},
|
314
|
-
container: {
|
315
|
-
rowAmount: 1,
|
316
|
-
columnAmount: 2
|
317
|
-
}
|
318
|
-
}
|
319
|
-
}, v = {
|
320
|
-
id: "DF_LINE_AREAS_3_SERIES_SLOT",
|
321
|
-
chartType: "grid",
|
322
|
-
description: "LineAreas 3個Series Slot",
|
323
|
-
data: {
|
324
|
-
grid: {
|
325
|
-
// seriesSlotIndexes: [0, 1, 2],
|
326
|
-
separateSeries: !0,
|
327
|
-
groupAxis: {
|
328
|
-
scalePadding: 0
|
329
|
-
}
|
330
|
-
},
|
331
|
-
container: {
|
332
|
-
rowAmount: 1,
|
333
|
-
columnAmount: 3
|
334
|
-
}
|
335
|
-
}
|
336
|
-
}, K = {
|
337
|
-
id: "DF_LINE_AREAS_4_SERIES_SLOT",
|
338
|
-
chartType: "grid",
|
339
|
-
description: "LineAreas 4個Series Slot",
|
340
|
-
data: {
|
341
|
-
grid: {
|
342
|
-
// seriesSlotIndexes: [0, 1, 2, 3],
|
343
|
-
separateSeries: !0,
|
344
|
-
groupAxis: {
|
345
|
-
scalePadding: 0
|
346
|
-
}
|
347
|
-
},
|
348
|
-
container: {
|
349
|
-
rowAmount: 2,
|
350
|
-
columnAmount: 2
|
351
338
|
}
|
339
|
+
// container: {
|
340
|
+
// rowAmount: 1,
|
341
|
+
// columnAmount: 2,
|
342
|
+
// }
|
352
343
|
}
|
353
|
-
},
|
344
|
+
}, Y = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
354
345
|
__proto__: null,
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
DF_LINE_AREAS_2_SERIES_SLOT: j,
|
363
|
-
DF_LINE_AREAS_3_SERIES_SLOT: v,
|
364
|
-
DF_LINE_AREAS_4_SERIES_SLOT: K
|
365
|
-
}, Symbol.toStringTag, { value: "Module" })), z = {
|
346
|
+
DF_GRID_BOTTOM_VALUE_AXIS: V,
|
347
|
+
DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING: x,
|
348
|
+
DF_GRID_DIVERGING_SCALE: v,
|
349
|
+
DF_GRID_NONE_GROUP_SCALE_PADDING: K,
|
350
|
+
DF_GRID_SEPARATE_SERIES: j,
|
351
|
+
DF_LINE_AREAS_SEPARATE_SERIES: z
|
352
|
+
}, Symbol.toStringTag, { value: "Module" })), k = {
|
366
353
|
id: "PP_BARS_ROUND",
|
367
354
|
chartType: "grid",
|
368
355
|
pluginName: "Bars",
|
@@ -373,7 +360,7 @@ const n = {
|
|
373
360
|
barGroupPadding: 10,
|
374
361
|
barRadius: !0
|
375
362
|
}
|
376
|
-
},
|
363
|
+
}, Z = {
|
377
364
|
id: "PP_BARS_THIN",
|
378
365
|
chartType: "grid",
|
379
366
|
pluginName: "Bars",
|
@@ -383,7 +370,7 @@ const n = {
|
|
383
370
|
barPadding: 1,
|
384
371
|
barGroupPadding: 10
|
385
372
|
}
|
386
|
-
},
|
373
|
+
}, $ = {
|
387
374
|
id: "PP_DOTS_ONLY_SHOW_HIGHLIGHTED",
|
388
375
|
chartType: "grid",
|
389
376
|
pluginName: "Dots",
|
@@ -391,7 +378,7 @@ const n = {
|
|
391
378
|
data: {
|
392
379
|
onlyShowHighlighted: !1
|
393
380
|
}
|
394
|
-
},
|
381
|
+
}, w = {
|
395
382
|
id: "PP_DOTS_SOLID",
|
396
383
|
chartType: "grid",
|
397
384
|
pluginName: "Dots",
|
@@ -401,7 +388,7 @@ const n = {
|
|
401
388
|
fillColorType: "series",
|
402
389
|
onlyShowHighlighted: !1
|
403
390
|
}
|
404
|
-
},
|
391
|
+
}, q = {
|
405
392
|
id: "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST",
|
406
393
|
chartType: "grid",
|
407
394
|
pluginName: "GridLegend",
|
@@ -412,7 +399,7 @@ const n = {
|
|
412
399
|
padding: 14,
|
413
400
|
listRectHeight: 2
|
414
401
|
}
|
415
|
-
},
|
402
|
+
}, J = {
|
416
403
|
id: "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST",
|
417
404
|
chartType: "grid",
|
418
405
|
pluginName: "GridLegend",
|
@@ -423,7 +410,7 @@ const n = {
|
|
423
410
|
padding: 14,
|
424
411
|
listRectRadius: 7
|
425
412
|
}
|
426
|
-
},
|
413
|
+
}, Q = {
|
427
414
|
id: "PP_GRID_LEGEND_BOTTOM",
|
428
415
|
chartType: "grid",
|
429
416
|
pluginName: "GridLegend",
|
@@ -433,7 +420,7 @@ const n = {
|
|
433
420
|
justify: "center",
|
434
421
|
padding: 14
|
435
422
|
}
|
436
|
-
},
|
423
|
+
}, __ = {
|
437
424
|
id: "PP_GROUP_AXIS_ROTATE_LABEL",
|
438
425
|
chartType: "grid",
|
439
426
|
pluginName: "GroupAxis",
|
@@ -442,7 +429,7 @@ const n = {
|
|
442
429
|
tickPadding: 15,
|
443
430
|
tickTextRotate: -30
|
444
431
|
}
|
445
|
-
},
|
432
|
+
}, I_ = {
|
446
433
|
id: "PP_LINES_CURVE",
|
447
434
|
chartType: "grid",
|
448
435
|
pluginName: "Lines",
|
@@ -451,7 +438,7 @@ const n = {
|
|
451
438
|
lineCurve: "curveMonotoneX",
|
452
439
|
lineWidth: 3
|
453
440
|
}
|
454
|
-
},
|
441
|
+
}, t_ = {
|
455
442
|
id: "PP_LINE_AREAS_CURVE",
|
456
443
|
chartType: "grid",
|
457
444
|
pluginName: "LineAreas",
|
@@ -459,22 +446,22 @@ const n = {
|
|
459
446
|
data: {
|
460
447
|
lineCurve: "curveMonotoneX"
|
461
448
|
}
|
462
|
-
},
|
449
|
+
}, T_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
463
450
|
__proto__: null,
|
464
|
-
PP_BARS_ROUND:
|
465
|
-
PP_BARS_THIN:
|
466
|
-
PP_DOTS_ONLY_SHOW_HIGHLIGHTED:
|
467
|
-
PP_DOTS_SOLID:
|
468
|
-
PP_GRID_LEGEND_BOTTOM:
|
469
|
-
PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST:
|
470
|
-
PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST:
|
471
|
-
PP_GROUP_AXIS_ROTATE_LABEL:
|
472
|
-
PP_LINES_CURVE:
|
473
|
-
PP_LINE_AREAS_CURVE:
|
474
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
475
|
-
id: "
|
451
|
+
PP_BARS_ROUND: k,
|
452
|
+
PP_BARS_THIN: Z,
|
453
|
+
PP_DOTS_ONLY_SHOW_HIGHLIGHTED: $,
|
454
|
+
PP_DOTS_SOLID: w,
|
455
|
+
PP_GRID_LEGEND_BOTTOM: Q,
|
456
|
+
PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: q,
|
457
|
+
PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST: J,
|
458
|
+
PP_GROUP_AXIS_ROTATE_LABEL: __,
|
459
|
+
PP_LINES_CURVE: I_,
|
460
|
+
PP_LINE_AREAS_CURVE: t_
|
461
|
+
}, Symbol.toStringTag, { value: "Module" })), P_ = {
|
462
|
+
id: "DF_MULTI_GRID_SEPARATE_GRID",
|
476
463
|
chartType: "multiGrid",
|
477
|
-
description: "
|
464
|
+
description: "分開顯示Gird",
|
478
465
|
data: {
|
479
466
|
// gridList: [
|
480
467
|
// {
|
@@ -484,63 +471,16 @@ const n = {
|
|
484
471
|
// slotIndex: 1
|
485
472
|
// }
|
486
473
|
// ],
|
487
|
-
separateGrid: !0
|
488
|
-
container: {
|
489
|
-
|
490
|
-
|
491
|
-
}
|
474
|
+
separateGrid: !0
|
475
|
+
// container: {
|
476
|
+
// rowAmount: 1,
|
477
|
+
// columnAmount: 2,
|
478
|
+
// }
|
492
479
|
}
|
493
480
|
}, i_ = {
|
494
|
-
id: "
|
481
|
+
id: "DF_MULTI_LINE_AREAS_SEPARATE_GRID",
|
495
482
|
chartType: "multiGrid",
|
496
|
-
description: "
|
497
|
-
data: {
|
498
|
-
// gridList: [
|
499
|
-
// {
|
500
|
-
// slotIndex: 0
|
501
|
-
// },
|
502
|
-
// {
|
503
|
-
// slotIndex: 1
|
504
|
-
// },
|
505
|
-
// {
|
506
|
-
// slotIndex: 2
|
507
|
-
// }
|
508
|
-
// ],
|
509
|
-
separateGrid: !0,
|
510
|
-
container: {
|
511
|
-
rowAmount: 1,
|
512
|
-
columnAmount: 3
|
513
|
-
}
|
514
|
-
}
|
515
|
-
}, P_ = {
|
516
|
-
id: "DF_MULTI_GRID_4_GRID_SLOT",
|
517
|
-
chartType: "multiGrid",
|
518
|
-
description: "4個Grid Slot",
|
519
|
-
data: {
|
520
|
-
// gridList: [
|
521
|
-
// {
|
522
|
-
// slotIndex: 0
|
523
|
-
// },
|
524
|
-
// {
|
525
|
-
// slotIndex: 1
|
526
|
-
// },
|
527
|
-
// {
|
528
|
-
// slotIndex: 2
|
529
|
-
// },
|
530
|
-
// {
|
531
|
-
// slotIndex: 3
|
532
|
-
// }
|
533
|
-
// ],
|
534
|
-
separateGrid: !0,
|
535
|
-
container: {
|
536
|
-
rowAmount: 2,
|
537
|
-
columnAmount: 2
|
538
|
-
}
|
539
|
-
}
|
540
|
-
}, a_ = {
|
541
|
-
id: "DF_MULTI_LINE_AREAS_2_GRID_SLOT",
|
542
|
-
chartType: "multiGrid",
|
543
|
-
description: "MultiLineAreas 2個Grid Slot",
|
483
|
+
description: "MultiLineAreas 分開顯示Gird",
|
544
484
|
data: {
|
545
485
|
gridList: [
|
546
486
|
{
|
@@ -556,89 +496,17 @@ const n = {
|
|
556
496
|
}
|
557
497
|
}
|
558
498
|
],
|
559
|
-
separateGrid: !0
|
560
|
-
container: {
|
561
|
-
|
562
|
-
|
563
|
-
}
|
564
|
-
}
|
565
|
-
}, e_ = {
|
566
|
-
id: "DF_MULTI_LINE_AREAS_3_GRID_SLOT",
|
567
|
-
chartType: "multiGrid",
|
568
|
-
description: "MultiLineAreas 3個Grid Slot",
|
569
|
-
data: {
|
570
|
-
gridList: [
|
571
|
-
{
|
572
|
-
// slotIndex: 0,
|
573
|
-
groupAxis: {
|
574
|
-
scalePadding: 0
|
575
|
-
}
|
576
|
-
},
|
577
|
-
{
|
578
|
-
// slotIndex: 1,
|
579
|
-
groupAxis: {
|
580
|
-
scalePadding: 0
|
581
|
-
}
|
582
|
-
},
|
583
|
-
{
|
584
|
-
// slotIndex: 2,
|
585
|
-
groupAxis: {
|
586
|
-
scalePadding: 0
|
587
|
-
}
|
588
|
-
}
|
589
|
-
],
|
590
|
-
separateGrid: !0,
|
591
|
-
container: {
|
592
|
-
rowAmount: 1,
|
593
|
-
columnAmount: 3
|
594
|
-
}
|
595
|
-
}
|
596
|
-
}, r_ = {
|
597
|
-
id: "DF_MULTI_LINE_AREAS_4_GRID_SLOT",
|
598
|
-
chartType: "multiGrid",
|
599
|
-
description: "MultiLineAreas 4個Grid Slot",
|
600
|
-
data: {
|
601
|
-
gridList: [
|
602
|
-
{
|
603
|
-
// slotIndex: 0,
|
604
|
-
groupAxis: {
|
605
|
-
scalePadding: 0
|
606
|
-
}
|
607
|
-
},
|
608
|
-
{
|
609
|
-
// slotIndex: 1,
|
610
|
-
groupAxis: {
|
611
|
-
scalePadding: 0
|
612
|
-
}
|
613
|
-
},
|
614
|
-
{
|
615
|
-
// slotIndex: 2,
|
616
|
-
groupAxis: {
|
617
|
-
scalePadding: 0
|
618
|
-
}
|
619
|
-
},
|
620
|
-
{
|
621
|
-
// slotIndex: 3,
|
622
|
-
groupAxis: {
|
623
|
-
scalePadding: 0
|
624
|
-
}
|
625
|
-
}
|
626
|
-
],
|
627
|
-
separateGrid: !0,
|
628
|
-
container: {
|
629
|
-
rowAmount: 2,
|
630
|
-
columnAmount: 2
|
631
|
-
}
|
499
|
+
separateGrid: !0
|
500
|
+
// container: {
|
501
|
+
// rowAmount: 1,
|
502
|
+
// columnAmount: 2,
|
503
|
+
// }
|
632
504
|
}
|
633
|
-
},
|
505
|
+
}, a_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
634
506
|
__proto__: null,
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
DF_MULTI_LINE_AREAS_2_GRID_SLOT: a_,
|
639
|
-
DF_MULTI_LINE_AREAS_3_GRID_SLOT: e_,
|
640
|
-
DF_MULTI_LINE_AREAS_4_GRID_SLOT: r_
|
641
|
-
}, Symbol.toStringTag, { value: "Module" })), d_ = {
|
507
|
+
DF_MULTI_GRID_SEPARATE_GRID: P_,
|
508
|
+
DF_MULTI_LINE_AREAS_SEPARATE_GRID: i_
|
509
|
+
}, Symbol.toStringTag, { value: "Module" })), e_ = {
|
642
510
|
id: "PP_MULTI_BARS_2_GRID_SLOT",
|
643
511
|
chartType: "multiGrid",
|
644
512
|
pluginName: "MultiBars",
|
@@ -646,7 +514,7 @@ const n = {
|
|
646
514
|
data: {
|
647
515
|
gridIndexes: [0, 1]
|
648
516
|
}
|
649
|
-
},
|
517
|
+
}, r_ = {
|
650
518
|
id: "PP_MULTI_BARS_3_GRID_SLOT",
|
651
519
|
chartType: "multiGrid",
|
652
520
|
pluginName: "MultiBars",
|
@@ -654,7 +522,7 @@ const n = {
|
|
654
522
|
data: {
|
655
523
|
gridIndexes: [0, 1, 2]
|
656
524
|
}
|
657
|
-
},
|
525
|
+
}, L_ = {
|
658
526
|
id: "PP_MULTI_BARS_4_GRID_SLOT",
|
659
527
|
chartType: "multiGrid",
|
660
528
|
pluginName: "MultiBars",
|
@@ -673,7 +541,7 @@ const n = {
|
|
673
541
|
barGroupPadding: 10,
|
674
542
|
barRadius: !0
|
675
543
|
}
|
676
|
-
},
|
544
|
+
}, S_ = {
|
677
545
|
id: "PP_MULTI_BAR_STACK_2_GRID_SLOT",
|
678
546
|
chartType: "multiGrid",
|
679
547
|
pluginName: "MultiBarStack",
|
@@ -681,7 +549,7 @@ const n = {
|
|
681
549
|
data: {
|
682
550
|
gridIndexes: [0, 1]
|
683
551
|
}
|
684
|
-
},
|
552
|
+
}, d_ = {
|
685
553
|
id: "PP_MULTI_BAR_STACK_3_GRID_SLOT",
|
686
554
|
chartType: "multiGrid",
|
687
555
|
pluginName: "MultiBarStack",
|
@@ -689,7 +557,7 @@ const n = {
|
|
689
557
|
data: {
|
690
558
|
gridIndexes: [0, 1, 2]
|
691
559
|
}
|
692
|
-
},
|
560
|
+
}, s_ = {
|
693
561
|
id: "PP_MULTI_BAR_STACK_4_GRID_SLOT",
|
694
562
|
chartType: "multiGrid",
|
695
563
|
pluginName: "MultiBarStack",
|
@@ -697,7 +565,7 @@ const n = {
|
|
697
565
|
data: {
|
698
566
|
gridIndexes: [0, 1, 2, 3]
|
699
567
|
}
|
700
|
-
},
|
568
|
+
}, R_ = {
|
701
569
|
id: "PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT",
|
702
570
|
chartType: "multiGrid",
|
703
571
|
pluginName: "MultiBarsTriangle",
|
@@ -705,7 +573,7 @@ const n = {
|
|
705
573
|
data: {
|
706
574
|
gridIndexes: [0, 1]
|
707
575
|
}
|
708
|
-
},
|
576
|
+
}, D_ = {
|
709
577
|
id: "PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT",
|
710
578
|
chartType: "multiGrid",
|
711
579
|
pluginName: "MultiBarsTriangle",
|
@@ -713,7 +581,7 @@ const n = {
|
|
713
581
|
data: {
|
714
582
|
gridIndexes: [0, 1, 2]
|
715
583
|
}
|
716
|
-
},
|
584
|
+
}, G_ = {
|
717
585
|
id: "PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT",
|
718
586
|
chartType: "multiGrid",
|
719
587
|
pluginName: "MultiBarsTriangle",
|
@@ -721,7 +589,7 @@ const n = {
|
|
721
589
|
data: {
|
722
590
|
gridIndexes: [0, 1, 2, 3]
|
723
591
|
}
|
724
|
-
},
|
592
|
+
}, n_ = {
|
725
593
|
id: "PP_MULTI_DOTS_2_GRID_SLOT",
|
726
594
|
chartType: "multiGrid",
|
727
595
|
pluginName: "MultiDots",
|
@@ -729,7 +597,7 @@ const n = {
|
|
729
597
|
data: {
|
730
598
|
gridIndexes: [0, 1]
|
731
599
|
}
|
732
|
-
},
|
600
|
+
}, O_ = {
|
733
601
|
id: "PP_MULTI_DOTS_3_GRID_SLOT",
|
734
602
|
chartType: "multiGrid",
|
735
603
|
pluginName: "MultiDots",
|
@@ -737,7 +605,7 @@ const n = {
|
|
737
605
|
data: {
|
738
606
|
gridIndexes: [0, 1, 2]
|
739
607
|
}
|
740
|
-
},
|
608
|
+
}, o_ = {
|
741
609
|
id: "PP_MULTI_DOTS_4_GRID_SLOT",
|
742
610
|
chartType: "multiGrid",
|
743
611
|
pluginName: "MultiDots",
|
@@ -745,7 +613,7 @@ const n = {
|
|
745
613
|
data: {
|
746
614
|
gridIndexes: [0, 1, 2, 3]
|
747
615
|
}
|
748
|
-
},
|
616
|
+
}, A_ = {
|
749
617
|
id: "PP_MULTI_LINES_2_GRID_SLOT",
|
750
618
|
chartType: "multiGrid",
|
751
619
|
pluginName: "MultiLines",
|
@@ -753,7 +621,7 @@ const n = {
|
|
753
621
|
data: {
|
754
622
|
gridIndexes: [0, 1]
|
755
623
|
}
|
756
|
-
},
|
624
|
+
}, l_ = {
|
757
625
|
id: "PP_MULTI_LINES_3_GRID_SLOT",
|
758
626
|
chartType: "multiGrid",
|
759
627
|
pluginName: "MultiLines",
|
@@ -761,7 +629,7 @@ const n = {
|
|
761
629
|
data: {
|
762
630
|
gridIndexes: [0, 1, 2]
|
763
631
|
}
|
764
|
-
},
|
632
|
+
}, c_ = {
|
765
633
|
id: "PP_MULTI_LINES_4_GRID_SLOT",
|
766
634
|
chartType: "multiGrid",
|
767
635
|
pluginName: "MultiLines",
|
@@ -769,7 +637,7 @@ const n = {
|
|
769
637
|
data: {
|
770
638
|
gridIndexes: [0, 1, 2, 3]
|
771
639
|
}
|
772
|
-
},
|
640
|
+
}, N_ = {
|
773
641
|
id: "PP_MULTI_LINES_CURVE",
|
774
642
|
chartType: "multiGrid",
|
775
643
|
pluginName: "MultiLines",
|
@@ -778,7 +646,7 @@ const n = {
|
|
778
646
|
lineCurve: "curveMonotoneX",
|
779
647
|
lineWidth: 3
|
780
648
|
}
|
781
|
-
},
|
649
|
+
}, M_ = {
|
782
650
|
id: "PP_MULTI_LINE_AREAS_2_GRID_SLOT",
|
783
651
|
chartType: "multiGrid",
|
784
652
|
pluginName: "MultiLineAreas",
|
@@ -786,7 +654,7 @@ const n = {
|
|
786
654
|
data: {
|
787
655
|
gridIndexes: [0, 1]
|
788
656
|
}
|
789
|
-
},
|
657
|
+
}, p_ = {
|
790
658
|
id: "PP_MULTI_LINE_AREAS_3_GRID_SLOT",
|
791
659
|
chartType: "multiGrid",
|
792
660
|
pluginName: "MultiLineAreas",
|
@@ -794,7 +662,7 @@ const n = {
|
|
794
662
|
data: {
|
795
663
|
gridIndexes: [0, 1, 2]
|
796
664
|
}
|
797
|
-
},
|
665
|
+
}, u_ = {
|
798
666
|
id: "PP_MULTI_LINE_AREAS_4_GRID_SLOT",
|
799
667
|
chartType: "multiGrid",
|
800
668
|
pluginName: "MultiLineAreas",
|
@@ -802,7 +670,7 @@ const n = {
|
|
802
670
|
data: {
|
803
671
|
gridIndexes: [0, 1, 2, 3]
|
804
672
|
}
|
805
|
-
},
|
673
|
+
}, U_ = {
|
806
674
|
id: "PP_MULTI_LINE_AREAS_CURVE",
|
807
675
|
chartType: "multiGrid",
|
808
676
|
pluginName: "MultiLineAreas",
|
@@ -810,7 +678,7 @@ const n = {
|
|
810
678
|
data: {
|
811
679
|
lineCurve: "curveMonotoneX"
|
812
680
|
}
|
813
|
-
},
|
681
|
+
}, g_ = {
|
814
682
|
id: "PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST",
|
815
683
|
chartType: "multiGrid",
|
816
684
|
pluginName: "MultiGridLegend",
|
@@ -834,7 +702,7 @@ const n = {
|
|
834
702
|
}
|
835
703
|
]
|
836
704
|
}
|
837
|
-
},
|
705
|
+
}, m_ = {
|
838
706
|
id: "PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST",
|
839
707
|
chartType: "multiGrid",
|
840
708
|
pluginName: "MultiGridLegend",
|
@@ -850,7 +718,7 @@ const n = {
|
|
850
718
|
}
|
851
719
|
]
|
852
720
|
}
|
853
|
-
},
|
721
|
+
}, B_ = {
|
854
722
|
id: "PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST",
|
855
723
|
chartType: "multiGrid",
|
856
724
|
pluginName: "MultiGridLegend",
|
@@ -868,7 +736,7 @@ const n = {
|
|
868
736
|
}
|
869
737
|
]
|
870
738
|
}
|
871
|
-
},
|
739
|
+
}, H_ = {
|
872
740
|
id: "PP_MULTI_GRID_LEGEND_BOTTOM",
|
873
741
|
chartType: "multiGrid",
|
874
742
|
pluginName: "MultiGridLegend",
|
@@ -878,7 +746,7 @@ const n = {
|
|
878
746
|
justify: "center",
|
879
747
|
padding: 14
|
880
748
|
}
|
881
|
-
},
|
749
|
+
}, h_ = {
|
882
750
|
id: "PP_MULTI_GROUP_AXIS_2_GRID_SLOT",
|
883
751
|
chartType: "multiGrid",
|
884
752
|
pluginName: "MultiGroupAxis",
|
@@ -887,7 +755,7 @@ const n = {
|
|
887
755
|
tickTextRotate: -30,
|
888
756
|
gridIndexes: [0, 1]
|
889
757
|
}
|
890
|
-
},
|
758
|
+
}, C_ = {
|
891
759
|
id: "PP_MULTI_GROUP_AXIS_3_GRID_SLOT",
|
892
760
|
chartType: "multiGrid",
|
893
761
|
pluginName: "MultiGroupAxis",
|
@@ -896,7 +764,7 @@ const n = {
|
|
896
764
|
tickTextRotate: -30,
|
897
765
|
gridIndexes: [0, 1, 2]
|
898
766
|
}
|
899
|
-
},
|
767
|
+
}, F_ = {
|
900
768
|
id: "PP_MULTI_GROUP_AXIS_4_GRID_SLOT",
|
901
769
|
chartType: "multiGrid",
|
902
770
|
pluginName: "MultiGroupAxis",
|
@@ -905,7 +773,7 @@ const n = {
|
|
905
773
|
tickTextRotate: -30,
|
906
774
|
gridIndexes: [0, 1, 2, 3]
|
907
775
|
}
|
908
|
-
},
|
776
|
+
}, y_ = {
|
909
777
|
id: "PP_MULTI_VALUE_AXIS_2_GRID_SLOT",
|
910
778
|
chartType: "multiGrid",
|
911
779
|
pluginName: "MultiValueAxis",
|
@@ -913,7 +781,7 @@ const n = {
|
|
913
781
|
data: {
|
914
782
|
gridIndexes: [0, 1]
|
915
783
|
}
|
916
|
-
},
|
784
|
+
}, b_ = {
|
917
785
|
id: "PP_MULTI_VALUE_AXIS_3_GRID_SLOT",
|
918
786
|
chartType: "multiGrid",
|
919
787
|
pluginName: "MultiValueAxis",
|
@@ -921,7 +789,7 @@ const n = {
|
|
921
789
|
data: {
|
922
790
|
gridIndexes: [0, 1, 2]
|
923
791
|
}
|
924
|
-
},
|
792
|
+
}, W_ = {
|
925
793
|
id: "PP_MULTI_VALUE_AXIS_4_GRID_SLOT",
|
926
794
|
chartType: "multiGrid",
|
927
795
|
pluginName: "MultiValueAxis",
|
@@ -929,55 +797,55 @@ const n = {
|
|
929
797
|
data: {
|
930
798
|
gridIndexes: [0, 1, 2, 3]
|
931
799
|
}
|
932
|
-
},
|
800
|
+
}, X_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
933
801
|
__proto__: null,
|
934
|
-
PP_MULTI_BARS_2_GRID_SLOT:
|
935
|
-
PP_MULTI_BARS_3_GRID_SLOT:
|
936
|
-
PP_MULTI_BARS_4_GRID_SLOT:
|
802
|
+
PP_MULTI_BARS_2_GRID_SLOT: e_,
|
803
|
+
PP_MULTI_BARS_3_GRID_SLOT: r_,
|
804
|
+
PP_MULTI_BARS_4_GRID_SLOT: L_,
|
937
805
|
PP_MULTI_BARS_ROUND: E_,
|
938
|
-
PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT:
|
939
|
-
PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT:
|
940
|
-
PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT:
|
941
|
-
PP_MULTI_BAR_STACK_2_GRID_SLOT:
|
942
|
-
PP_MULTI_BAR_STACK_3_GRID_SLOT:
|
943
|
-
PP_MULTI_BAR_STACK_4_GRID_SLOT:
|
944
|
-
PP_MULTI_DOTS_2_GRID_SLOT:
|
945
|
-
PP_MULTI_DOTS_3_GRID_SLOT:
|
946
|
-
PP_MULTI_DOTS_4_GRID_SLOT:
|
947
|
-
PP_MULTI_GRID_LEGEND_BOTTOM:
|
948
|
-
PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST:
|
949
|
-
PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST:
|
950
|
-
PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST:
|
951
|
-
PP_MULTI_GROUP_AXIS_2_GRID_SLOT:
|
952
|
-
PP_MULTI_GROUP_AXIS_3_GRID_SLOT:
|
953
|
-
PP_MULTI_GROUP_AXIS_4_GRID_SLOT:
|
954
|
-
PP_MULTI_LINES_2_GRID_SLOT:
|
955
|
-
PP_MULTI_LINES_3_GRID_SLOT:
|
956
|
-
PP_MULTI_LINES_4_GRID_SLOT:
|
957
|
-
PP_MULTI_LINES_CURVE:
|
958
|
-
PP_MULTI_LINE_AREAS_2_GRID_SLOT:
|
959
|
-
PP_MULTI_LINE_AREAS_3_GRID_SLOT:
|
960
|
-
PP_MULTI_LINE_AREAS_4_GRID_SLOT:
|
961
|
-
PP_MULTI_LINE_AREAS_CURVE:
|
962
|
-
PP_MULTI_VALUE_AXIS_2_GRID_SLOT:
|
963
|
-
PP_MULTI_VALUE_AXIS_3_GRID_SLOT:
|
964
|
-
PP_MULTI_VALUE_AXIS_4_GRID_SLOT:
|
965
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
806
|
+
PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT: R_,
|
807
|
+
PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT: D_,
|
808
|
+
PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT: G_,
|
809
|
+
PP_MULTI_BAR_STACK_2_GRID_SLOT: S_,
|
810
|
+
PP_MULTI_BAR_STACK_3_GRID_SLOT: d_,
|
811
|
+
PP_MULTI_BAR_STACK_4_GRID_SLOT: s_,
|
812
|
+
PP_MULTI_DOTS_2_GRID_SLOT: n_,
|
813
|
+
PP_MULTI_DOTS_3_GRID_SLOT: O_,
|
814
|
+
PP_MULTI_DOTS_4_GRID_SLOT: o_,
|
815
|
+
PP_MULTI_GRID_LEGEND_BOTTOM: H_,
|
816
|
+
PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: g_,
|
817
|
+
PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST: m_,
|
818
|
+
PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST: B_,
|
819
|
+
PP_MULTI_GROUP_AXIS_2_GRID_SLOT: h_,
|
820
|
+
PP_MULTI_GROUP_AXIS_3_GRID_SLOT: C_,
|
821
|
+
PP_MULTI_GROUP_AXIS_4_GRID_SLOT: F_,
|
822
|
+
PP_MULTI_LINES_2_GRID_SLOT: A_,
|
823
|
+
PP_MULTI_LINES_3_GRID_SLOT: l_,
|
824
|
+
PP_MULTI_LINES_4_GRID_SLOT: c_,
|
825
|
+
PP_MULTI_LINES_CURVE: N_,
|
826
|
+
PP_MULTI_LINE_AREAS_2_GRID_SLOT: M_,
|
827
|
+
PP_MULTI_LINE_AREAS_3_GRID_SLOT: p_,
|
828
|
+
PP_MULTI_LINE_AREAS_4_GRID_SLOT: u_,
|
829
|
+
PP_MULTI_LINE_AREAS_CURVE: U_,
|
830
|
+
PP_MULTI_VALUE_AXIS_2_GRID_SLOT: y_,
|
831
|
+
PP_MULTI_VALUE_AXIS_3_GRID_SLOT: b_,
|
832
|
+
PP_MULTI_VALUE_AXIS_4_GRID_SLOT: W_
|
833
|
+
}, Symbol.toStringTag, { value: "Module" })), f_ = {}, V_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
834
|
+
__proto__: null,
|
835
|
+
temp: f_
|
836
|
+
}, Symbol.toStringTag, { value: "Module" })), x_ = {}, j_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
966
837
|
__proto__: null,
|
967
|
-
temp:
|
968
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
838
|
+
temp: x_
|
839
|
+
}, Symbol.toStringTag, { value: "Module" })), v_ = {}, K_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
969
840
|
__proto__: null,
|
970
|
-
temp:
|
841
|
+
temp: v_
|
971
842
|
}, Symbol.toStringTag, { value: "Module" })), z_ = {}, Y_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
972
843
|
__proto__: null,
|
973
844
|
temp: z_
|
974
845
|
}, Symbol.toStringTag, { value: "Module" })), k_ = {}, Z_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
975
846
|
__proto__: null,
|
976
847
|
temp: k_
|
977
|
-
}, Symbol.toStringTag, { value: "Module" })), $_ = {
|
978
|
-
__proto__: null,
|
979
|
-
temp: $_
|
980
|
-
}, Symbol.toStringTag, { value: "Module" })), J_ = {
|
848
|
+
}, Symbol.toStringTag, { value: "Module" })), $_ = {
|
981
849
|
id: "PP_TREE_LEGEND_BOTTOM",
|
982
850
|
chartType: "tree",
|
983
851
|
pluginName: "TreeLegend",
|
@@ -987,40 +855,55 @@ const n = {
|
|
987
855
|
justify: "center",
|
988
856
|
padding: 14
|
989
857
|
}
|
990
|
-
},
|
858
|
+
}, w_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
991
859
|
__proto__: null,
|
992
|
-
PP_TREE_LEGEND_BOTTOM:
|
860
|
+
PP_TREE_LEGEND_BOTTOM: $_
|
993
861
|
}, Symbol.toStringTag, { value: "Module" })), L = {
|
994
|
-
series:
|
995
|
-
grid:
|
996
|
-
multiGrid:
|
997
|
-
multiValue:
|
998
|
-
relationship:
|
999
|
-
tree:
|
862
|
+
series: h,
|
863
|
+
grid: Y,
|
864
|
+
multiGrid: a_,
|
865
|
+
multiValue: V_,
|
866
|
+
relationship: K_,
|
867
|
+
tree: Z_
|
1000
868
|
}, e = {
|
1001
|
-
series:
|
1002
|
-
grid:
|
1003
|
-
multiGrid:
|
1004
|
-
multiValue:
|
1005
|
-
relationship:
|
1006
|
-
tree:
|
1007
|
-
},
|
1008
|
-
const
|
869
|
+
series: f,
|
870
|
+
grid: T_,
|
871
|
+
multiGrid: X_,
|
872
|
+
multiValue: j_,
|
873
|
+
relationship: Y_,
|
874
|
+
tree: w_
|
875
|
+
}, i = (I, t) => {
|
876
|
+
const E = t.chartParamsId ? u[t.chartParamsId].data : void 0, S = L[I][t.dataFormatterId] ? L[I][t.dataFormatterId].data : void 0, d = t.allPluginParamsIds ? t.allPluginParamsIds.reduce((r, a) => {
|
1009
877
|
if (e[I][a]) {
|
1010
|
-
const
|
1011
|
-
r[
|
878
|
+
const s = e[I][a].pluginName;
|
879
|
+
r[s] = e[I][a].data;
|
1012
880
|
}
|
1013
881
|
return r;
|
1014
882
|
}, {}) : void 0;
|
1015
883
|
return {
|
1016
|
-
chartParams:
|
884
|
+
chartParams: E,
|
1017
885
|
dataFormatter: S,
|
1018
|
-
allPluginParams:
|
886
|
+
allPluginParams: d
|
1019
887
|
};
|
1020
|
-
}, T = (I) =>
|
888
|
+
}, T = (I) => i("series", I), _ = (I) => i("grid", I), P = (I) => i("multiGrid", I), q_ = (I) => i("tree", I), J_ = T({
|
1021
889
|
// chartParamsId: 'CP_RIGHT_PADDING',
|
1022
890
|
allPluginParamsIds: [],
|
1023
891
|
description: "基本Series參數"
|
892
|
+
}), Q_ = T({
|
893
|
+
// chartParamsId: 'CP_RIGHT_PADDING',
|
894
|
+
dataFormatterId: "DF_SERIES_DESC",
|
895
|
+
allPluginParamsIds: [],
|
896
|
+
description: "資料由大到小排序"
|
897
|
+
}), _I = T({
|
898
|
+
// chartParamsId: 'CP_RIGHT_PADDING',
|
899
|
+
dataFormatterId: "DF_SERIES_SEPARATE_SERIES",
|
900
|
+
allPluginParamsIds: [],
|
901
|
+
description: "分開顯示Series"
|
902
|
+
}), II = T({
|
903
|
+
// chartParamsId: 'CP_RIGHT_PADDING',
|
904
|
+
dataFormatterId: "DF_SERIES_SUM_SERIES",
|
905
|
+
allPluginParamsIds: [],
|
906
|
+
description: "合併Series資料"
|
1024
907
|
}), tI = T({
|
1025
908
|
// chartParamsId: 'CP_RIGHT_PADDING',
|
1026
909
|
allPluginParamsIds: ["PP_SERIES_LEGEND_ROUND"],
|
@@ -1029,86 +912,85 @@ const n = {
|
|
1029
912
|
// chartParamsId: 'CP_RIGHT_PADDING',
|
1030
913
|
allPluginParamsIds: ["PP_BUBBLES_SCALING_BY_RADIUS", "PP_SERIES_LEGEND_ROUND"],
|
1031
914
|
description: "以半徑尺寸為比例的泡泡圖"
|
915
|
+
}), PI = T({
|
916
|
+
chartParamsId: "CP_LONG_PADDING",
|
917
|
+
dataFormatterId: "DF_SERIES_SEPARATE_SERIES",
|
918
|
+
allPluginParamsIds: [],
|
919
|
+
description: "分開顯示Series泡泡"
|
1032
920
|
}), iI = T({
|
1033
921
|
// chartParamsId: 'CP_RIGHT_PADDING',
|
1034
922
|
allPluginParamsIds: ["PP_SERIES_LEGEND_ROUND"],
|
1035
923
|
description: "基本圓餅圖"
|
1036
|
-
}),
|
924
|
+
}), aI = T({
|
1037
925
|
// chartParamsId: 'CP_RIGHT_PADDING',
|
1038
926
|
allPluginParamsIds: ["PP_PIE_LABELS_INNER", "PP_SERIES_LEGEND_ROUND"],
|
1039
927
|
description: "圓餅圖及內部資料標籤"
|
1040
|
-
}),
|
928
|
+
}), eI = T({
|
1041
929
|
// chartParamsId: 'CP_RIGHT_PADDING',
|
1042
930
|
allPluginParamsIds: ["PP_PIE_DONUT", "PP_SERIES_LEGEND_ROUND"],
|
1043
931
|
description: "甜甜圈圖"
|
1044
|
-
}),
|
932
|
+
}), rI = T({
|
1045
933
|
chartParamsId: "CP_TOP_AND_NO_BOTTOM_PADDING",
|
1046
934
|
allPluginParamsIds: ["PP_PIE_HALF_DONUT", "PP_PIE_LABELS_HALF_ANGLE", "PP_SERIES_LEGEND_ROUND"],
|
1047
935
|
description: "半圓甜甜圈圖"
|
1048
|
-
}),
|
936
|
+
}), LI = _({
|
1049
937
|
chartParamsId: "CP_BOTTOM_PADDING",
|
1050
938
|
allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM"],
|
1051
939
|
description: "基本Grid參數"
|
1052
|
-
}),
|
940
|
+
}), EI = _({
|
1053
941
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1054
942
|
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
|
1055
943
|
description: "傾斜標籤"
|
1056
|
-
}),
|
944
|
+
}), SI = _({
|
1057
945
|
chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
|
1058
946
|
dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
|
1059
947
|
allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM"],
|
1060
948
|
description: "橫向圖"
|
1061
|
-
}),
|
949
|
+
}), dI = _({
|
1062
950
|
chartParamsId: "CP_BOTTOM_PADDING",
|
1063
951
|
dataFormatterId: "DF_GRID_DIVERGING_SCALE",
|
1064
952
|
allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM"],
|
1065
953
|
description: "正負值分向圖"
|
1066
954
|
}), sI = _({
|
1067
955
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1068
|
-
dataFormatterId: "
|
956
|
+
dataFormatterId: "DF_GRID_SEPARATE_SERIES",
|
1069
957
|
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
|
1070
|
-
description: "
|
1071
|
-
}), EI = _({
|
1072
|
-
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1073
|
-
dataFormatterId: "DF_GRID_3_SERIES_SLOT",
|
1074
|
-
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM", "PP_GROUP_AXIS_ROTATE_LABEL"],
|
1075
|
-
description: "3組Series圖表"
|
1076
|
-
}), nI = _({
|
1077
|
-
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1078
|
-
dataFormatterId: "DF_GRID_4_SERIES_SLOT",
|
1079
|
-
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
|
1080
|
-
description: "4組Series圖表"
|
958
|
+
description: "分開顯示Series"
|
1081
959
|
}), RI = _({
|
1082
960
|
chartParamsId: "CP_BOTTOM_PADDING",
|
1083
961
|
allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
|
1084
962
|
description: "圓角長條圖"
|
1085
|
-
}),
|
963
|
+
}), DI = _({
|
1086
964
|
chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
|
1087
965
|
dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
|
1088
966
|
allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
|
1089
967
|
description: "橫向圓角長條圖"
|
1090
|
-
}),
|
968
|
+
}), GI = _({
|
1091
969
|
chartParamsId: "CP_BOTTOM_PADDING",
|
1092
970
|
allPluginParamsIds: ["PP_BARS_THIN", "PP_GRID_LEGEND_BOTTOM"],
|
1093
971
|
description: "細長條圖"
|
1094
|
-
}),
|
972
|
+
}), nI = _({
|
1095
973
|
chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING",
|
1096
974
|
dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
|
1097
975
|
allPluginParamsIds: ["PP_BARS_ROUND", "PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST"],
|
1098
976
|
description: "橫向圓角長條圖"
|
1099
|
-
}),
|
977
|
+
}), OI = _({
|
1100
978
|
chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
|
1101
979
|
allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
1102
980
|
description: "基本Grid參數"
|
1103
|
-
}),
|
981
|
+
}), oI = _({
|
1104
982
|
chartParamsId: "CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT",
|
1105
983
|
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
1106
984
|
description: "傾斜標籤"
|
1107
|
-
}),
|
985
|
+
}), AI = _({
|
1108
986
|
chartParamsId: "CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",
|
1109
987
|
dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS",
|
1110
988
|
allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
1111
989
|
description: "橫向折線圖"
|
990
|
+
}), lI = _({
|
991
|
+
chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
|
992
|
+
allPluginParamsIds: ["PP_DOTS_SOLID", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
993
|
+
description: "折線圖及實心圓點"
|
1112
994
|
}), cI = _({
|
1113
995
|
chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
|
1114
996
|
allPluginParamsIds: ["PP_LINES_CURVE", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
@@ -1132,131 +1014,122 @@ const n = {
|
|
1132
1014
|
dataFormatterId: "DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING",
|
1133
1015
|
allPluginParamsIds: ["PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
1134
1016
|
description: "橫向折線圖"
|
1135
|
-
}),
|
1017
|
+
}), UI = _({
|
1136
1018
|
chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
|
1137
1019
|
dataFormatterId: "DF_GRID_NONE_GROUP_SCALE_PADDING",
|
1138
1020
|
allPluginParamsIds: ["PP_LINES_CURVE", "PP_LINE_AREAS_CURVE", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
1139
1021
|
description: "弧線折線圖"
|
1140
|
-
}),
|
1022
|
+
}), gI = _({
|
1141
1023
|
chartParamsId: "CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",
|
1142
1024
|
dataFormatterId: "DF_GRID_NONE_GROUP_SCALE_PADDING",
|
1143
1025
|
allPluginParamsIds: ["PP_DOTS_ONLY_SHOW_HIGHLIGHTED", "PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],
|
1144
1026
|
description: "折線圖及Highlight Group圓點"
|
1145
|
-
}),
|
1146
|
-
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1147
|
-
dataFormatterId: "DF_LINE_AREAS_2_SERIES_SLOT",
|
1148
|
-
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
|
1149
|
-
description: "2組Series圖表"
|
1150
|
-
}), BI = _({
|
1151
|
-
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1152
|
-
dataFormatterId: "DF_LINE_AREAS_3_SERIES_SLOT",
|
1153
|
-
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM", "PP_GROUP_AXIS_ROTATE_LABEL"],
|
1154
|
-
description: "3組Series圖表"
|
1155
|
-
}), HI = _({
|
1027
|
+
}), mI = _({
|
1156
1028
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1157
|
-
dataFormatterId: "
|
1029
|
+
dataFormatterId: "DF_LINE_AREAS_SEPARATE_SERIES",
|
1158
1030
|
allPluginParamsIds: ["PP_GROUP_AXIS_ROTATE_LABEL", "PP_GRID_LEGEND_BOTTOM"],
|
1159
|
-
description: "
|
1160
|
-
}),
|
1031
|
+
description: "LineAreas 分開顯示Series"
|
1032
|
+
}), BI = P({
|
1161
1033
|
chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
|
1162
1034
|
allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST"],
|
1163
1035
|
description: "基本MultiGrid參數"
|
1164
|
-
}),
|
1036
|
+
}), HI = P({
|
1165
1037
|
chartParamsId: "CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",
|
1166
1038
|
allPluginParamsIds: ["PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST", "PP_MULTI_BARS_ROUND", "PP_MULTI_LINES_CURVE"],
|
1167
1039
|
description: "MultiGrid圓弧風格"
|
1168
|
-
}),
|
1040
|
+
}), hI = P({
|
1169
1041
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1170
|
-
dataFormatterId: "
|
1042
|
+
dataFormatterId: "DF_MULTI_GRID_SEPARATE_GRID",
|
1171
1043
|
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", "PP_MULTI_LINE_AREAS_2_GRID_SLOT", "PP_MULTI_DOTS_2_GRID_SLOT"],
|
1172
1044
|
description: "2組Grid圖表"
|
1173
|
-
}),
|
1045
|
+
}), CI = P({
|
1174
1046
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1175
|
-
dataFormatterId: "
|
1047
|
+
dataFormatterId: "DF_MULTI_GRID_SEPARATE_GRID",
|
1176
1048
|
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", "PP_MULTI_LINE_AREAS_3_GRID_SLOT", "PP_MULTI_DOTS_3_GRID_SLOT"],
|
1177
1049
|
description: "3組Grid圖表"
|
1178
|
-
}),
|
1050
|
+
}), FI = P({
|
1179
1051
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1180
|
-
dataFormatterId: "
|
1052
|
+
dataFormatterId: "DF_MULTI_GRID_SEPARATE_GRID",
|
1181
1053
|
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", "PP_MULTI_LINE_AREAS_4_GRID_SLOT", "PP_MULTI_DOTS_4_GRID_SLOT"],
|
1182
1054
|
description: "4組Grid圖表"
|
1183
|
-
}),
|
1055
|
+
}), yI = P({
|
1184
1056
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1185
|
-
dataFormatterId: "
|
1057
|
+
dataFormatterId: "DF_MULTI_GRID_SEPARATE_GRID",
|
1186
1058
|
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", "PP_MULTI_LINE_AREAS_2_GRID_SLOT", "PP_MULTI_DOTS_2_GRID_SLOT"],
|
1187
1059
|
description: "2組折線圖表"
|
1188
|
-
}),
|
1060
|
+
}), bI = P({
|
1189
1061
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1190
|
-
dataFormatterId: "
|
1062
|
+
dataFormatterId: "DF_MULTI_GRID_SEPARATE_GRID",
|
1191
1063
|
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", "PP_MULTI_LINE_AREAS_3_GRID_SLOT", "PP_MULTI_DOTS_3_GRID_SLOT"],
|
1192
1064
|
description: "3組折線圖表"
|
1193
|
-
}),
|
1065
|
+
}), WI = P({
|
1194
1066
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1195
|
-
dataFormatterId: "
|
1067
|
+
dataFormatterId: "DF_MULTI_GRID_SEPARATE_GRID",
|
1196
1068
|
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", "PP_MULTI_LINE_AREAS_4_GRID_SLOT", "PP_MULTI_DOTS_4_GRID_SLOT"],
|
1197
1069
|
description: "4組折線圖表"
|
1198
|
-
}),
|
1070
|
+
}), XI = P({
|
1199
1071
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1200
|
-
dataFormatterId: "
|
1072
|
+
dataFormatterId: "DF_MULTI_LINE_AREAS_SEPARATE_GRID",
|
1201
1073
|
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", "PP_MULTI_LINE_AREAS_2_GRID_SLOT", "PP_MULTI_DOTS_2_GRID_SLOT"],
|
1202
1074
|
description: "2組折線圖表"
|
1203
|
-
}),
|
1075
|
+
}), fI = P({
|
1204
1076
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1205
|
-
dataFormatterId: "
|
1077
|
+
dataFormatterId: "DF_MULTI_LINE_AREAS_SEPARATE_GRID",
|
1206
1078
|
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", "PP_MULTI_LINE_AREAS_3_GRID_SLOT", "PP_MULTI_DOTS_3_GRID_SLOT"],
|
1207
1079
|
description: "3組折線圖表"
|
1208
|
-
}),
|
1080
|
+
}), VI = P({
|
1209
1081
|
chartParamsId: "CP_BOTTOM_LONG_PADDING",
|
1210
|
-
dataFormatterId: "
|
1082
|
+
dataFormatterId: "DF_MULTI_LINE_AREAS_SEPARATE_GRID",
|
1211
1083
|
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", "PP_MULTI_LINE_AREAS_4_GRID_SLOT", "PP_MULTI_DOTS_4_GRID_SLOT"],
|
1212
1084
|
description: "4組折線圖表"
|
1213
|
-
}),
|
1085
|
+
}), xI = q_({
|
1214
1086
|
chartParamsId: "CP_BOTTOM_SLIGHT_PADDING",
|
1215
1087
|
allPluginParamsIds: ["PP_TREE_LEGEND_BOTTOM"],
|
1216
1088
|
description: "基本Tree參數"
|
1217
1089
|
});
|
1218
1090
|
export {
|
1219
|
-
|
1220
|
-
|
1091
|
+
DI as PRESET_BARS_HORIZONTAL_AND_ROUND,
|
1092
|
+
nI as PRESET_BARS_HORIZONTAL_AND_THIN,
|
1221
1093
|
RI as PRESET_BARS_ROUND,
|
1222
|
-
|
1094
|
+
GI as PRESET_BARS_THIN,
|
1223
1095
|
tI as PRESET_BUBBLES_BASIC,
|
1224
1096
|
TI as PRESET_BUBBLES_SCALING_BY_RADIUS,
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
|
1232
|
-
oI as PRESET_LINES_BASIC,
|
1097
|
+
PI as PRESET_BUBBLES_SEPARATE_SERIES,
|
1098
|
+
LI as PRESET_GRID_BASIC,
|
1099
|
+
dI as PRESET_GRID_DIVERGING_SCALE,
|
1100
|
+
SI as PRESET_GRID_HORIZONTAL,
|
1101
|
+
EI as PRESET_GRID_ROTATE_AXIS_LABEL,
|
1102
|
+
sI as PRESET_GRID_SEPARATE_SERIES,
|
1103
|
+
OI as PRESET_LINES_BASIC,
|
1233
1104
|
cI as PRESET_LINES_CURVE,
|
1234
1105
|
NI as PRESET_LINES_HIGHLIGHT_GROUP_DOTS,
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
BI as PRESET_LINE_AREAS_3_SERIES_SLOT,
|
1239
|
-
HI as PRESET_LINE_AREAS_4_SERIES_SLOT,
|
1106
|
+
AI as PRESET_LINES_HORIZONTAL,
|
1107
|
+
oI as PRESET_LINES_ROTATE_AXIS_LABEL,
|
1108
|
+
lI as PRESET_LINES_WITH_SOLID_DOTS,
|
1240
1109
|
MI as PRESET_LINE_AREAS_BASIC,
|
1241
|
-
|
1242
|
-
|
1110
|
+
UI as PRESET_LINE_AREAS_CURVE,
|
1111
|
+
gI as PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS,
|
1243
1112
|
uI as PRESET_LINE_AREAS_HORIZONTAL,
|
1244
1113
|
pI as PRESET_LINE_AREAS_ROTATE_AXIS_LABEL,
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1114
|
+
mI as PRESET_LINE_AREAS_SEPARATE_GRID,
|
1115
|
+
hI as PRESET_MULTI_GRID_2_GRID_SLOT,
|
1116
|
+
CI as PRESET_MULTI_GRID_3_GRID_SLOT,
|
1117
|
+
FI as PRESET_MULTI_GRID_4_GRID_SLOT,
|
1118
|
+
BI as PRESET_MULTI_GRID_BASIC,
|
1119
|
+
HI as PRESET_MULTI_GRID_ROUND_STYLE,
|
1120
|
+
yI as PRESET_MULTI_LINES_2_GRID_SLOT,
|
1121
|
+
bI as PRESET_MULTI_LINES_3_GRID_SLOT,
|
1122
|
+
WI as PRESET_MULTI_LINES_4_GRID_SLOT,
|
1123
|
+
XI as PRESET_MULTI_LINE_AREAS_2_GRID_SLOT,
|
1124
|
+
fI as PRESET_MULTI_LINE_AREAS_3_GRID_SLOT,
|
1125
|
+
VI as PRESET_MULTI_LINE_AREAS_4_GRID_SLOT,
|
1256
1126
|
iI as PRESET_PIE_BASIC,
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1127
|
+
eI as PRESET_PIE_DONUT,
|
1128
|
+
rI as PRESET_PIE_HALF_DONUT,
|
1129
|
+
aI as PRESET_PIE_WITH_INNER_LABELS,
|
1130
|
+
J_ as PRESET_SERIES_BASIC,
|
1131
|
+
Q_ as PRESET_SERIES_DESC,
|
1132
|
+
_I as PRESET_SERIES_SEPARATE_SERIES,
|
1133
|
+
II as PRESET_SERIES_SUM_SERIES,
|
1134
|
+
xI as PRESET_TREE_BASIC
|
1262
1135
|
};
|