@amcharts/amcharts5 5.17.2 → 5.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/.internal/charts/funnel/PictorialStackedSeries.js +1 -1
  2. package/.internal/charts/funnel/PictorialStackedSeries.js.map +1 -1
  3. package/.internal/charts/gantt/Gantt.d.ts.map +1 -1
  4. package/.internal/charts/gantt/Gantt.js +0 -1
  5. package/.internal/charts/gantt/Gantt.js.map +1 -1
  6. package/.internal/charts/gantt/GanttSeries.d.ts.map +1 -1
  7. package/.internal/charts/gantt/GanttSeries.js +2 -0
  8. package/.internal/charts/gantt/GanttSeries.js.map +1 -1
  9. package/.internal/charts/hierarchy/HierarchyDefaultTheme.js +1 -1
  10. package/.internal/charts/hierarchy/HierarchyDefaultTheme.js.map +1 -1
  11. package/.internal/charts/hierarchy/Tree.d.ts +14 -0
  12. package/.internal/charts/hierarchy/Tree.d.ts.map +1 -1
  13. package/.internal/charts/hierarchy/Tree.js +70 -0
  14. package/.internal/charts/hierarchy/Tree.js.map +1 -1
  15. package/.internal/charts/hierarchy/VoronoiTreemap.d.ts +8 -2
  16. package/.internal/charts/hierarchy/VoronoiTreemap.d.ts.map +1 -1
  17. package/.internal/charts/hierarchy/VoronoiTreemap.js +8 -4
  18. package/.internal/charts/hierarchy/VoronoiTreemap.js.map +1 -1
  19. package/.internal/charts/stock/StockChartDefaultTheme.js +6 -6
  20. package/.internal/charts/stock/StockChartDefaultTheme.js.map +1 -1
  21. package/.internal/charts/stock/drawing/LabelSeries.d.ts +3 -0
  22. package/.internal/charts/stock/drawing/LabelSeries.d.ts.map +1 -1
  23. package/.internal/charts/stock/drawing/LabelSeries.js +1 -1
  24. package/.internal/charts/stock/drawing/LabelSeries.js.map +1 -1
  25. package/.internal/charts/stock/indicators/BollingerBands.js +1 -1
  26. package/.internal/charts/stock/indicators/BollingerBands.js.map +1 -1
  27. package/.internal/charts/stock/indicators/MovingAverage.d.ts +6 -0
  28. package/.internal/charts/stock/indicators/MovingAverage.d.ts.map +1 -1
  29. package/.internal/charts/stock/indicators/MovingAverage.js +9 -5
  30. package/.internal/charts/stock/indicators/MovingAverage.js.map +1 -1
  31. package/.internal/charts/stock/indicators/MovingAverageDeviation.d.ts +6 -0
  32. package/.internal/charts/stock/indicators/MovingAverageDeviation.d.ts.map +1 -1
  33. package/.internal/charts/stock/indicators/MovingAverageDeviation.js +8 -4
  34. package/.internal/charts/stock/indicators/MovingAverageDeviation.js.map +1 -1
  35. package/.internal/charts/stock/indicators/MovingAverageEnvelope.js +1 -1
  36. package/.internal/charts/stock/indicators/MovingAverageEnvelope.js.map +1 -1
  37. package/.internal/charts/stock/toolbar/DrawingControl.d.ts +3 -0
  38. package/.internal/charts/stock/toolbar/DrawingControl.d.ts.map +1 -1
  39. package/.internal/charts/stock/toolbar/DrawingControl.js +1 -1
  40. package/.internal/charts/stock/toolbar/DrawingControl.js.map +1 -1
  41. package/.internal/core/Registry.js +1 -1
  42. package/.internal/core/Registry.js.map +1 -1
  43. package/.internal/core/Root.d.ts.map +1 -1
  44. package/.internal/core/Root.js +15 -3
  45. package/.internal/core/Root.js.map +1 -1
  46. package/.internal/core/render/Label.d.ts +3 -0
  47. package/.internal/core/render/Label.d.ts.map +1 -1
  48. package/.internal/core/render/Label.js.map +1 -1
  49. package/.internal/core/render/backend/CanvasRenderer.d.ts +1 -1
  50. package/.internal/core/render/backend/CanvasRenderer.d.ts.map +1 -1
  51. package/.internal/core/render/backend/CanvasRenderer.js +27 -2
  52. package/.internal/core/render/backend/CanvasRenderer.js.map +1 -1
  53. package/.internal/core/util/Entity.d.ts +58 -2
  54. package/.internal/core/util/Entity.d.ts.map +1 -1
  55. package/.internal/core/util/Entity.js +124 -3
  56. package/.internal/core/util/Entity.js.map +1 -1
  57. package/.internal/core/util/Utils.d.ts +7 -0
  58. package/.internal/core/util/Utils.d.ts.map +1 -1
  59. package/.internal/core/util/Utils.js +9 -0
  60. package/.internal/core/util/Utils.js.map +1 -1
  61. package/.internal/plugins/exporting/Exporting.d.ts.map +1 -1
  62. package/.internal/plugins/exporting/Exporting.js +10 -9
  63. package/.internal/plugins/exporting/Exporting.js.map +1 -1
  64. package/.internal/plugins/json/Classes-script.js +254 -254
  65. package/.internal/plugins/json/Classes-script.js.map +1 -1
  66. package/.internal/plugins/json/Classes.js +254 -254
  67. package/.internal/plugins/json/Classes.js.map +1 -1
  68. package/CHANGELOG.md +30 -0
  69. package/examples/javascript/flow-arc-horizontal/package.json +1 -1
  70. package/examples/javascript/flow-arc-vertical/package.json +1 -1
  71. package/examples/javascript/flow-chord/package.json +1 -1
  72. package/examples/javascript/flow-chord-directed/package.json +1 -1
  73. package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
  74. package/examples/javascript/flow-sankey/package.json +1 -1
  75. package/examples/javascript/gantt/package.json +1 -1
  76. package/examples/javascript/gantt-multilevel/package.json +1 -1
  77. package/examples/javascript/gantt-simple/package.json +1 -1
  78. package/examples/javascript/gauge/package.json +1 -1
  79. package/examples/javascript/gauge-bands/package.json +1 -1
  80. package/examples/javascript/hierarchy-force-directed/package.json +1 -1
  81. package/examples/javascript/hierarchy-pack/package.json +1 -1
  82. package/examples/javascript/hierarchy-partition/package.json +1 -1
  83. package/examples/javascript/hierarchy-sunburst/package.json +1 -1
  84. package/examples/javascript/hierarchy-tree/package.json +1 -1
  85. package/examples/javascript/hierarchy-treemap/package.json +1 -1
  86. package/examples/javascript/hierarchy-voronoi-treemap/package.json +1 -1
  87. package/examples/javascript/jest/package.json +1 -1
  88. package/examples/javascript/json-pie/package.json +1 -1
  89. package/examples/javascript/json-xy/package.json +1 -1
  90. package/examples/javascript/map-animating-along-lines/package.json +1 -1
  91. package/examples/javascript/map-clustered-points/package.json +1 -1
  92. package/examples/javascript/map-day-and-night/package.json +1 -1
  93. package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
  94. package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
  95. package/examples/javascript/map-sankey/package.json +1 -1
  96. package/examples/javascript/map-sankey-waypoints/package.json +1 -1
  97. package/examples/javascript/map-with-bubbles/package.json +1 -1
  98. package/examples/javascript/map-zoom-to-country/package.json +1 -1
  99. package/examples/javascript/misc-40-charts/package.json +1 -1
  100. package/examples/javascript/misc-microchart-grid/package.json +1 -1
  101. package/examples/javascript/pie-chart/package.json +1 -1
  102. package/examples/javascript/pie-donut-chart/package.json +1 -1
  103. package/examples/javascript/pie-variable-radius/package.json +1 -1
  104. package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
  105. package/examples/javascript/radar-heat-map/package.json +1 -1
  106. package/examples/javascript/radar-line/package.json +1 -1
  107. package/examples/javascript/radar-time-line/package.json +1 -1
  108. package/examples/javascript/sliced-funnel/package.json +1 -1
  109. package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
  110. package/examples/javascript/sliced-pyramid/package.json +1 -1
  111. package/examples/javascript/stock-chart/package.json +1 -1
  112. package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
  113. package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
  114. package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
  115. package/examples/javascript/stock-chart-intraday/package.json +1 -1
  116. package/examples/javascript/stock-chart-live/package.json +1 -1
  117. package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
  118. package/examples/javascript/timeline-horizontal-serpentine-chart/package.json +1 -1
  119. package/examples/javascript/timeline-linear-process-diagram/package.json +1 -1
  120. package/examples/javascript/timeline-serpentine-chart/package.json +1 -1
  121. package/examples/javascript/timeline-spiral-chart/package.json +1 -1
  122. package/examples/javascript/venn-diagram/package.json +1 -1
  123. package/examples/javascript/wordcloud-with-data/package.json +1 -1
  124. package/examples/javascript/wordcloud-with-text/package.json +1 -1
  125. package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
  126. package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  127. package/examples/javascript/xy-bubble/package.json +1 -1
  128. package/examples/javascript/xy-candlestick/package.json +1 -1
  129. package/examples/javascript/xy-clustered-column/package.json +1 -1
  130. package/examples/javascript/xy-column/package.json +1 -1
  131. package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
  132. package/examples/javascript/xy-data-grouping/package.json +1 -1
  133. package/examples/javascript/xy-draggable-range/package.json +1 -1
  134. package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  135. package/examples/javascript/xy-dumbbell plot/package.json +1 -1
  136. package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
  137. package/examples/javascript/xy-line/package.json +1 -1
  138. package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
  139. package/examples/javascript/xy-live-data/package.json +1 -1
  140. package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
  141. package/examples/javascript/xy-ohlc/package.json +1 -1
  142. package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
  143. package/examples/javascript/xy-smoothed-line/package.json +1 -1
  144. package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
  145. package/examples/javascript/xy-stacked-column/package.json +1 -1
  146. package/examples/javascript/xy-stacked-step/package.json +1 -1
  147. package/examples/javascript/xy-stock/package.json +1 -1
  148. package/examples/javascript/xy-stock-comparing/package.json +1 -1
  149. package/examples/typescript/flow-arc-horizontal/package.json +1 -1
  150. package/examples/typescript/flow-arc-vertical/package.json +1 -1
  151. package/examples/typescript/flow-chord/package.json +1 -1
  152. package/examples/typescript/flow-chord-directed/package.json +1 -1
  153. package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
  154. package/examples/typescript/flow-sankey/package.json +1 -1
  155. package/examples/typescript/gantt/package.json +1 -1
  156. package/examples/typescript/gantt-multilevel/package.json +1 -1
  157. package/examples/typescript/gantt-simple/package.json +1 -1
  158. package/examples/typescript/gauge/package.json +1 -1
  159. package/examples/typescript/gauge-bands/package.json +1 -1
  160. package/examples/typescript/hierarchy-force-directed/package.json +1 -1
  161. package/examples/typescript/hierarchy-pack/package.json +1 -1
  162. package/examples/typescript/hierarchy-partition/package.json +1 -1
  163. package/examples/typescript/hierarchy-sunburst/package.json +1 -1
  164. package/examples/typescript/hierarchy-tree/package.json +1 -1
  165. package/examples/typescript/hierarchy-treemap/package.json +1 -1
  166. package/examples/typescript/hierarchy-voronoi-treemap/package.json +1 -1
  167. package/examples/typescript/jest/package.json +1 -1
  168. package/examples/typescript/json-pie/package.json +1 -1
  169. package/examples/typescript/json-xy/package.json +1 -1
  170. package/examples/typescript/map-animating-along-lines/package.json +1 -1
  171. package/examples/typescript/map-clustered-points/package.json +1 -1
  172. package/examples/typescript/map-day-and-night/package.json +1 -1
  173. package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
  174. package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
  175. package/examples/typescript/map-sankey/package.json +1 -1
  176. package/examples/typescript/map-sankey-waypoints/package.json +1 -1
  177. package/examples/typescript/map-with-bubbles/package.json +1 -1
  178. package/examples/typescript/map-zoom-to-country/package.json +1 -1
  179. package/examples/typescript/misc-40-charts/package.json +1 -1
  180. package/examples/typescript/misc-microchart-grid/package.json +1 -1
  181. package/examples/typescript/pie-chart/package.json +1 -1
  182. package/examples/typescript/pie-donut-chart/package.json +1 -1
  183. package/examples/typescript/pie-variable-radius/package.json +1 -1
  184. package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
  185. package/examples/typescript/radar-heat-map/package.json +1 -1
  186. package/examples/typescript/radar-line/package.json +1 -1
  187. package/examples/typescript/radar-time-line/package.json +1 -1
  188. package/examples/typescript/sliced-funnel/package.json +1 -1
  189. package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
  190. package/examples/typescript/sliced-pyramid/package.json +1 -1
  191. package/examples/typescript/stock-chart/package.json +1 -1
  192. package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
  193. package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
  194. package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
  195. package/examples/typescript/stock-chart-intraday/package.json +1 -1
  196. package/examples/typescript/stock-chart-live/package.json +1 -1
  197. package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
  198. package/examples/typescript/timeline-horizontal-serpentine-chart/package.json +1 -1
  199. package/examples/typescript/timeline-linear-process-diagram/package.json +1 -1
  200. package/examples/typescript/timeline-serpentine-chart/package.json +1 -1
  201. package/examples/typescript/timeline-spiral-chart/package.json +1 -1
  202. package/examples/typescript/venn-diagram/package.json +1 -1
  203. package/examples/typescript/wordcloud-with-data/package.json +1 -1
  204. package/examples/typescript/wordcloud-with-text/package.json +1 -1
  205. package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
  206. package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  207. package/examples/typescript/xy-bubble/package.json +1 -1
  208. package/examples/typescript/xy-candlestick/package.json +1 -1
  209. package/examples/typescript/xy-clustered-column/package.json +1 -1
  210. package/examples/typescript/xy-column/package.json +1 -1
  211. package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
  212. package/examples/typescript/xy-data-grouping/package.json +1 -1
  213. package/examples/typescript/xy-draggable-range/package.json +1 -1
  214. package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  215. package/examples/typescript/xy-dumbbell plot/package.json +1 -1
  216. package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
  217. package/examples/typescript/xy-line/package.json +1 -1
  218. package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
  219. package/examples/typescript/xy-live-data/package.json +1 -1
  220. package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
  221. package/examples/typescript/xy-ohlc/package.json +1 -1
  222. package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
  223. package/examples/typescript/xy-smoothed-line/package.json +1 -1
  224. package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
  225. package/examples/typescript/xy-stacked-column/package.json +1 -1
  226. package/examples/typescript/xy-stacked-step/package.json +1 -1
  227. package/examples/typescript/xy-stock/package.json +1 -1
  228. package/examples/typescript/xy-stock-comparing/package.json +1 -1
  229. package/package.json +2 -2
