@orbcharts/presets-basic 3.0.0-alpha.3 → 3.0.0-alpha.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (204) hide show
  1. package/dist/orbcharts-presets-basic.es.js +1334 -358
  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 -17
  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 +116 -37
  51. package/dist/vite.config.d.mts +2 -0
  52. package/package.json +6 -5
  53. package/src/grid/PRESET_BARS_HORIZONTAL_AND_ROUND.ts +62 -0
  54. package/src/grid/PRESET_BARS_HORIZONTAL_AND_THIN.ts +59 -0
  55. package/src/grid/PRESET_BARS_ROUND.ts +46 -0
  56. package/src/grid/PRESET_BARS_THIN.ts +43 -0
  57. package/src/grid/PRESET_GRID_BASIC.ts +25 -0
  58. package/src/grid/PRESET_GRID_HORIZONTAL.ts +42 -0
  59. package/src/grid/PRESET_GRID_PN_SCALE.ts +33 -0
  60. package/src/grid/PRESET_GRID_ROTATE_AXIS_LABEL.ts +33 -0
  61. package/src/grid/PRESET_GRID_SEPARATE_SERIES.ts +38 -0
  62. package/src/grid/PRESET_LINES_BASIC.ts +44 -0
  63. package/src/grid/PRESET_LINES_CURVE.ts +47 -0
  64. package/src/grid/PRESET_LINES_HIGHLIGHT_GROUP_DOTS.ts +46 -0
  65. package/src/grid/PRESET_LINES_HORIZONTAL.ts +60 -0
  66. package/src/grid/PRESET_LINES_LOOSE_TICKS.ts +46 -0
  67. package/src/grid/PRESET_LINES_ROTATE_AXIS_LABEL.ts +49 -0
  68. package/src/grid/PRESET_LINES_WITH_SOLID_DOTS.ts +48 -0
  69. package/src/grid/PRESET_LINE_AREAS_BASIC.ts +54 -0
  70. package/src/grid/PRESET_LINE_AREAS_CURVE.ts +59 -0
  71. package/src/grid/PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS.ts +58 -0
  72. package/src/grid/PRESET_LINE_AREAS_HORIZONTAL.ts +58 -0
  73. package/src/grid/PRESET_LINE_AREAS_LOOSE_TICKS.ts +56 -0
  74. package/src/grid/PRESET_LINE_AREAS_ROTATE_AXIS_LABEL.ts +59 -0
  75. package/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.ts +61 -0
  76. package/src/grid/index.ts +23 -0
  77. package/src/index.ts +4 -124
  78. package/src/multiGrid/PRESET_MULTI_GRID_BASIC.ts +36 -0
  79. package/src/multiGrid/PRESET_MULTI_GRID_DIVERGING.ts +85 -0
  80. package/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE.ts +57 -0
  81. package/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.ts +59 -0
  82. package/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.ts +103 -0
  83. package/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.ts +121 -0
  84. package/src/multiGrid/index.ts +6 -0
  85. package/src/params.ts +57 -0
  86. package/src/series/PRESET_BUBBLES_SCALING_BY_RADIUS.ts +19 -0
  87. package/src/series/PRESET_BUBBLES_SEPARATE_SERIES.ts +29 -0
  88. package/src/series/PRESET_PIE_DONUT.ts +23 -0
  89. package/src/series/PRESET_PIE_HALF_DONUT.ts +36 -0
  90. package/src/series/PRESET_PIE_WITH_INNER_LABELS.ts +24 -0
  91. package/src/series/PRESET_ROSE_SCALING_BY_RADIUS.ts +23 -0
  92. package/src/series/PRESET_SERIES_BASIC.ts +15 -0
  93. package/src/series/PRESET_SERIES_DESC.ts +16 -0
  94. package/src/series/PRESET_SERIES_SEPARATE_SERIES.ts +15 -0
  95. package/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.ts +16 -0
  96. package/src/series/PRESET_SERIES_SUM_SERIES.ts +15 -0
  97. package/src/series/index.ts +11 -0
  98. package/src/tree/PRESET_TREE_BASIC.ts +25 -0
  99. package/src/tree/index.ts +1 -0
  100. package/src/types.ts +240 -56
  101. package/tsconfig.base.json +14 -0
  102. package/tsconfig.json +5 -10
  103. package/tsconfig.prod.json +3 -0
  104. package/vite.config.mjs +42 -0
  105. package/dist/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING.d.ts +0 -3
  106. package/dist/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT.d.ts +0 -3
  107. package/dist/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING.d.ts +0 -3
  108. package/dist/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT.d.ts +0 -3
  109. package/dist/src/chartParamsFiles/CP_BOTTOM_PADDING.d.ts +0 -3
  110. package/dist/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT.d.ts +0 -3
  111. package/dist/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT.d.ts +0 -3
  112. package/dist/src/chartParamsFiles/CP_LEFT_PADDING.d.ts +0 -3
  113. package/dist/src/chartParamsFiles/CP_RIGHT_PADDING.d.ts +0 -3
  114. package/dist/src/chartParamsFiles/CP_TOP_AND_NO_BOTTOM_PADDING.d.ts +0 -3
  115. package/dist/src/chartParamsFiles/index.d.ts +0 -10
  116. package/dist/src/createPreset.d.ts +0 -9
  117. package/dist/src/gridDataFormatterFiles/DF_BOTTOM_VALUE_AXIS.d.ts +0 -3
  118. package/dist/src/gridDataFormatterFiles/index.d.ts +0 -1
  119. package/dist/src/gridPluginParamsFiles/Bars/PP_BARS_ROUND.d.ts +0 -4
  120. package/dist/src/gridPluginParamsFiles/Bars/PP_BARS_THIN.d.ts +0 -4
  121. package/dist/src/gridPluginParamsFiles/Bars/index.d.ts +0 -2
  122. package/dist/src/gridPluginParamsFiles/Dots/PP_DOTS_ONLY_SHOW_HIGHLIGHTED.d.ts +0 -4
  123. package/dist/src/gridPluginParamsFiles/Dots/PP_DOTS_SOLID.d.ts +0 -4
  124. package/dist/src/gridPluginParamsFiles/Dots/index.d.ts +0 -2
  125. package/dist/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM.d.ts +0 -4
  126. package/dist/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.d.ts +0 -4
  127. package/dist/src/gridPluginParamsFiles/GridLegend/index.d.ts +0 -2
  128. package/dist/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_ROTATE_LABEL.d.ts +0 -4
  129. package/dist/src/gridPluginParamsFiles/GroupAxis/index.d.ts +0 -1
  130. package/dist/src/gridPluginParamsFiles/Lines/PP_LINES_CURVE.d.ts +0 -4
  131. package/dist/src/gridPluginParamsFiles/Lines/index.d.ts +0 -1
  132. package/dist/src/gridPluginParamsFiles/index.d.ts +0 -5
  133. package/dist/src/multiGridDataFormatterFiles/index.d.ts +0 -1
  134. package/dist/src/multiGridPluginParamsFiles/index.d.ts +0 -1
  135. package/dist/src/multiValueDataFormatterFiles/index.d.ts +0 -1
  136. package/dist/src/multiValuePluginParamsFiles/index.d.ts +0 -1
  137. package/dist/src/relationshipDataFormatterFiles/index.d.ts +0 -1
  138. package/dist/src/relationshipPluginParamsFiles/index.d.ts +0 -1
  139. package/dist/src/seriesDataFormatterFiles/index.d.ts +0 -1
  140. package/dist/src/seriesPluginParamsFiles/Bubbles/PP_BUBBLES_SCALING_BY_RADIUS.d.ts +0 -4
  141. package/dist/src/seriesPluginParamsFiles/Bubbles/index.d.ts +0 -1
  142. package/dist/src/seriesPluginParamsFiles/Pie/PP_PIE_BLACK_STROKE.d.ts +0 -0
  143. package/dist/src/seriesPluginParamsFiles/Pie/PP_PIE_DONUT.d.ts +0 -4
  144. package/dist/src/seriesPluginParamsFiles/Pie/PP_PIE_HALF_DONUT.d.ts +0 -4
  145. package/dist/src/seriesPluginParamsFiles/Pie/index.d.ts +0 -2
  146. package/dist/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_HALF_ANGLE.d.ts +0 -4
  147. package/dist/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_INNER.d.ts +0 -4
  148. package/dist/src/seriesPluginParamsFiles/PieLabels/index.d.ts +0 -2
  149. package/dist/src/seriesPluginParamsFiles/SeriesLegend/PP_SERIES_LEGEND_ROUND.d.ts +0 -4
  150. package/dist/src/seriesPluginParamsFiles/SeriesLegend/index.d.ts +0 -1
  151. package/dist/src/seriesPluginParamsFiles/index.d.ts +0 -4
  152. package/dist/src/treeDataFormatterFiles/index.d.ts +0 -1
  153. package/dist/src/treePluginParamsFiles/index.d.ts +0 -1
  154. package/dist/vite.config.d.ts +0 -2
  155. package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING.ts +0 -14
  156. package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT.ts +0 -15
  157. package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING.ts +0 -14
  158. package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT.ts +0 -15
  159. package/src/chartParamsFiles/CP_BOTTOM_PADDING.ts +0 -14
  160. package/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT.ts +0 -15
  161. package/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT.ts +0 -15
  162. package/src/chartParamsFiles/CP_LEFT_PADDING.ts +0 -14
  163. package/src/chartParamsFiles/CP_RIGHT_PADDING.ts +0 -14
  164. package/src/chartParamsFiles/CP_TOP_AND_NO_BOTTOM_PADDING.ts +0 -14
  165. package/src/chartParamsFiles/index.ts +0 -10
  166. package/src/createPreset.ts +0 -88
  167. package/src/gridDataFormatterFiles/DF_BOTTOM_VALUE_AXIS.ts +0 -16
  168. package/src/gridDataFormatterFiles/index.ts +0 -1
  169. package/src/gridPluginParamsFiles/Bars/PP_BARS_ROUND.ts +0 -15
  170. package/src/gridPluginParamsFiles/Bars/PP_BARS_THIN.ts +0 -14
  171. package/src/gridPluginParamsFiles/Bars/index.ts +0 -2
  172. package/src/gridPluginParamsFiles/Dots/PP_DOTS_ONLY_SHOW_HIGHLIGHTED.ts +0 -12
  173. package/src/gridPluginParamsFiles/Dots/PP_DOTS_SOLID.ts +0 -14
  174. package/src/gridPluginParamsFiles/Dots/index.ts +0 -2
  175. package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM.ts +0 -14
  176. package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.ts +0 -15
  177. package/src/gridPluginParamsFiles/GridLegend/index.ts +0 -2
  178. package/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_ROTATE_LABEL.ts +0 -12
  179. package/src/gridPluginParamsFiles/GroupAxis/index.ts +0 -1
  180. package/src/gridPluginParamsFiles/Lines/PP_LINES_CURVE.ts +0 -13
  181. package/src/gridPluginParamsFiles/Lines/index.ts +0 -1
  182. package/src/gridPluginParamsFiles/index.ts +0 -6
  183. package/src/multiGridDataFormatterFiles/index.ts +0 -1
  184. package/src/multiGridPluginParamsFiles/index.ts +0 -1
  185. package/src/multiValueDataFormatterFiles/index.ts +0 -1
  186. package/src/multiValuePluginParamsFiles/index.ts +0 -1
  187. package/src/relationshipDataFormatterFiles/index.ts +0 -1
  188. package/src/relationshipPluginParamsFiles/index.ts +0 -1
  189. package/src/seriesDataFormatterFiles/index.ts +0 -1
  190. package/src/seriesPluginParamsFiles/Bubbles/PP_BUBBLES_SCALING_BY_RADIUS.ts +0 -12
  191. package/src/seriesPluginParamsFiles/Bubbles/index.ts +0 -1
  192. package/src/seriesPluginParamsFiles/Pie/PP_PIE_BLACK_STROKE.ts +0 -0
  193. package/src/seriesPluginParamsFiles/Pie/PP_PIE_DONUT.ts +0 -12
  194. package/src/seriesPluginParamsFiles/Pie/PP_PIE_HALF_DONUT.ts +0 -14
  195. package/src/seriesPluginParamsFiles/Pie/index.ts +0 -2
  196. package/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_HALF_ANGLE.ts +0 -13
  197. package/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_INNER.ts +0 -13
  198. package/src/seriesPluginParamsFiles/PieLabels/index.ts +0 -2
  199. package/src/seriesPluginParamsFiles/SeriesLegend/PP_SERIES_LEGEND_ROUND.ts +0 -12
  200. package/src/seriesPluginParamsFiles/SeriesLegend/index.ts +0 -1
  201. package/src/seriesPluginParamsFiles/index.ts +0 -4
  202. package/src/treeDataFormatterFiles/index.ts +0 -1
  203. package/src/treePluginParamsFiles/index.ts +0 -1
  204. package/vite.config.js +0 -45
