@orbcharts/presets-basic 3.0.0-alpha.22 → 3.0.0-alpha.24

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