@@ -3,260 +3,260 @@
3
3
  * DO NOT MANUALLY EDIT IT OR YOUR CHANGES WILL BE LOST!
4
4
  */
5
5
  const classes = {
6
- "AccelerationBands": () => import(/* webpackExports: "AccelerationBands", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AccelerationBands),
7
- "AccumulationDistribution": () => import(/* webpackExports: "AccumulationDistribution", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AccumulationDistribution),
8
- "AccumulativeSwingIndex": () => import(/* webpackExports: "AccumulativeSwingIndex", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AccumulativeSwingIndex),
9
- "Annotator": () => import(/* webpackExports: "Annotator", webpackChunkName: "json_plugins_exporting" */ "./../../../plugins/exporting").then((m) => m.Annotator),
10
- "ArcDiagram": () => import(/* webpackExports: "ArcDiagram", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ArcDiagram),
11
- "ArcDiagramLink": () => import(/* webpackExports: "ArcDiagramLink", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ArcDiagramLink),
12
- "ArcDiagramNodes": () => import(/* webpackExports: "ArcDiagramNodes", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ArcDiagramNodes),
13
- "Aroon": () => import(/* webpackExports: "Aroon", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Aroon),
14
- "AverageSeries": () => import(/* webpackExports: "AverageSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AverageSeries),
15
- "AverageTrueRange": () => import(/* webpackExports: "AverageTrueRange", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AverageTrueRange),
16
- "AwesomeOscillator": () => import(/* webpackExports: "AwesomeOscillator", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AwesomeOscillator),
17
- "Axis": () => import(/* webpackExports: "Axis", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.Axis),
18
- "AxisBullet": () => import(/* webpackExports: "AxisBullet", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisBullet),
19
- "AxisLabel": () => import(/* webpackExports: "AxisLabel", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisLabel),
20
- "AxisLabelRadial": () => import(/* webpackExports: "AxisLabelRadial", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisLabelRadial),
21
- "AxisRenderer": () => import(/* webpackExports: "AxisRenderer", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisRenderer),
22
- "AxisRendererCircular": () => import(/* webpackExports: "AxisRendererCircular", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.AxisRendererCircular),
23
- "AxisRendererCurveX": () => import(/* webpackExports: "AxisRendererCurveX", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.AxisRendererCurveX),
24
- "AxisRendererCurveY": () => import(/* webpackExports: "AxisRendererCurveY", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.AxisRendererCurveY),
25
- "AxisRendererRadial": () => import(/* webpackExports: "AxisRendererRadial", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.AxisRendererRadial),
26
- "AxisRendererX": () => import(/* webpackExports: "AxisRendererX", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisRendererX),
27
- "AxisRendererY": () => import(/* webpackExports: "AxisRendererY", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisRendererY),
28
- "AxisTick": () => import(/* webpackExports: "AxisTick", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisTick),
29
- "BaseColumnSeries": () => import(/* webpackExports: "BaseColumnSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.BaseColumnSeries),
30
- "BollingerBands": () => import(/* webpackExports: "BollingerBands", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.BollingerBands),
31
- "BreadcrumbBar": () => import(/* webpackExports: "BreadcrumbBar", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.BreadcrumbBar),
32
- "BullBearPower": () => import(/* webpackExports: "BullBearPower", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.BullBearPower),
33
- "Bullet": () => import(/* webpackExports: "Bullet", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Bullet),
34
- "Button": () => import(/* webpackExports: "Button", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Button),
35
- "CalloutSeries": () => import(/* webpackExports: "CalloutSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.CalloutSeries),
36
- "Candlestick": () => import(/* webpackExports: "Candlestick", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.Candlestick),
37
- "CandlestickSeries": () => import(/* webpackExports: "CandlestickSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.CandlestickSeries),
38
- "CategoryAxis": () => import(/* webpackExports: "CategoryAxis", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.CategoryAxis),
39
- "CategoryDateAxis": () => import(/* webpackExports: "CategoryDateAxis", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.CategoryDateAxis),
40
- "ChaikinMoneyFlow": () => import(/* webpackExports: "ChaikinMoneyFlow", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ChaikinMoneyFlow),
41
- "ChaikinOscillator": () => import(/* webpackExports: "ChaikinOscillator", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ChaikinOscillator),
42
- "Chart": () => import(/* webpackExports: "Chart", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Chart),
43
- "ChartIndicator": () => import(/* webpackExports: "ChartIndicator", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ChartIndicator),
44
- "ChartSerializer": () => import(/* webpackExports: "ChartSerializer", webpackChunkName: "json_plugins_json" */ "./../../../plugins/json").then((m) => m.ChartSerializer),
45
- "Chord": () => import(/* webpackExports: "Chord", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.Chord),
46
- "ChordDirected": () => import(/* webpackExports: "ChordDirected", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordDirected),
47
- "ChordLink": () => import(/* webpackExports: "ChordLink", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordLink),
48
- "ChordLinkDirected": () => import(/* webpackExports: "ChordLinkDirected", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordLinkDirected),
49
- "ChordNodes": () => import(/* webpackExports: "ChordNodes", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordNodes),
50
- "ChordNonRibbon": () => import(/* webpackExports: "ChordNonRibbon", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordNonRibbon),
51
- "Circle": () => import(/* webpackExports: "Circle", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Circle),
52
- "CirclePattern": () => import(/* webpackExports: "CirclePattern", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.CirclePattern),
53
- "ClockHand": () => import(/* webpackExports: "ClockHand", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.ClockHand),
54
- "ClusteredPointSeries": () => import(/* webpackExports: "ClusteredPointSeries", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.ClusteredPointSeries),
55
- "ColorControl": () => import(/* webpackExports: "ColorControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ColorControl),
56
- "ColorPicker": () => import(/* webpackExports: "ColorPicker", webpackChunkName: "json_plugins_colorPicker" */ "./../../../plugins/colorPicker").then((m) => m.ColorPicker),
57
- "ColorPickerButton": () => import(/* webpackExports: "ColorPickerButton", webpackChunkName: "json_plugins_colorPicker" */ "./../../../plugins/colorPicker").then((m) => m.ColorPickerButton),
58
- "ColorSet": () => import(/* webpackExports: "ColorSet", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ColorSet),
59
- "ColumnSeries": () => import(/* webpackExports: "ColumnSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.ColumnSeries),
60
- "CommodityChannelIndex": () => import(/* webpackExports: "CommodityChannelIndex", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.CommodityChannelIndex),
61
- "ComparisonControl": () => import(/* webpackExports: "ComparisonControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ComparisonControl),
62
- "Component": () => import(/* webpackExports: "Component", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Component),
63
- "ConfirmButton": () => import(/* webpackExports: "ConfirmButton", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ConfirmButton),
64
- "Container": () => import(/* webpackExports: "Container", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Container),
65
- "CurveChart": () => import(/* webpackExports: "CurveChart", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveChart),
66
- "CurveColumnSeries": () => import(/* webpackExports: "CurveColumnSeries", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveColumnSeries),
67
- "CurveCursor": () => import(/* webpackExports: "CurveCursor", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveCursor),
68
- "CurveLineSeries": () => import(/* webpackExports: "CurveLineSeries", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveLineSeries),
69
- "DataSaveControl": () => import(/* webpackExports: "DataSaveControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DataSaveControl),
70
- "DateAxis": () => import(/* webpackExports: "DateAxis", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.DateAxis),
71
- "DateRangeSelector": () => import(/* webpackExports: "DateRangeSelector", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DateRangeSelector),
72
- "DisparityIndex": () => import(/* webpackExports: "DisparityIndex", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DisparityIndex),
73
- "DoodleSeries": () => import(/* webpackExports: "DoodleSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DoodleSeries),
74
- "DrawingControl": () => import(/* webpackExports: "DrawingControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DrawingControl),
75
- "DrawingSeries": () => import(/* webpackExports: "DrawingSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DrawingSeries),
76
- "DrawingToolControl": () => import(/* webpackExports: "DrawingToolControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DrawingToolControl),
77
- "Dropdown": () => import(/* webpackExports: "Dropdown", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Dropdown),
78
- "DropdownColors": () => import(/* webpackExports: "DropdownColors", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownColors),
79
- "DropdownControl": () => import(/* webpackExports: "DropdownControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownControl),
80
- "DropdownList": () => import(/* webpackExports: "DropdownList", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownList),
81
- "DropdownListControl": () => import(/* webpackExports: "DropdownListControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownListControl),
82
- "DurationAxis": () => import(/* webpackExports: "DurationAxis", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.DurationAxis),
83
- "EditableAxisLabel": () => import(/* webpackExports: "EditableAxisLabel", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.EditableAxisLabel),
84
- "EditableLabel": () => import(/* webpackExports: "EditableLabel", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.EditableLabel),
85
- "Ellipse": () => import(/* webpackExports: "Ellipse", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Ellipse),
86
- "EllipseSeries": () => import(/* webpackExports: "EllipseSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.EllipseSeries),
87
- "Entity": () => import(/* webpackExports: "Entity", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Entity),
88
- "Exporting": () => import(/* webpackExports: "Exporting", webpackChunkName: "json_plugins_exporting" */ "./../../../plugins/exporting").then((m) => m.Exporting),
89
- "ExportingMenu": () => import(/* webpackExports: "ExportingMenu", webpackChunkName: "json_plugins_exporting" */ "./../../../plugins/exporting").then((m) => m.ExportingMenu),
90
- "FibonacciSeries": () => import(/* webpackExports: "FibonacciSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.FibonacciSeries),
91
- "FibonacciTimezoneSeries": () => import(/* webpackExports: "FibonacciTimezoneSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.FibonacciTimezoneSeries),
92
- "Flow": () => import(/* webpackExports: "Flow", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.Flow),
93
- "FlowLink": () => import(/* webpackExports: "FlowLink", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.FlowLink),
94
- "FlowNode": () => import(/* webpackExports: "FlowNode", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.FlowNode),
95
- "FlowNodes": () => import(/* webpackExports: "FlowNodes", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.FlowNodes),
96
- "ForceDirected": () => import(/* webpackExports: "ForceDirected", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.ForceDirected),
97
- "FunnelSeries": () => import(/* webpackExports: "FunnelSeries", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.FunnelSeries),
98
- "FunnelSlice": () => import(/* webpackExports: "FunnelSlice", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.FunnelSlice),
99
- "Gantt": () => import(/* webpackExports: "Gantt", webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.Gantt),
100
- "GanttCategoryAxis": () => import(/* webpackExports: "GanttCategoryAxis", webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttCategoryAxis),
101
- "GanttCategoryAxisRenderer": () => import(/* webpackExports: "GanttCategoryAxisRenderer", webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttCategoryAxisRenderer),
102
- "GanttDateAxis": () => import(/* webpackExports: "GanttDateAxis", webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttDateAxis),
103
- "GanttDateAxisRenderer": () => import(/* webpackExports: "GanttDateAxisRenderer", webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttDateAxisRenderer),
104
- "GanttSeries": () => import(/* webpackExports: "GanttSeries", webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttSeries),
105
- "GaplessDateAxis": () => import(/* webpackExports: "GaplessDateAxis", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.GaplessDateAxis),
106
- "Gradient": () => import(/* webpackExports: "Gradient", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Gradient),
107
- "GrainPattern": () => import(/* webpackExports: "GrainPattern", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.GrainPattern),
108
- "Graphics": () => import(/* webpackExports: "Graphics", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Graphics),
109
- "GraticuleSeries": () => import(/* webpackExports: "GraticuleSeries", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.GraticuleSeries),
110
- "Grid": () => import(/* webpackExports: "Grid", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.Grid),
111
- "GridLayout": () => import(/* webpackExports: "GridLayout", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.GridLayout),
112
- "HeatLegend": () => import(/* webpackExports: "HeatLegend", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.HeatLegend),
113
- "HeikinAshi": () => import(/* webpackExports: "HeikinAshi", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.HeikinAshi),
114
- "Hierarchy": () => import(/* webpackExports: "Hierarchy", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Hierarchy),
115
- "HierarchyLink": () => import(/* webpackExports: "HierarchyLink", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.HierarchyLink),
116
- "HierarchyNode": () => import(/* webpackExports: "HierarchyNode", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.HierarchyNode),
117
- "HorizontalLayout": () => import(/* webpackExports: "HorizontalLayout", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.HorizontalLayout),
118
- "HorizontalLineSeries": () => import(/* webpackExports: "HorizontalLineSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.HorizontalLineSeries),
119
- "HorizontalRaySeries": () => import(/* webpackExports: "HorizontalRaySeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.HorizontalRaySeries),
120
- "IconControl": () => import(/* webpackExports: "IconControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IconControl),
121
- "IconSeries": () => import(/* webpackExports: "IconSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IconSeries),
122
- "Indicator": () => import(/* webpackExports: "Indicator", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Indicator),
123
- "IndicatorControl": () => import(/* webpackExports: "IndicatorControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IndicatorControl),
124
- "InterfaceColors": () => import(/* webpackExports: "InterfaceColors", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.InterfaceColors),
125
- "IntervalControl": () => import(/* webpackExports: "IntervalControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IntervalControl),
126
- "Label": () => import(/* webpackExports: "Label", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Label),
127
- "LabelSeries": () => import(/* webpackExports: "LabelSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.LabelSeries),
128
- "Layout": () => import(/* webpackExports: "Layout", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Layout),
129
- "Legend": () => import(/* webpackExports: "Legend", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Legend),
130
- "Line": () => import(/* webpackExports: "Line", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Line),
131
- "LineArrowSeries": () => import(/* webpackExports: "LineArrowSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.LineArrowSeries),
132
- "LinePattern": () => import(/* webpackExports: "LinePattern", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.LinePattern),
133
- "LineSeries": () => import(/* webpackExports: "LineSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.LineSeries),
134
- "LinearGradient": () => import(/* webpackExports: "LinearGradient", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.LinearGradient),
135
- "Link": () => import(/* webpackExports: "Link", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Link),
136
- "LinkedHierarchy": () => import(/* webpackExports: "LinkedHierarchy", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.LinkedHierarchy),
137
- "LinkedHierarchyNode": () => import(/* webpackExports: "LinkedHierarchyNode", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.LinkedHierarchyNode),
138
- "MACD": () => import(/* webpackExports: "MACD", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MACD),
139
- "MACross": () => import(/* webpackExports: "MACross", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MACross),
140
- "MapChart": () => import(/* webpackExports: "MapChart", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapChart),
141
- "MapLine": () => import(/* webpackExports: "MapLine", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapLine),
142
- "MapLineSeries": () => import(/* webpackExports: "MapLineSeries", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapLineSeries),
143
- "MapPointSeries": () => import(/* webpackExports: "MapPointSeries", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapPointSeries),
144
- "MapPolygon": () => import(/* webpackExports: "MapPolygon", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapPolygon),
145
- "MapPolygonSeries": () => import(/* webpackExports: "MapPolygonSeries", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapPolygonSeries),
146
- "MapSankeyNodes": () => import(/* webpackExports: "MapSankeyNodes", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapSankeyNodes),
147
- "MapSankeySeries": () => import(/* webpackExports: "MapSankeySeries", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapSankeySeries),
148
- "MapSeries": () => import(/* webpackExports: "MapSeries", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapSeries),
149
- "Measure": () => import(/* webpackExports: "Measure", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Measure),
150
- "MedianPrice": () => import(/* webpackExports: "MedianPrice", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MedianPrice),
151
- "Modal": () => import(/* webpackExports: "Modal", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Modal),
152
- "Momentum": () => import(/* webpackExports: "Momentum", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Momentum),
153
- "MovingAverage": () => import(/* webpackExports: "MovingAverage", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MovingAverage),
154
- "MovingAverageDeviation": () => import(/* webpackExports: "MovingAverageDeviation", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MovingAverageDeviation),
155
- "MovingAverageEnvelope": () => import(/* webpackExports: "MovingAverageEnvelope", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MovingAverageEnvelope),
156
- "NumericStepper": () => import(/* webpackExports: "NumericStepper", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.NumericStepper),
157
- "OHLC": () => import(/* webpackExports: "OHLC", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.OHLC),
158
- "OHLCSeries": () => import(/* webpackExports: "OHLCSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.OHLCSeries),
159
- "OnBalanceVolume": () => import(/* webpackExports: "OnBalanceVolume", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.OnBalanceVolume),
160
- "OrthogonalLine": () => import(/* webpackExports: "OrthogonalLine", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.OrthogonalLine),
161
- "OverboughtOversold": () => import(/* webpackExports: "OverboughtOversold", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.OverboughtOversold),
162
- "PVT": () => import(/* webpackExports: "PVT", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PVT),
163
- "Pack": () => import(/* webpackExports: "Pack", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Pack),
164
- "PanelControls": () => import(/* webpackExports: "PanelControls", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PanelControls),
165
- "ParallelChannelSeries": () => import(/* webpackExports: "ParallelChannelSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ParallelChannelSeries),
166
- "Partition": () => import(/* webpackExports: "Partition", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Partition),
167
- "PathPattern": () => import(/* webpackExports: "PathPattern", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PathPattern),
168
- "Pattern": () => import(/* webpackExports: "Pattern", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Pattern),
169
- "PatternSet": () => import(/* webpackExports: "PatternSet", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PatternSet),
170
- "PercentChart": () => import(/* webpackExports: "PercentChart", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PercentChart),
171
- "PercentSeries": () => import(/* webpackExports: "PercentSeries", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PercentSeries),
172
- "PeriodSelector": () => import(/* webpackExports: "PeriodSelector", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PeriodSelector),
173
- "PictorialStackedSeries": () => import(/* webpackExports: "PictorialStackedSeries", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PictorialStackedSeries),
174
- "Picture": () => import(/* webpackExports: "Picture", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Picture),
175
- "PicturePattern": () => import(/* webpackExports: "PicturePattern", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PicturePattern),
176
- "PieChart": () => import(/* webpackExports: "PieChart", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PieChart),
177
- "PieSeries": () => import(/* webpackExports: "PieSeries", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PieSeries),
178
- "PointedRectangle": () => import(/* webpackExports: "PointedRectangle", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PointedRectangle),
179
- "Polygon": () => import(/* webpackExports: "Polygon", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Polygon),
180
- "PolylineSeries": () => import(/* webpackExports: "PolylineSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PolylineSeries),
181
- "ProgressPie": () => import(/* webpackExports: "ProgressPie", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ProgressPie),
182
- "PyramidSeries": () => import(/* webpackExports: "PyramidSeries", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PyramidSeries),
183
- "QuadrantLineSeries": () => import(/* webpackExports: "QuadrantLineSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.QuadrantLineSeries),
184
- "RadarChart": () => import(/* webpackExports: "RadarChart", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarChart),
185
- "RadarColumnSeries": () => import(/* webpackExports: "RadarColumnSeries", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarColumnSeries),
186
- "RadarCursor": () => import(/* webpackExports: "RadarCursor", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarCursor),
187
- "RadarLineSeries": () => import(/* webpackExports: "RadarLineSeries", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarLineSeries),
188
- "RadialGradient": () => import(/* webpackExports: "RadialGradient", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RadialGradient),
189
- "RadialLabel": () => import(/* webpackExports: "RadialLabel", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RadialLabel),
190
- "RadialText": () => import(/* webpackExports: "RadialText", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RadialText),
191
- "Rectangle": () => import(/* webpackExports: "Rectangle", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Rectangle),
192
- "RectanglePattern": () => import(/* webpackExports: "RectanglePattern", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RectanglePattern),
193
- "RectangleSeries": () => import(/* webpackExports: "RectangleSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.RectangleSeries),
194
- "RegressionSeries": () => import(/* webpackExports: "RegressionSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.RegressionSeries),
195
- "RelativeStrengthIndex": () => import(/* webpackExports: "RelativeStrengthIndex", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.RelativeStrengthIndex),
196
- "ResetControl": () => import(/* webpackExports: "ResetControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ResetControl),
197
- "RoundedRectangle": () => import(/* webpackExports: "RoundedRectangle", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RoundedRectangle),
198
- "Sankey": () => import(/* webpackExports: "Sankey", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.Sankey),
199
- "SankeyLink": () => import(/* webpackExports: "SankeyLink", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.SankeyLink),
200
- "SankeyNodes": () => import(/* webpackExports: "SankeyNodes", webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.SankeyNodes),
201
- "Scrollbar": () => import(/* webpackExports: "Scrollbar", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Scrollbar),
202
- "SerialChart": () => import(/* webpackExports: "SerialChart", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.SerialChart),
203
- "Serializer": () => import(/* webpackExports: "Serializer", webpackChunkName: "json_plugins_json" */ "./../../../plugins/json").then((m) => m.Serializer),
204
- "Series": () => import(/* webpackExports: "Series", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Series),
205
- "SeriesTypeControl": () => import(/* webpackExports: "SeriesTypeControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SeriesTypeControl),
206
- "SerpentineChart": () => import(/* webpackExports: "SerpentineChart", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.SerpentineChart),
207
- "SettingsControl": () => import(/* webpackExports: "SettingsControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SettingsControl),
208
- "SettingsModal": () => import(/* webpackExports: "SettingsModal", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SettingsModal),
209
- "SimpleLineSeries": () => import(/* webpackExports: "SimpleLineSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SimpleLineSeries),
210
- "Slice": () => import(/* webpackExports: "Slice", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Slice),
211
- "SliceGrouper": () => import(/* webpackExports: "SliceGrouper", webpackChunkName: "json_plugins_sliceGrouper" */ "./../../../plugins/sliceGrouper").then((m) => m.SliceGrouper),
212
- "SlicedChart": () => import(/* webpackExports: "SlicedChart", webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.SlicedChart),
213
- "Slider": () => import(/* webpackExports: "Slider", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Slider),
214
- "SmoothedRadarLineSeries": () => import(/* webpackExports: "SmoothedRadarLineSeries", webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.SmoothedRadarLineSeries),
215
- "SmoothedXLineSeries": () => import(/* webpackExports: "SmoothedXLineSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.SmoothedXLineSeries),
216
- "SmoothedXYLineSeries": () => import(/* webpackExports: "SmoothedXYLineSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.SmoothedXYLineSeries),
217
- "SmoothedYLineSeries": () => import(/* webpackExports: "SmoothedYLineSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.SmoothedYLineSeries),
218
- "SpiralChart": () => import(/* webpackExports: "SpiralChart", webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.SpiralChart),
219
- "Sprite": () => import(/* webpackExports: "Sprite", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Sprite),
220
- "SpriteResizer": () => import(/* webpackExports: "SpriteResizer", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.SpriteResizer),
221
- "StandardDeviation": () => import(/* webpackExports: "StandardDeviation", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StandardDeviation),
222
- "Star": () => import(/* webpackExports: "Star", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Star),
223
- "StepLineSeries": () => import(/* webpackExports: "StepLineSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.StepLineSeries),
224
- "StochasticMomentumIndex": () => import(/* webpackExports: "StochasticMomentumIndex", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StochasticMomentumIndex),
225
- "StochasticOscillator": () => import(/* webpackExports: "StochasticOscillator", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StochasticOscillator),
226
- "StockChart": () => import(/* webpackExports: "StockChart", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockChart),
227
- "StockControl": () => import(/* webpackExports: "StockControl", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockControl),
228
- "StockLegend": () => import(/* webpackExports: "StockLegend", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockLegend),
229
- "StockPanel": () => import(/* webpackExports: "StockPanel", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockPanel),
230
- "StockToolbar": () => import(/* webpackExports: "StockToolbar", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockToolbar),
231
- "Sunburst": () => import(/* webpackExports: "Sunburst", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Sunburst),
232
- "SuperTrend": () => import(/* webpackExports: "SuperTrend", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SuperTrend),
233
- "Text": () => import(/* webpackExports: "Text", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Text),
234
- "Tick": () => import(/* webpackExports: "Tick", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Tick),
235
- "Tooltip": () => import(/* webpackExports: "Tooltip", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Tooltip),
236
- "Tree": () => import(/* webpackExports: "Tree", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Tree),
237
- "Treemap": () => import(/* webpackExports: "Treemap", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Treemap),
238
- "TrendLineSeries": () => import(/* webpackExports: "TrendLineSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.TrendLineSeries),
239
- "Triangle": () => import(/* webpackExports: "Triangle", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Triangle),
240
- "Trix": () => import(/* webpackExports: "Trix", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Trix),
241
- "TypicalPrice": () => import(/* webpackExports: "TypicalPrice", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.TypicalPrice),
242
- "VWAP": () => import(/* webpackExports: "VWAP", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.VWAP),
243
- "ValueAxis": () => import(/* webpackExports: "ValueAxis", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.ValueAxis),
244
- "Venn": () => import(/* webpackExports: "Venn", webpackChunkName: "json_venn" */ "./../../../venn").then((m) => m.Venn),
245
- "VerticalLayout": () => import(/* webpackExports: "VerticalLayout", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.VerticalLayout),
246
- "VerticalLineSeries": () => import(/* webpackExports: "VerticalLineSeries", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.VerticalLineSeries),
247
- "Volume": () => import(/* webpackExports: "Volume", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Volume),
248
- "VolumeProfile": () => import(/* webpackExports: "VolumeProfile", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.VolumeProfile),
249
- "VoronoiTreemap": () => import(/* webpackExports: "VoronoiTreemap", webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.VoronoiTreemap),
250
- "WilliamsR": () => import(/* webpackExports: "WilliamsR", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.WilliamsR),
251
- "WordCloud": () => import(/* webpackExports: "WordCloud", webpackChunkName: "json_wc" */ "./../../../wc").then((m) => m.WordCloud),
252
- "XYChart": () => import(/* webpackExports: "XYChart", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYChart),
253
- "XYChartScrollbar": () => import(/* webpackExports: "XYChartScrollbar", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYChartScrollbar),
254
- "XYCursor": () => import(/* webpackExports: "XYCursor", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYCursor),
255
- "XYSeries": () => import(/* webpackExports: "XYSeries", webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYSeries),
256
- "ZigZag": () => import(/* webpackExports: "ZigZag", webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ZigZag),
257
- "ZoomControl": () => import(/* webpackExports: "ZoomControl", webpackChunkName: "json_map" */ "./../../../map").then((m) => m.ZoomControl),
258
- "ZoomTools": () => import(/* webpackExports: "ZoomTools", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ZoomTools),
259
- "ZoomableContainer": () => import(/* webpackExports: "ZoomableContainer", webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ZoomableContainer),
6
+ "AccelerationBands": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AccelerationBands),
7
+ "AccumulationDistribution": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AccumulationDistribution),
8
+ "AccumulativeSwingIndex": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AccumulativeSwingIndex),
9
+ "Annotator": () => import(/* webpackChunkName: "json_plugins_exporting" */ "./../../../plugins/exporting").then((m) => m.Annotator),
10
+ "ArcDiagram": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ArcDiagram),
11
+ "ArcDiagramLink": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ArcDiagramLink),
12
+ "ArcDiagramNodes": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ArcDiagramNodes),
13
+ "Aroon": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Aroon),
14
+ "AverageSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AverageSeries),
15
+ "AverageTrueRange": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AverageTrueRange),
16
+ "AwesomeOscillator": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.AwesomeOscillator),
17
+ "Axis": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.Axis),
18
+ "AxisBullet": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisBullet),
19
+ "AxisLabel": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisLabel),
20
+ "AxisLabelRadial": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisLabelRadial),
21
+ "AxisRenderer": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisRenderer),
22
+ "AxisRendererCircular": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.AxisRendererCircular),
23
+ "AxisRendererCurveX": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.AxisRendererCurveX),
24
+ "AxisRendererCurveY": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.AxisRendererCurveY),
25
+ "AxisRendererRadial": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.AxisRendererRadial),
26
+ "AxisRendererX": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisRendererX),
27
+ "AxisRendererY": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisRendererY),
28
+ "AxisTick": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.AxisTick),
29
+ "BaseColumnSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.BaseColumnSeries),
30
+ "BollingerBands": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.BollingerBands),
31
+ "BreadcrumbBar": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.BreadcrumbBar),
32
+ "BullBearPower": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.BullBearPower),
33
+ "Bullet": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Bullet),
34
+ "Button": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Button),
35
+ "CalloutSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.CalloutSeries),
36
+ "Candlestick": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.Candlestick),
37
+ "CandlestickSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.CandlestickSeries),
38
+ "CategoryAxis": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.CategoryAxis),
39
+ "CategoryDateAxis": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.CategoryDateAxis),
40
+ "ChaikinMoneyFlow": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ChaikinMoneyFlow),
41
+ "ChaikinOscillator": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ChaikinOscillator),
42
+ "Chart": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Chart),
43
+ "ChartIndicator": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ChartIndicator),
44
+ "ChartSerializer": () => import(/* webpackChunkName: "json_plugins_json" */ "./../../../plugins/json").then((m) => m.ChartSerializer),
45
+ "Chord": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.Chord),
46
+ "ChordDirected": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordDirected),
47
+ "ChordLink": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordLink),
48
+ "ChordLinkDirected": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordLinkDirected),
49
+ "ChordNodes": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordNodes),
50
+ "ChordNonRibbon": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.ChordNonRibbon),
51
+ "Circle": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Circle),
52
+ "CirclePattern": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.CirclePattern),
53
+ "ClockHand": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.ClockHand),
54
+ "ClusteredPointSeries": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.ClusteredPointSeries),
55
+ "ColorControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ColorControl),
56
+ "ColorPicker": () => import(/* webpackChunkName: "json_plugins_colorPicker" */ "./../../../plugins/colorPicker").then((m) => m.ColorPicker),
57
+ "ColorPickerButton": () => import(/* webpackChunkName: "json_plugins_colorPicker" */ "./../../../plugins/colorPicker").then((m) => m.ColorPickerButton),
58
+ "ColorSet": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ColorSet),
59
+ "ColumnSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.ColumnSeries),
60
+ "CommodityChannelIndex": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.CommodityChannelIndex),
61
+ "ComparisonControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ComparisonControl),
62
+ "Component": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Component),
63
+ "ConfirmButton": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ConfirmButton),
64
+ "Container": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Container),
65
+ "CurveChart": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveChart),
66
+ "CurveColumnSeries": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveColumnSeries),
67
+ "CurveCursor": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveCursor),
68
+ "CurveLineSeries": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.CurveLineSeries),
69
+ "DataSaveControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DataSaveControl),
70
+ "DateAxis": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.DateAxis),
71
+ "DateRangeSelector": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DateRangeSelector),
72
+ "DisparityIndex": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DisparityIndex),
73
+ "DoodleSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DoodleSeries),
74
+ "DrawingControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DrawingControl),
75
+ "DrawingSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DrawingSeries),
76
+ "DrawingToolControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DrawingToolControl),
77
+ "Dropdown": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Dropdown),
78
+ "DropdownColors": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownColors),
79
+ "DropdownControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownControl),
80
+ "DropdownList": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownList),
81
+ "DropdownListControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.DropdownListControl),
82
+ "DurationAxis": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.DurationAxis),
83
+ "EditableAxisLabel": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.EditableAxisLabel),
84
+ "EditableLabel": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.EditableLabel),
85
+ "Ellipse": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Ellipse),
86
+ "EllipseSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.EllipseSeries),
87
+ "Entity": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Entity),
88
+ "Exporting": () => import(/* webpackChunkName: "json_plugins_exporting" */ "./../../../plugins/exporting").then((m) => m.Exporting),
89
+ "ExportingMenu": () => import(/* webpackChunkName: "json_plugins_exporting" */ "./../../../plugins/exporting").then((m) => m.ExportingMenu),
90
+ "FibonacciSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.FibonacciSeries),
91
+ "FibonacciTimezoneSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.FibonacciTimezoneSeries),
92
+ "Flow": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.Flow),
93
+ "FlowLink": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.FlowLink),
94
+ "FlowNode": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.FlowNode),
95
+ "FlowNodes": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.FlowNodes),
96
+ "ForceDirected": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.ForceDirected),
97
+ "FunnelSeries": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.FunnelSeries),
98
+ "FunnelSlice": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.FunnelSlice),
99
+ "Gantt": () => import(/* webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.Gantt),
100
+ "GanttCategoryAxis": () => import(/* webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttCategoryAxis),
101
+ "GanttCategoryAxisRenderer": () => import(/* webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttCategoryAxisRenderer),
102
+ "GanttDateAxis": () => import(/* webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttDateAxis),
103
+ "GanttDateAxisRenderer": () => import(/* webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttDateAxisRenderer),
104
+ "GanttSeries": () => import(/* webpackChunkName: "json_gantt" */ "./../../../gantt").then((m) => m.GanttSeries),
105
+ "GaplessDateAxis": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.GaplessDateAxis),
106
+ "Gradient": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Gradient),
107
+ "GrainPattern": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.GrainPattern),
108
+ "Graphics": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Graphics),
109
+ "GraticuleSeries": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.GraticuleSeries),
110
+ "Grid": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.Grid),
111
+ "GridLayout": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.GridLayout),
112
+ "HeatLegend": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.HeatLegend),
113
+ "HeikinAshi": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.HeikinAshi),
114
+ "Hierarchy": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Hierarchy),
115
+ "HierarchyLink": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.HierarchyLink),
116
+ "HierarchyNode": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.HierarchyNode),
117
+ "HorizontalLayout": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.HorizontalLayout),
118
+ "HorizontalLineSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.HorizontalLineSeries),
119
+ "HorizontalRaySeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.HorizontalRaySeries),
120
+ "IconControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IconControl),
121
+ "IconSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IconSeries),
122
+ "Indicator": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Indicator),
123
+ "IndicatorControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IndicatorControl),
124
+ "InterfaceColors": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.InterfaceColors),
125
+ "IntervalControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.IntervalControl),
126
+ "Label": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Label),
127
+ "LabelSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.LabelSeries),
128
+ "Layout": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Layout),
129
+ "Legend": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Legend),
130
+ "Line": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Line),
131
+ "LineArrowSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.LineArrowSeries),
132
+ "LinePattern": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.LinePattern),
133
+ "LineSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.LineSeries),
134
+ "LinearGradient": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.LinearGradient),
135
+ "Link": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Link),
136
+ "LinkedHierarchy": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.LinkedHierarchy),
137
+ "LinkedHierarchyNode": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.LinkedHierarchyNode),
138
+ "MACD": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MACD),
139
+ "MACross": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MACross),
140
+ "MapChart": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapChart),
141
+ "MapLine": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapLine),
142
+ "MapLineSeries": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapLineSeries),
143
+ "MapPointSeries": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapPointSeries),
144
+ "MapPolygon": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapPolygon),
145
+ "MapPolygonSeries": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapPolygonSeries),
146
+ "MapSankeyNodes": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapSankeyNodes),
147
+ "MapSankeySeries": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapSankeySeries),
148
+ "MapSeries": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.MapSeries),
149
+ "Measure": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Measure),
150
+ "MedianPrice": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MedianPrice),
151
+ "Modal": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Modal),
152
+ "Momentum": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Momentum),
153
+ "MovingAverage": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MovingAverage),
154
+ "MovingAverageDeviation": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MovingAverageDeviation),
155
+ "MovingAverageEnvelope": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.MovingAverageEnvelope),
156
+ "NumericStepper": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.NumericStepper),
157
+ "OHLC": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.OHLC),
158
+ "OHLCSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.OHLCSeries),
159
+ "OnBalanceVolume": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.OnBalanceVolume),
160
+ "OrthogonalLine": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.OrthogonalLine),
161
+ "OverboughtOversold": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.OverboughtOversold),
162
+ "PVT": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PVT),
163
+ "Pack": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Pack),
164
+ "PanelControls": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PanelControls),
165
+ "ParallelChannelSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ParallelChannelSeries),
166
+ "Partition": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Partition),
167
+ "PathPattern": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PathPattern),
168
+ "Pattern": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Pattern),
169
+ "PatternSet": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PatternSet),
170
+ "PercentChart": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PercentChart),
171
+ "PercentSeries": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PercentSeries),
172
+ "PeriodSelector": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PeriodSelector),
173
+ "PictorialStackedSeries": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PictorialStackedSeries),
174
+ "Picture": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Picture),
175
+ "PicturePattern": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PicturePattern),
176
+ "PieChart": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PieChart),
177
+ "PieSeries": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PieSeries),
178
+ "PointedRectangle": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.PointedRectangle),
179
+ "Polygon": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Polygon),
180
+ "PolylineSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.PolylineSeries),
181
+ "ProgressPie": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ProgressPie),
182
+ "PyramidSeries": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.PyramidSeries),
183
+ "QuadrantLineSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.QuadrantLineSeries),
184
+ "RadarChart": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarChart),
185
+ "RadarColumnSeries": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarColumnSeries),
186
+ "RadarCursor": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarCursor),
187
+ "RadarLineSeries": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.RadarLineSeries),
188
+ "RadialGradient": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RadialGradient),
189
+ "RadialLabel": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RadialLabel),
190
+ "RadialText": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RadialText),
191
+ "Rectangle": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Rectangle),
192
+ "RectanglePattern": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RectanglePattern),
193
+ "RectangleSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.RectangleSeries),
194
+ "RegressionSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.RegressionSeries),
195
+ "RelativeStrengthIndex": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.RelativeStrengthIndex),
196
+ "ResetControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ResetControl),
197
+ "RoundedRectangle": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.RoundedRectangle),
198
+ "Sankey": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.Sankey),
199
+ "SankeyLink": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.SankeyLink),
200
+ "SankeyNodes": () => import(/* webpackChunkName: "json_flow" */ "./../../../flow").then((m) => m.SankeyNodes),
201
+ "Scrollbar": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Scrollbar),
202
+ "SerialChart": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.SerialChart),
203
+ "Serializer": () => import(/* webpackChunkName: "json_plugins_json" */ "./../../../plugins/json").then((m) => m.Serializer),
204
+ "Series": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Series),
205
+ "SeriesTypeControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SeriesTypeControl),
206
+ "SerpentineChart": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.SerpentineChart),
207
+ "SettingsControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SettingsControl),
208
+ "SettingsModal": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SettingsModal),
209
+ "SimpleLineSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SimpleLineSeries),
210
+ "Slice": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Slice),
211
+ "SliceGrouper": () => import(/* webpackChunkName: "json_plugins_sliceGrouper" */ "./../../../plugins/sliceGrouper").then((m) => m.SliceGrouper),
212
+ "SlicedChart": () => import(/* webpackChunkName: "json_percent" */ "./../../../percent").then((m) => m.SlicedChart),
213
+ "Slider": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Slider),
214
+ "SmoothedRadarLineSeries": () => import(/* webpackChunkName: "json_radar" */ "./../../../radar").then((m) => m.SmoothedRadarLineSeries),
215
+ "SmoothedXLineSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.SmoothedXLineSeries),
216
+ "SmoothedXYLineSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.SmoothedXYLineSeries),
217
+ "SmoothedYLineSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.SmoothedYLineSeries),
218
+ "SpiralChart": () => import(/* webpackChunkName: "json_timeline" */ "./../../../timeline").then((m) => m.SpiralChart),
219
+ "Sprite": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Sprite),
220
+ "SpriteResizer": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.SpriteResizer),
221
+ "StandardDeviation": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StandardDeviation),
222
+ "Star": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Star),
223
+ "StepLineSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.StepLineSeries),
224
+ "StochasticMomentumIndex": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StochasticMomentumIndex),
225
+ "StochasticOscillator": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StochasticOscillator),
226
+ "StockChart": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockChart),
227
+ "StockControl": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockControl),
228
+ "StockLegend": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockLegend),
229
+ "StockPanel": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockPanel),
230
+ "StockToolbar": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.StockToolbar),
231
+ "Sunburst": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Sunburst),
232
+ "SuperTrend": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.SuperTrend),
233
+ "Text": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Text),
234
+ "Tick": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Tick),
235
+ "Tooltip": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Tooltip),
236
+ "Tree": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Tree),
237
+ "Treemap": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.Treemap),
238
+ "TrendLineSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.TrendLineSeries),
239
+ "Triangle": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.Triangle),
240
+ "Trix": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Trix),
241
+ "TypicalPrice": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.TypicalPrice),
242
+ "VWAP": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.VWAP),
243
+ "ValueAxis": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.ValueAxis),
244
+ "Venn": () => import(/* webpackChunkName: "json_venn" */ "./../../../venn").then((m) => m.Venn),
245
+ "VerticalLayout": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.VerticalLayout),
246
+ "VerticalLineSeries": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.VerticalLineSeries),
247
+ "Volume": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.Volume),
248
+ "VolumeProfile": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.VolumeProfile),
249
+ "VoronoiTreemap": () => import(/* webpackChunkName: "json_hierarchy" */ "./../../../hierarchy").then((m) => m.VoronoiTreemap),
250
+ "WilliamsR": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.WilliamsR),
251
+ "WordCloud": () => import(/* webpackChunkName: "json_wc" */ "./../../../wc").then((m) => m.WordCloud),
252
+ "XYChart": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYChart),
253
+ "XYChartScrollbar": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYChartScrollbar),
254
+ "XYCursor": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYCursor),
255
+ "XYSeries": () => import(/* webpackChunkName: "json_xy" */ "./../../../xy").then((m) => m.XYSeries),
256
+ "ZigZag": () => import(/* webpackChunkName: "json_stock" */ "./../../../stock").then((m) => m.ZigZag),
257
+ "ZoomControl": () => import(/* webpackChunkName: "json_map" */ "./../../../map").then((m) => m.ZoomControl),
258
+ "ZoomTools": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ZoomTools),
259
+ "ZoomableContainer": () => import(/* webpackChunkName: "json_index" */ "./../../../index").then((m) => m.ZoomableContainer),
260
260
  };
261
261
  export default classes;
262
262
  //# sourceMappingURL=Classes.js.map