@@ -1 +1 @@
1
- (function(_,a){typeof exports=="object"&&typeof module<"u"?a(exports):typeof define=="function"&&define.amd?define(["exports"],a):(_=typeof globalThis<"u"?globalThis:_||self,a(_["orbcharts-presets-basic"]={}))})(this,function(_){"use strict";const n=Object.freeze(Object.defineProperty({__proto__:null,CP_BOTTOM_AND_LEFT_PADDING:{id:"CP_BOTTOM_AND_LEFT_PADDING",description:"間距下面及左邊留空",data:{padding:{top:60,right:60,bottom:120,left:120}}},CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT:{id:"CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",description:"間距下面及左邊留空",data:{padding:{top:60,right:60,bottom:120,left:120},highlightTarget:"series"}},CP_BOTTOM_LONG_PADDING:{id:"CP_BOTTOM_LONG_PADDING",description:"間距下面加長留空",data:{padding:{top:60,right:60,bottom:140,left:60}}},CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT:{id:"CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT",description:"間距下面加長留空及highlight系列",data:{padding:{top:60,right:60,bottom:140,left:60},highlightTarget:"series"}},CP_BOTTOM_PADDING:{id:"CP_BOTTOM_PADDING",description:"間距下面留空",data:{padding:{top:60,right:60,bottom:120,left:60}}},CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT:{id:"CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",description:"間距下面留空及highlight群組",data:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"group"}},CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT:{id:"CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",description:"間距下面留空及highlight系列",data:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"}},CP_LEFT_PADDING:{id:"CP_LEFT_PADDING",description:"間距右邊留空",data:{padding:{top:60,right:60,bottom:60,left:120}}},CP_RIGHT_PADDING:{id:"CP_RIGHT_PADDING",description:"間距右邊留空",data:{padding:{top:60,right:120,bottom:60,left:60}}},CP_TOP_AND_NO_BOTTOM_PADDING:{id:"CP_TOP_AND_NO_BOTTOM_PADDING",description:"間距上面留空下面不留空",data:{padding:{top:140,right:120,bottom:0,left:60}}}},Symbol.toStringTag,{value:"Module"})),d=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),s={id:"PP_BUBBLES_SCALING_BY_RADIUS",chartType:"series",pluginName:"Bubbles",description:"以半徑尺寸為比例的泡泡圖",data:{bubbleScaleType:"radius"}},O={id:"PP_PIE_DONUT",chartType:"series",pluginName:"Pie",description:"甜甜圈圖",data:{innerRadius:.5}},l={id:"PP_PIE_HALF_DONUT",chartType:"series",pluginName:"Pie",description:"半圓甜甜圈圖",data:{innerRadius:.5,startAngle:-Math.PI/2,endAngle:Math.PI/2}},D={id:"PP_PIE_LABELS_HALF_ANGLE",chartType:"series",pluginName:"PieLabels",description:"半圓甜甜圈資料標籤",data:{startAngle:-Math.PI/2,endAngle:Math.PI/2}},S=Object.freeze(Object.defineProperty({__proto__:null,PP_BUBBLES_SCALING_BY_RADIUS:s,PP_PIE_DONUT:O,PP_PIE_HALF_DONUT:l,PP_PIE_LABELS_HALF_ANGLE:D,PP_PIE_LABELS_INNER:{id:"PP_PIE_LABELS_INNER",chartType:"series",pluginName:"PieLabels",description:"圖內資料標籤",data:{labelCentroid:1.3,labelColorType:"primary"}},PP_SERIES_LEGEND_ROUND:{id:"PP_SERIES_LEGEND_BOTTOM",chartType:"series",pluginName:"SeriesLegend",description:"圓型圖例列點",data:{listRectRadius:7}}},Symbol.toStringTag,{value:"Module"})),N=Object.freeze(Object.defineProperty({__proto__:null,DF_BOTTOM_VALUE_AXIS:{id:"DF_BOTTOM_VALUE_AXIS",chartType:"grid",description:"底部橫向資料圖軸",data:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}}}},Symbol.toStringTag,{value:"Module"})),c=Object.freeze(Object.defineProperty({__proto__:null,PP_BARS_ROUND:{id:"PP_BARS_ROUND",chartType:"grid",pluginName:"Bars",description:"圓角長條圖",data:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0}},PP_BARS_THIN:{id:"PP_BARS_THIN",chartType:"grid",pluginName:"Bars",description:"圓角長條圖",data:{barWidth:20,barPadding:1,barGroupPadding:10}},PP_DOTS_ONLY_SHOW_HIGHLIGHTED:{id:"PP_DOTS_ONLY_SHOW_HIGHLIGHTED",chartType:"grid",pluginName:"Dots",description:"顯示highlight圓點",data:{onlyShowHighlighted:!1}},PP_DOTS_SOLID:{id:"PP_DOTS_SOLID",chartType:"grid",pluginName:"Dots",description:"實心圓點",data:{radius:3,fillColorType:"series",onlyShowHighlighted:!1}},PP_GRID_LEGEND_BOTTOM:{id:"PP_GRID_LEGEND_BOTTOM",chartType:"grid",pluginName:"GridLegend",description:"底部圖例",data:{position:"bottom",justify:"center",padding:14}},PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST:{id:"PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST",chartType:"grid",pluginName:"GridLegend",description:"底部圖例及線條列點",data:{position:"bottom",justify:"center",padding:14,listRectHeight:2}},PP_GROUP_AXIS_ROTATE_LABEL:{id:"PP_GROUP_AXIS_ROTATE_LABEL",chartType:"grid",pluginName:"GroupAxis",description:"群組圖軸標籤文字傾斜",data:{tickTextRotate:40}},PP_LINES_CURVE:{id:"PP_LINES_CURVE",chartType:"grid",pluginName:"Lines",description:"圓弧折線圖",data:{lineCurve:"curveMonotoneX",lineWidth:3}}},Symbol.toStringTag,{value:"Module"})),G=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),L=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),A=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),R=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),p=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),g=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),m=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),B=Object.freeze(Object.defineProperty({__proto__:null,temp:{}},Symbol.toStringTag,{value:"Module"})),r={series:d,grid:N,multiGrid:G,multiValue:A,relationship:p,tree:m},T={series:S,grid:c,multiGrid:L,multiValue:R,relationship:g,tree:B},o=(P,e)=>{const Y=e.chartParamsId?n[e.chartParamsId].data:void 0,Z=r[P][e.dataFormatterId]?r[P][e.dataFormatterId].data:void 0,w=e.allPluginParamsIds?e.allPluginParamsIds.reduce((E,I)=>{if(T[P][I]){const k=T[P][I].pluginName;E[k]=T[P][I].data}return E},{}):void 0;return{chartParams:Y,dataFormatter:Z,allPluginParams:w}},i=P=>o("series",P),t=P=>o("grid",P),H=i({allPluginParamsIds:[],description:"基本Series參數"}),u=i({allPluginParamsIds:["PP_BUBBLES_SCALING_BY_RADIUS","PP_SERIES_LEGEND_ROUND"],description:"以半徑尺寸為比例的泡泡圖"}),h=i({allPluginParamsIds:["PP_PIE_LABELS_INNER","PP_SERIES_LEGEND_ROUND"],description:"圓餅圖及內部資料標籤"}),M=i({allPluginParamsIds:["PP_PIE_DONUT","PP_SERIES_LEGEND_ROUND"],description:"甜甜圈圖"}),b=i({chartParamsId:"CP_TOP_AND_NO_BOTTOM_PADDING",allPluginParamsIds:["PP_PIE_HALF_DONUT","PP_PIE_LABELS_HALF_ANGLE","PP_SERIES_LEGEND_ROUND"],description:"半圓甜甜圈圖"}),C=t({chartParamsId:"CP_BOTTOM_PADDING",allPluginParamsIds:["PP_GRID_LEGEND_BOTTOM"],description:"基本Grid參數"}),U=t({chartParamsId:"CP_BOTTOM_LONG_PADDING",allPluginParamsIds:["PP_GROUP_AXIS_ROTATE_LABEL","PP_GRID_LEGEND_BOTTOM"],description:"傾斜標籤"}),f=t({chartParamsId:"CP_BOTTOM_AND_LEFT_PADDING",dataFormatterId:"DF_BOTTOM_VALUE_AXIS",allPluginParamsIds:["PP_GRID_LEGEND_BOTTOM"],description:"橫向圓角長條圖"}),F=t({chartParamsId:"CP_BOTTOM_PADDING",allPluginParamsIds:["PP_BARS_ROUND","PP_GRID_LEGEND_BOTTOM"],description:"圓角長條圖"}),y=t({chartParamsId:"CP_BOTTOM_AND_LEFT_PADDING",dataFormatterId:"DF_BOTTOM_VALUE_AXIS",allPluginParamsIds:["PP_BARS_ROUND","PP_GRID_LEGEND_BOTTOM"],description:"橫向圓角長條圖"}),W=t({chartParamsId:"CP_BOTTOM_PADDING",allPluginParamsIds:["PP_BARS_THIN","PP_GRID_LEGEND_BOTTOM"],description:"細長條圖"}),j=t({chartParamsId:"CP_BOTTOM_AND_LEFT_PADDING",dataFormatterId:"DF_BOTTOM_VALUE_AXIS",allPluginParamsIds:["PP_BARS_ROUND","PP_GRID_LEGEND_BOTTOM"],description:"橫向圓角長條圖"}),v=t({chartParamsId:"CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",allPluginParamsIds:["PP_GRID_LEGEND_BOTTOM"],description:"基本Grid參數"}),V=t({chartParamsId:"CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT",allPluginParamsIds:["PP_GROUP_AXIS_ROTATE_LABEL","PP_GRID_LEGEND_BOTTOM"],description:"傾斜標籤"}),X=t({chartParamsId:"CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT",dataFormatterId:"DF_BOTTOM_VALUE_AXIS",allPluginParamsIds:["PP_GRID_LEGEND_BOTTOM"],description:"橫向圓角長條圖"}),$=t({chartParamsId:"CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT",allPluginParamsIds:["PP_LINES_CURVE","PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],description:"弧線折線圖"}),z=t({chartParamsId:"CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT",allPluginParamsIds:["PP_DOTS_ONLY_SHOW_HIGHLIGHTED","PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST"],description:"折線圖及Highlight Group圓點"});_.PRESET_BARS_HORIZONTAL_AND_ROUND=y,_.PRESET_BARS_HORIZONTAL_AND_THIN=j,_.PRESET_BARS_ROUND=F,_.PRESET_BARS_THIN=W,_.PRESET_BUBBLES_SCALING_BY_RADIUS=u,_.PRESET_GRID_BASIC=C,_.PRESET_GRID_HORIZONTAL=f,_.PRESET_GRID_ROTATE_AXIS_LABEL=U,_.PRESET_LINES_BASIC=v,_.PRESET_LINES_CURVE=$,_.PRESET_LINES_HIGHLIGHT_GROUP_DOTS=z,_.PRESET_LINES_HORIZONTAL=X,_.PRESET_LINES_ROTATE_AXIS_LABEL=V,_.PRESET_PIE_DONUT=M,_.PRESET_PIE_HALF_DONUT=b,_.PRESET_PIE_WITH_INNER_LABELS=h,_.PRESET_SERIES_BASIC=H,Object.defineProperty(_,Symbol.toStringTag,{value:"Module"})});
1
+ (function(i,e){typeof exports=="object"&&typeof module<"u"?e(exports):typeof define=="function"&&define.amd?define(["exports"],e):(i=typeof globalThis<"u"?globalThis:i||self,e(i["orbcharts-presets-basic"]={}))})(this,function(i){"use strict";const e={Bubbles:{},Pie:{},PieEventTexts:{},PieLabels:{},Rose:{},RoseLabels:{},SeriesLegend:{}},a={Bars:{},BarsPN:{},BarStack:{},BarsTriangle:{},Dots:{},GridLegend:{},GroupAux:{},GroupAxis:{},LineAreas:{},Lines:{},ScalingArea:{},ValueAxis:{},ValueStackAxis:{}},r={MultiBars:{},MultiBarStack:{},MultiBarsTriangle:{},MultiDots:{},MultiGridLegend:{},MultiGroupAxis:{},MultiLineAreas:{},MultiLines:{},MultiValueAxis:{},MultiValueStackAxis:{},OverlappingValueAxes:{},OverlappingValueStackAxes:{}},t={Tooltip:{}},E={name:"PRESET_BUBBLES_SCALING_BY_RADIUS",description:"以半徑尺寸為比例的泡泡圖",allPluginParams:{...t,Bubbles:{arcScaleType:"radius"},SeriesLegend:{listRectRadius:7}}},n={name:"PRESET_BUBBLES_SEPARATE_SERIES",description:"分開顯示Series泡泡",chartParams:{padding:{top:160,right:160,bottom:160,left:160}},dataFormatter:{separateSeries:!0},allPluginParams:{...t,Bubbles:{},SeriesLegend:{listRectRadius:7}}},o={name:"PRESET_PIE_DONUT",description:"甜甜圈圖",allPluginParams:{...t,Pie:{innerRadius:.5},PieLabels:{},PieEventTexts:{},SeriesLegend:{listRectRadius:7}}},l={name:"PRESET_PIE_HALF_DONUT",description:"半圓甜甜圈圖",chartParams:{padding:{top:120,right:120,bottom:0,left:60}},allPluginParams:{...t,Pie:{innerRadius:.5,startAngle:-Math.PI/2,endAngle:Math.PI/2},PieLabels:{startAngle:-Math.PI/2,endAngle:Math.PI/2},PieEventTexts:{},SeriesLegend:{listRectRadius:7}}},d={name:"PRESET_PIE_WITH_INNER_LABELS",description:"圓餅圖及內部資料標籤",allPluginParams:{...t,Pie:{},PieLabels:{labelCentroid:1.3,labelColorType:"primary"},PieEventTexts:{},SeriesLegend:{listRectRadius:7}}},S={name:"PRESET_ROSE_SCALING_BY_RADIUS",description:"以半徑尺寸為比例的玫瑰圖",allPluginParams:{...t,Rose:{arcScaleType:"radius"},RoseLabels:{arcScaleType:"radius"},SeriesLegend:{listRectRadius:7}}},_={name:"PRESET_SERIES_BASIC",description:"基本Series參數",allPluginParams:{...e,...t,SeriesLegend:{listRectRadius:7}}},s={name:"PRESET_SERIES_DESC",description:"資料由大到小排序",dataFormatter:{sort:(Y,K)=>K.value-Y.value},allPluginParams:{...e,...t}};s.dataFormatter.sort.toString=()=>"(a, b) => b.value - a.value";const R={name:"PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES",description:"分開顯示Series並合併Series資料",dataFormatter:{separateSeries:!0,sumSeries:!0},allPluginParams:{...e,...t}},g={name:"PRESET_SERIES_SEPARATE_SERIES",description:"分開顯示Series",dataFormatter:{separateSeries:!0},allPluginParams:{...e,...t}},A={name:"PRESET_SERIES_SUM_SERIES",description:"合併Series資料",dataFormatter:{sumSeries:!0},allPluginParams:{...e,...t}},u={name:"PRESET_BARS_HORIZONTAL_AND_ROUND",description:"橫向圓角長條圖",chartParams:{padding:{top:60,right:60,bottom:120,left:160}},dataFormatter:{grid:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}}},allPluginParams:{...t,Bars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectRadius:7}}},P={name:"PRESET_BARS_HORIZONTAL_AND_THIN",description:"橫向細長長條圖",chartParams:{padding:{top:60,right:60,bottom:120,left:160}},dataFormatter:{grid:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}}},allPluginParams:{...t,Bars:{barWidth:20,barPadding:1,barGroupPadding:10},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14}}},I={name:"PRESET_BARS_ROUND",description:"圓角長條圖",chartParams:{padding:{top:60,right:60,bottom:120,left:60}},allPluginParams:{...t,Bars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectRadius:7}}},T={name:"PRESET_BARS_THIN",description:"細長條圖",chartParams:{padding:{top:60,right:60,bottom:120,left:60}},allPluginParams:{...t,Bars:{barWidth:20,barPadding:1,barGroupPadding:10},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14}}},c={name:"PRESET_GRID_BASIC",description:"基本Grid參數",chartParams:{padding:{top:60,right:60,bottom:120,left:60}},allPluginParams:{...a,...t,GridLegend:{position:"bottom",justify:"center",padding:14}}},p={name:"PRESET_GRID_HORIZONTAL",description:"橫向圖",chartParams:{padding:{top:60,right:60,bottom:120,left:160}},dataFormatter:{grid:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}}},allPluginParams:{...a,...t,GridLegend:{position:"bottom",justify:"center",padding:14}}},L={name:"PRESET_GRID_PN_SCALE",description:"正負值分向圖",chartParams:{padding:{top:60,right:60,bottom:120,left:60}},dataFormatter:{grid:{valueAxis:{scaleDomain:["auto","auto"],scaleRange:[.05,.95]}}},allPluginParams:{...a,...t,GridLegend:{position:"bottom",justify:"center",padding:14}}},m={name:"PRESET_GRID_ROTATE_AXIS_LABEL",description:"傾斜標籤",chartParams:{padding:{top:60,right:60,bottom:160,left:60}},allPluginParams:{...a,...t,GroupAux:{labelRotate:-30},GroupAxis:{tickPadding:15,tickTextRotate:-30},GridLegend:{position:"bottom",justify:"center",padding:14}}},h={name:"PRESET_GRID_SEPARATE_SERIES",description:"分開顯示Series",chartParams:{padding:{top:60,right:60,bottom:160,left:60}},dataFormatter:{grid:{separateSeries:!0}},allPluginParams:{...a,...t,GroupAux:{labelRotate:-30},GroupAxis:{tickPadding:15,tickTextRotate:-30},GridLegend:{position:"bottom",justify:"center",padding:14}}},G={name:"PRESET_LINE_AREAS_BASIC",description:"基本LineArea參數",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},dataFormatter:{grid:{groupAxis:{scalePadding:0}}},allPluginParams:{...t,Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},N={name:"PRESET_LINE_AREAS_CURVE",description:"弧線折線圖",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},dataFormatter:{grid:{groupAxis:{scalePadding:0}}},allPluginParams:{...t,Lines:{lineCurve:"curveMonotoneX",lineWidth:3},LineAreas:{lineCurve:"curveMonotoneX"},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},x={name:"PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS",description:"折線圖及Highlight Group圓點",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"group"},dataFormatter:{grid:{groupAxis:{scalePadding:0}}},allPluginParams:{...t,Lines:{lineWidth:3},LineAreas:{},Dots:{onlyShowHighlighted:!1},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},b={name:"PRESET_LINE_AREAS_HORIZONTAL",description:"橫向折線圖",chartParams:{padding:{top:60,right:60,bottom:120,left:160},highlightTarget:"series"},dataFormatter:{grid:{valueAxis:{position:"bottom"},groupAxis:{position:"left",scalePadding:0}}},allPluginParams:{...t,Lines:{},LineAreas:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},D={name:"PRESET_LINE_AREAS_LOOSE_TICKS",description:"寬鬆標籤",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},dataFormatter:{grid:{groupAxis:{scalePadding:0}}},allPluginParams:{...t,Lines:{},LineAreas:{},Dots:{},GroupAxis:{ticks:6},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},M={name:"PRESET_LINE_AREAS_ROTATE_AXIS_LABEL",description:"傾斜標籤",chartParams:{padding:{top:60,right:60,bottom:160,left:60},highlightTarget:"series"},dataFormatter:{grid:{groupAxis:{scalePadding:0}}},allPluginParams:{...t,Lines:{},LineAreas:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},B={name:"PRESET_LINE_AREAS_SEPARATE_SERIES",description:"LineAreas 分開顯示Series",chartParams:{padding:{top:60,right:60,bottom:160,left:60},highlightTarget:"series"},dataFormatter:{grid:{separateSeries:!0,groupAxis:{scalePadding:0}}},allPluginParams:{...t,Lines:{},LineAreas:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},O={name:"PRESET_LINES_BASIC",description:"基本Lines參數",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},allPluginParams:{...t,Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},H={name:"PRESET_LINES_CURVE",description:"弧線折線圖",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},allPluginParams:{...t,Lines:{lineCurve:"curveMonotoneX",lineWidth:3},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},f={name:"PRESET_LINES_HIGHLIGHT_GROUP_DOTS",description:"折線圖及Highlight Group圓點",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"group"},allPluginParams:{...t,Lines:{},Dots:{onlyShowHighlighted:!1},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},U={name:"PRESET_LINES_HORIZONTAL",description:"橫向折線圖",chartParams:{padding:{top:60,right:60,bottom:120,left:160},highlightTarget:"series"},dataFormatter:{grid:{valueAxis:{position:"bottom"},groupAxis:{position:"left"}}},allPluginParams:{...t,Lines:{},Dots:{},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},C={name:"PRESET_LINES_LOOSE_TICKS",description:"寬鬆標籤",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},allPluginParams:{...t,Lines:{},Dots:{},GroupAxis:{ticks:6},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},V={name:"PRESET_LINES_ROTATE_AXIS_LABEL",description:"傾斜標籤",chartParams:{padding:{top:60,right:60,bottom:160,left:60},highlightTarget:"series"},allPluginParams:{...t,Lines:{},Dots:{},GroupAxis:{tickPadding:15,tickTextRotate:-30},ValueAxis:{},GroupAux:{labelRotate:-30},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},y={name:"PRESET_LINES_WITH_SOLID_DOTS",description:"折線圖及實心圓點",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},allPluginParams:{...t,Lines:{},Dots:{radius:3,fillColorType:"series",onlyShowHighlighted:!1},GroupAxis:{},ValueAxis:{},GroupAux:{},GridLegend:{position:"bottom",justify:"center",padding:14,listRectHeight:2}}},j={name:"PRESET_MULTI_GRID_BASIC",description:"基本MultiGrid參數",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},allPluginParams:{...r,...t,MultiGridLegend:{position:"bottom",justify:"center",padding:14,gridList:[{},{listRectHeight:2}]}}},k={name:"PRESET_MULTI_GRID_DIVERGING",description:"雙向折線圖",chartParams:{padding:{top:60,right:60,bottom:120,left:60}},dataFormatter:{gridList:[{groupAxis:{position:"right"},valueAxis:{position:"bottom"}},{groupAxis:{position:"left"},valueAxis:{position:"bottom"}}],container:{gap:200,rowAmount:1,columnAmount:2},separateGrid:!0},allPluginParams:{...t,MultiGroupAxis:{tickPadding:60,gridIndexes:[0]},MultiValueAxis:{gridIndexes:[0,1]},MultiValueStackAxis:{gridIndexes:[0,1]},MultiBars:{gridIndexes:[0,1]},MultiBarStack:{gridIndexes:[0,1]},MultiBarsTriangle:{gridIndexes:[0,1]},MultiLines:{gridIndexes:[0,1]},MultiLineAreas:{gridIndexes:[0,1]},MultiDots:{gridIndexes:[0,1]},MultiGridLegend:{position:"bottom",justify:"center",padding:14}}},v={name:"PRESET_MULTI_GRID_ROUND_STYLE",description:"MultiGrid圓弧風格",chartParams:{padding:{top:60,right:60,bottom:120,left:60},highlightTarget:"series"},allPluginParams:{...t,MultiBars:{barWidth:0,barPadding:1,barGroupPadding:10,barRadius:!0},MultiBarStack:{},MultiDots:{},MultiGridLegend:{position:"bottom",justify:"center",padding:14,gridList:[{listRectRadius:7},{listRectHeight:2}]},MultiGroupAxis:{},MultiLineAreas:{},MultiLines:{lineCurve:"curveMonotoneX",lineWidth:3},MultiValueAxis:{},MultiValueStackAxis:{},OverlappingValueAxes:{},OverlappingValueStackAxes:{}}},F={name:"PRESET_MULTI_GRID_SEPARATE_GRID",description:"2組Grid圖表",chartParams:{padding:{top:60,right:60,bottom:160,left:60}},dataFormatter:{separateGrid:!0},allPluginParams:{...t,MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiValueStackAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiBarStack:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{position:"bottom",justify:"center",padding:14}}},W={name:"PRESET_MULTI_LINE_AREAS_SEPARATE_GRID",description:"2組區域圖表",chartParams:{padding:{top:60,right:60,bottom:160,left:60}},dataFormatter:{gridList:[{groupAxis:{scalePadding:0}},{groupAxis:{scalePadding:0}}],separateGrid:!0},allPluginParams:{...t,MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiValueStackAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiBarStack:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{position:"bottom",justify:"center",padding:14,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},Z={name:"PRESET_MULTI_LINES_SEPARATE_GRID",description:"多組分開折線圖表",chartParams:{padding:{top:60,right:60,bottom:160,left:60}},dataFormatter:{separateGrid:!0},allPluginParams:{...t,MultiGroupAxis:{tickTextRotate:-30,gridIndexes:"all"},MultiValueAxis:{gridIndexes:"all"},MultiValueStackAxis:{gridIndexes:"all"},MultiBars:{gridIndexes:"all"},MultiBarStack:{gridIndexes:"all"},MultiBarsTriangle:{gridIndexes:"all"},MultiLines:{gridIndexes:"all"},MultiLineAreas:{gridIndexes:"all"},MultiDots:{gridIndexes:"all"},MultiGridLegend:{position:"bottom",justify:"center",padding:14,gridList:[{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2},{listRectHeight:2}]}}},X={name:"PRESET_TREE_BASIC",description:"基本Tree參數",chartParams:{padding:{top:40,right:40,bottom:60,left:40}},allPluginParams:{...t,TreeMap:{},TreeLegend:{position:"bottom",justify:"center",padding:14}}};i.PRESET_BARS_HORIZONTAL_AND_ROUND=u,i.PRESET_BARS_HORIZONTAL_AND_THIN=P,i.PRESET_BARS_ROUND=I,i.PRESET_BARS_THIN=T,i.PRESET_BUBBLES_SCALING_BY_RADIUS=E,i.PRESET_BUBBLES_SEPARATE_SERIES=n,i.PRESET_GRID_BASIC=c,i.PRESET_GRID_HORIZONTAL=p,i.PRESET_GRID_PN_SCALE=L,i.PRESET_GRID_ROTATE_AXIS_LABEL=m,i.PRESET_GRID_SEPARATE_SERIES=h,i.PRESET_LINES_BASIC=O,i.PRESET_LINES_CURVE=H,i.PRESET_LINES_HIGHLIGHT_GROUP_DOTS=f,i.PRESET_LINES_HORIZONTAL=U,i.PRESET_LINES_LOOSE_TICKS=C,i.PRESET_LINES_ROTATE_AXIS_LABEL=V,i.PRESET_LINES_WITH_SOLID_DOTS=y,i.PRESET_LINE_AREAS_BASIC=G,i.PRESET_LINE_AREAS_CURVE=N,i.PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS=x,i.PRESET_LINE_AREAS_HORIZONTAL=b,i.PRESET_LINE_AREAS_LOOSE_TICKS=D,i.PRESET_LINE_AREAS_ROTATE_AXIS_LABEL=M,i.PRESET_LINE_AREAS_SEPARATE_SERIES=B,i.PRESET_MULTI_GRID_BASIC=j,i.PRESET_MULTI_GRID_DIVERGING=k,i.PRESET_MULTI_GRID_ROUND_STYLE=v,i.PRESET_MULTI_GRID_SEPARATE_GRID=F,i.PRESET_MULTI_LINES_SEPARATE_GRID=Z,i.PRESET_MULTI_LINE_AREAS_SEPARATE_GRID=W,i.PRESET_PIE_DONUT=o,i.PRESET_PIE_HALF_DONUT=l,i.PRESET_PIE_WITH_INNER_LABELS=d,i.PRESET_ROSE_SCALING_BY_RADIUS=S,i.PRESET_SERIES_BASIC=_,i.PRESET_SERIES_DESC=s,i.PRESET_SERIES_SEPARATE_SERIES=g,i.PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES=R,i.PRESET_SERIES_SUM_SERIES=A,i.PRESET_TREE_BASIC=X,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_BARS_HORIZONTAL_AND_ROUND: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_BARS_HORIZONTAL_AND_THIN: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_BARS_ROUND: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_BARS_THIN: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_GRID_BASIC: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_GRID_HORIZONTAL: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_GRID_PN_SCALE: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_GRID_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_GRID_SEPARATE_SERIES: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINES_BASIC: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINES_CURVE: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINES_HIGHLIGHT_GROUP_DOTS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINES_HORIZONTAL: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINES_LOOSE_TICKS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINES_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINES_WITH_SOLID_DOTS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINE_AREAS_BASIC: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINE_AREAS_CURVE: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINE_AREAS_HORIZONTAL: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINE_AREAS_LOOSE_TICKS: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINE_AREAS_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_LINE_AREAS_SEPARATE_SERIES: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,23 @@
1
+ export { PRESET_BARS_HORIZONTAL_AND_ROUND } from './PRESET_BARS_HORIZONTAL_AND_ROUND';
2
+ export { PRESET_BARS_HORIZONTAL_AND_THIN } from './PRESET_BARS_HORIZONTAL_AND_THIN';
3
+ export { PRESET_BARS_ROUND } from './PRESET_BARS_ROUND';
4
+ export { PRESET_BARS_THIN } from './PRESET_BARS_THIN';
5
+ export { PRESET_GRID_BASIC } from './PRESET_GRID_BASIC';
6
+ export { PRESET_GRID_HORIZONTAL } from './PRESET_GRID_HORIZONTAL';
7
+ export { PRESET_GRID_PN_SCALE } from './PRESET_GRID_PN_SCALE';
8
+ export { PRESET_GRID_ROTATE_AXIS_LABEL } from './PRESET_GRID_ROTATE_AXIS_LABEL';
9
+ export { PRESET_GRID_SEPARATE_SERIES } from './PRESET_GRID_SEPARATE_SERIES';
10
+ export { PRESET_LINE_AREAS_BASIC } from './PRESET_LINE_AREAS_BASIC';
11
+ export { PRESET_LINE_AREAS_CURVE } from './PRESET_LINE_AREAS_CURVE';
12
+ export { PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS } from './PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS';
13
+ export { PRESET_LINE_AREAS_HORIZONTAL } from './PRESET_LINE_AREAS_HORIZONTAL';
14
+ export { PRESET_LINE_AREAS_LOOSE_TICKS } from './PRESET_LINE_AREAS_LOOSE_TICKS';
15
+ export { PRESET_LINE_AREAS_ROTATE_AXIS_LABEL } from './PRESET_LINE_AREAS_ROTATE_AXIS_LABEL';
16
+ export { PRESET_LINE_AREAS_SEPARATE_SERIES } from './PRESET_LINE_AREAS_SEPARATE_SERIES';
17
+ export { PRESET_LINES_BASIC } from './PRESET_LINES_BASIC';
18
+ export { PRESET_LINES_CURVE } from './PRESET_LINES_CURVE';
19
+ export { PRESET_LINES_HIGHLIGHT_GROUP_DOTS } from './PRESET_LINES_HIGHLIGHT_GROUP_DOTS';
20
+ export { PRESET_LINES_HORIZONTAL } from './PRESET_LINES_HORIZONTAL';
21
+ export { PRESET_LINES_LOOSE_TICKS } from './PRESET_LINES_LOOSE_TICKS';
22
+ export { PRESET_LINES_ROTATE_AXIS_LABEL } from './PRESET_LINES_ROTATE_AXIS_LABEL';
23
+ export { PRESET_LINES_WITH_SOLID_DOTS } from './PRESET_LINES_WITH_SOLID_DOTS';
@@ -1,17 +1,4 @@
1
- export declare const PRESET_SERIES_BASIC: import('@orbcharts/core').PresetPartial<"series">;
2
- export declare const PRESET_BUBBLES_SCALING_BY_RADIUS: import('@orbcharts/core').PresetPartial<"series">;
3
- export declare const PRESET_PIE_WITH_INNER_LABELS: import('@orbcharts/core').PresetPartial<"series">;
4
- export declare const PRESET_PIE_DONUT: import('@orbcharts/core').PresetPartial<"series">;
5
- export declare const PRESET_PIE_HALF_DONUT: import('@orbcharts/core').PresetPartial<"series">;
6
- export declare const PRESET_GRID_BASIC: import('@orbcharts/core').PresetPartial<"grid">;
7
- export declare const PRESET_GRID_ROTATE_AXIS_LABEL: import('@orbcharts/core').PresetPartial<"grid">;
8
- export declare const PRESET_GRID_HORIZONTAL: import('@orbcharts/core').PresetPartial<"grid">;
9
- export declare const PRESET_BARS_ROUND: import('@orbcharts/core').PresetPartial<"grid">;
10
- export declare const PRESET_BARS_HORIZONTAL_AND_ROUND: import('@orbcharts/core').PresetPartial<"grid">;
11
- export declare const PRESET_BARS_THIN: import('@orbcharts/core').PresetPartial<"grid">;
12
- export declare const PRESET_BARS_HORIZONTAL_AND_THIN: import('@orbcharts/core').PresetPartial<"grid">;
13
- export declare const PRESET_LINES_BASIC: import('@orbcharts/core').PresetPartial<"grid">;
14
- export declare const PRESET_LINES_ROTATE_AXIS_LABEL: import('@orbcharts/core').PresetPartial<"grid">;
15
- export declare const PRESET_LINES_HORIZONTAL: import('@orbcharts/core').PresetPartial<"grid">;
16
- export declare const PRESET_LINES_CURVE: import('@orbcharts/core').PresetPartial<"grid">;
17
- export declare const PRESET_LINES_HIGHLIGHT_GROUP_DOTS: import('@orbcharts/core').PresetPartial<"grid">;
1
+ export * from './series';
2
+ export * from './grid';
3
+ export * from './multiGrid';
4
+ export * from './tree';
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_MULTI_GRID_BASIC: PresetPartial<'multiGrid', PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetMultiGridSepratedPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_MULTI_GRID_DIVERGING: PresetPartial<'multiGrid', PresetMultiGridSepratedPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,6 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetMultiGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ type PresetMultiGridRoundPluginParams = Omit<PresetMultiGridPluginParams, 'MultiBarsTriangle'>;
5
+ export declare const PRESET_MULTI_GRID_ROUND_STYLE: PresetPartial<'multiGrid', PresetMultiGridRoundPluginParams & PresetNoneDataPluginParams>;
6
+ export {};
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetMultiGridSepratedPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_MULTI_GRID_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGridSepratedPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetMultiGroupAxisParams, PresetMultiValueAxisParams, PresetMultiValueStackAxisParams, PresetMultiBarsParams, PresetMultiBarStackParams, PresetMultiBarsTriangleParams, PresetMultiLinesParams, PresetMultiLineAreasParams, PresetMultiDotsParams, PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_MULTI_LINES_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGroupAxisParams & PresetMultiValueAxisParams & PresetMultiValueStackAxisParams & PresetMultiBarsParams & PresetMultiBarStackParams & PresetMultiBarsTriangleParams & PresetMultiLinesParams & PresetMultiLineAreasParams & PresetMultiDotsParams & PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetMultiGroupAxisParams, PresetMultiValueAxisParams, PresetMultiValueStackAxisParams, PresetMultiBarsParams, PresetMultiBarStackParams, PresetMultiBarsTriangleParams, PresetMultiLinesParams, PresetMultiLineAreasParams, PresetMultiDotsParams, PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_MULTI_LINE_AREAS_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGroupAxisParams & PresetMultiValueAxisParams & PresetMultiValueStackAxisParams & PresetMultiBarsParams & PresetMultiBarStackParams & PresetMultiBarsTriangleParams & PresetMultiLinesParams & PresetMultiLineAreasParams & PresetMultiDotsParams & PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,6 @@
1
+ export { PRESET_MULTI_GRID_BASIC } from './PRESET_MULTI_GRID_BASIC';
2
+ export { PRESET_MULTI_GRID_DIVERGING } from './PRESET_MULTI_GRID_DIVERGING';
3
+ export { PRESET_MULTI_GRID_ROUND_STYLE } from './PRESET_MULTI_GRID_ROUND_STYLE';
4
+ export { PRESET_MULTI_GRID_SEPARATE_GRID } from './PRESET_MULTI_GRID_SEPARATE_GRID';
5
+ export { PRESET_MULTI_LINE_AREAS_SEPARATE_GRID } from './PRESET_MULTI_LINE_AREAS_SEPARATE_GRID';
6
+ export { PRESET_MULTI_LINES_SEPARATE_GRID } from './PRESET_MULTI_LINES_SEPARATE_GRID';
@@ -0,0 +1,7 @@
1
+ import { PresetSeriesPluginParams, PresetGridPluginParams, PresetMultiGridPluginParams, PresetTreePluginParams, PresetNoneDataPluginParams } from './types';
2
+
3
+ export declare const ALL_PLUGIN_PARAMS_SERIES: PresetSeriesPluginParams;
4
+ export declare const ALL_PLUGIN_PARAMS_GRID: PresetGridPluginParams;
5
+ export declare const ALL_PLUGIN_PARAMS_MULTI_GRID: PresetMultiGridPluginParams;
6
+ export declare const ALL_PLUGIN_PARAMS_TREE: PresetTreePluginParams;
7
+ export declare const ALL_PLUGIN_PARAMS_NONE_DATA: PresetNoneDataPluginParams;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_BUBBLES_SCALING_BY_RADIUS: PresetPartial<'series', PresetBubblesParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_BUBBLES_SEPARATE_SERIES: PresetPartial<'series', PresetBubblesParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_PIE_DONUT: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_PIE_HALF_DONUT: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_PIE_WITH_INNER_LABELS: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetRoseParams, PresetRoseLabelsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_ROSE_SCALING_BY_RADIUS: PresetPartial<'series', PresetRoseParams & PresetRoseLabelsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_SERIES_BASIC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_SERIES_DESC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_SERIES_SEPARATE_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_SERIES_SUM_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,11 @@
1
+ export { PRESET_BUBBLES_SCALING_BY_RADIUS } from './PRESET_BUBBLES_SCALING_BY_RADIUS';
2
+ export { PRESET_BUBBLES_SEPARATE_SERIES } from './PRESET_BUBBLES_SEPARATE_SERIES';
3
+ export { PRESET_PIE_DONUT } from './PRESET_PIE_DONUT';
4
+ export { PRESET_PIE_HALF_DONUT } from './PRESET_PIE_HALF_DONUT';
5
+ export { PRESET_PIE_WITH_INNER_LABELS } from './PRESET_PIE_WITH_INNER_LABELS';
6
+ export { PRESET_ROSE_SCALING_BY_RADIUS } from './PRESET_ROSE_SCALING_BY_RADIUS';
7
+ export { PRESET_SERIES_BASIC } from './PRESET_SERIES_BASIC';
8
+ export { PRESET_SERIES_DESC } from './PRESET_SERIES_DESC';
9
+ export { PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES } from './PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES';
10
+ export { PRESET_SERIES_SEPARATE_SERIES } from './PRESET_SERIES_SEPARATE_SERIES';
11
+ export { PRESET_SERIES_SUM_SERIES } from './PRESET_SERIES_SUM_SERIES';
@@ -0,0 +1,4 @@
1
+ import { PresetPartial } from '@orbcharts/core';
2
+ import { PresetTreeLegendParams, PresetTreeMapParams, PresetNoneDataPluginParams } from '../types';
3
+
4
+ export declare const PRESET_TREE_BASIC: PresetPartial<'tree', PresetTreeLegendParams & PresetTreeMapParams & PresetNoneDataPluginParams>;
@@ -0,0 +1 @@
1
+ export { PRESET_TREE_BASIC } from './PRESET_TREE_BASIC';
@@ -1,39 +1,118 @@
1
- import { ChartParamsPartial, DataFormatterPartialTypeMap, ChartType } from '@orbcharts/core';
1
+ import { BubblesParams, PieParams, PieEventTextsParams, PieLabelsParams, RoseParams, RoseLabelsParams, SeriesLegendParams, BarsParams, BarsPNParams, BarStackParams, BarsTriangleParams, DotsParams, GridLegendParams, GroupAuxParams, GroupAxisParams, LineAreasParams, LinesParams, ScalingAreaParams, ValueAxisParams, ValueStackAxisParams, MultiBarsParams, MultiBarStackParams, MultiBarsTriangleParams, MultiDotsParams, MultiGridLegendParams, MultiGroupAxisParams, MultiLineAreasParams, MultiLinesParams, MultiValueAxisParams, MultiValueStackAxisParams, OverlappingValueAxesParams, OverlappingValueStackAxesParams, TreeLegendParams, TreeMapParams, TooltipParams } from '@orbcharts/plugins-basic';
2
2
 
3
- import * as chartParams from './chartParamsFiles';
4
- import * as seriesDataFormatters from './seriesDataFormatterFiles';
5
- import * as seriesPluginParams from './seriesPluginParamsFiles';
6
- import * as gridDataFormatters from './gridDataFormatterFiles';
7
- import * as gridPluginParams from './gridPluginParamsFiles';
8
- import * as multiGridDataFormatters from './multiGridDataFormatterFiles';
9
- import * as multiGridPluginParams from './multiGridPluginParamsFiles';
10
- import * as multiValueDataFormatters from './multiValueDataFormatterFiles';
11
- import * as multiValuePluginParams from './multiValuePluginParamsFiles';
12
- import * as relationshipDataFormatters from './relationshipDataFormatterFiles';
13
- import * as relationshipPluginParams from './relationshipPluginParamsFiles';
14
- import * as treeDataFormatters from './treeDataFormatterFiles';
15
- import * as treePluginParams from './treePluginParamsFiles';
16
- export interface ChartParamsFile {
17
- id: string;
18
- description: string;
19
- data: ChartParamsPartial;
20
- }
21
- export interface DataFormatterFile<T extends ChartType> {
22
- id: string;
23
- chartType: T;
24
- description: string;
25
- data: DataFormatterPartialTypeMap<T>;
26
- }
27
- export interface PluginParamsFile<PluginParams> {
28
- id: string;
29
- chartType: ChartType;
30
- pluginName: string;
31
- description: string;
32
- data: Partial<PluginParams>;
33
- }
34
- export interface PresetFile<T extends ChartType> {
35
- chartParamsId?: keyof typeof chartParams;
36
- dataFormatterId?: T extends 'series' ? keyof typeof seriesDataFormatters : T extends 'grid' ? keyof typeof gridDataFormatters : T extends 'multiGrid' ? keyof typeof multiGridDataFormatters : T extends 'multiValue' ? keyof typeof multiValueDataFormatters : T extends 'relationship' ? keyof typeof relationshipDataFormatters : T extends 'tree' ? keyof typeof treeDataFormatters : undefined;
37
- allPluginParamsIds?: T extends 'series' ? (keyof typeof seriesPluginParams)[] : T extends 'grid' ? (keyof typeof gridPluginParams)[] : T extends 'multiGrid' ? (keyof typeof multiGridPluginParams)[] : T extends 'multiValue' ? (keyof typeof multiValuePluginParams)[] : T extends 'relationship' ? (keyof typeof relationshipPluginParams)[] : T extends 'tree' ? (keyof typeof treePluginParams)[] : undefined;
38
- description: string;
3
+ type DeepPartial<T> = Partial<{
4
+ [P in keyof T]: DeepPartial<T[P]>;
5
+ }>;
6
+ export type PresetSeriesPluginParams = PresetBubblesParams & PresetPieParams & PresetPieEventTextsParams & PresetPieLabelsParams & PresetRoseParams & PresetRoseLabelsParams & PresetSeriesLegendParams;
7
+ export interface PresetBubblesParams {
8
+ Bubbles: Partial<BubblesParams>;
39
9
  }
10
+ export interface PresetPieParams {
11
+ Pie: Partial<PieParams>;
12
+ }
13
+ export interface PresetPieEventTextsParams {
14
+ PieEventTexts: Partial<PieEventTextsParams>;
15
+ }
16
+ export interface PresetPieLabelsParams {
17
+ PieLabels: Partial<PieLabelsParams>;
18
+ }
19
+ export interface PresetRoseParams {
20
+ Rose: Partial<RoseParams>;
21
+ }
22
+ export interface PresetRoseLabelsParams {
23
+ RoseLabels: Partial<RoseLabelsParams>;
24
+ }
25
+ export interface PresetSeriesLegendParams {
26
+ SeriesLegend: Partial<SeriesLegendParams>;
27
+ }
28
+ export type PresetGridPluginParams = PresetBarsParams & PresetBarsPNParams & PresetBarStackParams & PresetBarsTriangleParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAuxParams & PresetGroupAxisParams & PresetLineAreasParams & PresetLinesParams & PresetScalingAreaParams & PresetValueAxisParams & PresetValueStackAxisParams;
29
+ export interface PresetBarsParams {
30
+ Bars: Partial<BarsParams>;
31
+ }
32
+ export interface PresetBarsPNParams {
33
+ BarsPN: Partial<BarsPNParams>;
34
+ }
35
+ export interface PresetBarStackParams {
36
+ BarStack: Partial<BarStackParams>;
37
+ }
38
+ export interface PresetBarsTriangleParams {
39
+ BarsTriangle: Partial<BarsTriangleParams>;
40
+ }
41
+ export interface PresetDotsParams {
42
+ Dots: Partial<DotsParams>;
43
+ }
44
+ export interface PresetGridLegendParams {
45
+ GridLegend: Partial<GridLegendParams>;
46
+ }
47
+ export interface PresetGroupAuxParams {
48
+ GroupAux: Partial<GroupAuxParams>;
49
+ }
50
+ export interface PresetGroupAxisParams {
51
+ GroupAxis: Partial<GroupAxisParams>;
52
+ }
53
+ export interface PresetLineAreasParams {
54
+ LineAreas: Partial<LineAreasParams>;
55
+ }
56
+ export interface PresetLinesParams {
57
+ Lines: Partial<LinesParams>;
58
+ }
59
+ export interface PresetScalingAreaParams {
60
+ ScalingArea: Partial<ScalingAreaParams>;
61
+ }
62
+ export interface PresetValueAxisParams {
63
+ ValueAxis: Partial<ValueAxisParams>;
64
+ }
65
+ export interface PresetValueStackAxisParams {
66
+ ValueStackAxis: Partial<ValueStackAxisParams>;
67
+ }
68
+ export type PresetMultiGridPluginParams = PresetMultiBarsParams & PresetMultiBarStackParams & PresetMultiBarsTriangleParams & PresetMultiDotsParams & PresetMultiGridLegendParams & PresetMultiGroupAxisParams & PresetMultiLineAreasParams & PresetMultiLinesParams & PresetMultiValueAxisParams & PresetMultiValueStackAxisParams & PresetOverlappingValueAxesParams & PresetOverlappingValueStackAxesParams;
69
+ export type PresetMultiGridSepratedPluginParams = Omit<PresetMultiGridPluginParams, 'OverlappingValueAxes' | 'OverlappingValueStackAxes'>;
70
+ export type PresetMultiGridOverlappedPluginParams = Omit<PresetMultiGridPluginParams, 'PresetMultiGroupAxisParams' | 'PresetMultiValueAxisParams'>;
71
+ export interface PresetMultiBarsParams {
72
+ MultiBars: Partial<MultiBarsParams>;
73
+ }
74
+ export interface PresetMultiBarStackParams {
75
+ MultiBarStack: Partial<MultiBarStackParams>;
76
+ }
77
+ export interface PresetMultiBarsTriangleParams {
78
+ MultiBarsTriangle: Partial<MultiBarsTriangleParams>;
79
+ }
80
+ export interface PresetMultiDotsParams {
81
+ MultiDots: Partial<MultiDotsParams>;
82
+ }
83
+ export interface PresetMultiGridLegendParams {
84
+ MultiGridLegend: DeepPartial<MultiGridLegendParams>;
85
+ }
86
+ export interface PresetMultiGroupAxisParams {
87
+ MultiGroupAxis: Partial<MultiGroupAxisParams>;
88
+ }
89
+ export interface PresetMultiLineAreasParams {
90
+ MultiLineAreas: Partial<MultiLineAreasParams>;
91
+ }
92
+ export interface PresetMultiLinesParams {
93
+ MultiLines: Partial<MultiLinesParams>;
94
+ }
95
+ export interface PresetMultiValueAxisParams {
96
+ MultiValueAxis: Partial<MultiValueAxisParams>;
97
+ }
98
+ export interface PresetMultiValueStackAxisParams {
99
+ MultiValueStackAxis: Partial<MultiValueStackAxisParams>;
100
+ }
101
+ export interface PresetOverlappingValueAxesParams {
102
+ OverlappingValueAxes: Partial<OverlappingValueAxesParams>;
103
+ }
104
+ export interface PresetOverlappingValueStackAxesParams {
105
+ OverlappingValueStackAxes: Partial<OverlappingValueStackAxesParams>;
106
+ }
107
+ export type PresetTreePluginParams = PresetTreeLegendParams & PresetTreeMapParams;
108
+ export interface PresetTreeLegendParams {
109
+ TreeLegend: Partial<TreeLegendParams>;
110
+ }
111
+ export interface PresetTreeMapParams {
112
+ TreeMap: Partial<TreeMapParams>;
113
+ }
114
+ export type PresetNoneDataPluginParams = PresetTooltipParams;
115
+ export interface PresetTooltipParams {
116
+ Tooltip: Partial<TooltipParams>;
117
+ }
118
+ export {};
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vite').UserConfigFnObject;
2
+ export default _default;