@amcharts/amcharts5 5.5.3 → 5.5.5

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 (212) hide show
  1. package/.internal/charts/stock/StockChartDefaultTheme.d.ts.map +1 -1
  2. package/.internal/charts/stock/StockChartDefaultTheme.js +6 -4
  3. package/.internal/charts/stock/StockChartDefaultTheme.js.map +1 -1
  4. package/.internal/charts/stock/drawing/DrawingSeries.d.ts.map +1 -1
  5. package/.internal/charts/stock/drawing/DrawingSeries.js +21 -12
  6. package/.internal/charts/stock/drawing/DrawingSeries.js.map +1 -1
  7. package/.internal/charts/stock/drawing/HorizontalRaySeries.d.ts.map +1 -1
  8. package/.internal/charts/stock/drawing/HorizontalRaySeries.js +8 -4
  9. package/.internal/charts/stock/drawing/HorizontalRaySeries.js.map +1 -1
  10. package/.internal/charts/stock/drawing/ParallelChannelSeries.d.ts +33 -0
  11. package/.internal/charts/stock/drawing/ParallelChannelSeries.d.ts.map +1 -0
  12. package/.internal/charts/stock/drawing/ParallelChannelSeries.js +211 -0
  13. package/.internal/charts/stock/drawing/ParallelChannelSeries.js.map +1 -0
  14. package/.internal/charts/stock/drawing/RectangleSeries.d.ts +0 -1
  15. package/.internal/charts/stock/drawing/RectangleSeries.d.ts.map +1 -1
  16. package/.internal/charts/stock/drawing/RectangleSeries.js +0 -3
  17. package/.internal/charts/stock/drawing/RectangleSeries.js.map +1 -1
  18. package/.internal/charts/stock/drawing/RegressionSeries.d.ts +1 -0
  19. package/.internal/charts/stock/drawing/RegressionSeries.d.ts.map +1 -1
  20. package/.internal/charts/stock/drawing/RegressionSeries.js +36 -3
  21. package/.internal/charts/stock/drawing/RegressionSeries.js.map +1 -1
  22. package/.internal/charts/stock/drawing/SimpleLineSeries.d.ts +1 -0
  23. package/.internal/charts/stock/drawing/SimpleLineSeries.d.ts.map +1 -1
  24. package/.internal/charts/stock/drawing/SimpleLineSeries.js +15 -9
  25. package/.internal/charts/stock/drawing/SimpleLineSeries.js.map +1 -1
  26. package/.internal/charts/stock/drawing/TrendLineSeries.d.ts +1 -0
  27. package/.internal/charts/stock/drawing/TrendLineSeries.d.ts.map +1 -1
  28. package/.internal/charts/stock/drawing/TrendLineSeries.js +5 -0
  29. package/.internal/charts/stock/drawing/TrendLineSeries.js.map +1 -1
  30. package/.internal/charts/stock/indicators/CommodityChannelIndex.js +1 -1
  31. package/.internal/charts/stock/indicators/CommodityChannelIndex.js.map +1 -1
  32. package/.internal/charts/stock/indicators/OverboughtOversold.d.ts.map +1 -1
  33. package/.internal/charts/stock/indicators/OverboughtOversold.js +5 -3
  34. package/.internal/charts/stock/indicators/OverboughtOversold.js.map +1 -1
  35. package/.internal/charts/stock/indicators/RelativeStrengthIndex.d.ts +15 -0
  36. package/.internal/charts/stock/indicators/RelativeStrengthIndex.d.ts.map +1 -1
  37. package/.internal/charts/stock/indicators/RelativeStrengthIndex.js +47 -3
  38. package/.internal/charts/stock/indicators/RelativeStrengthIndex.js.map +1 -1
  39. package/.internal/charts/stock/indicators/StochasticMomentumIndex.js +5 -5
  40. package/.internal/charts/stock/indicators/StochasticMomentumIndex.js.map +1 -1
  41. package/.internal/charts/stock/indicators/StochasticOscillator.js +5 -5
  42. package/.internal/charts/stock/indicators/StochasticOscillator.js.map +1 -1
  43. package/.internal/charts/stock/indicators/WilliamsR.js +1 -1
  44. package/.internal/charts/stock/indicators/WilliamsR.js.map +1 -1
  45. package/.internal/charts/stock/toolbar/DrawingControl.d.ts.map +1 -1
  46. package/.internal/charts/stock/toolbar/DrawingControl.js +12 -4
  47. package/.internal/charts/stock/toolbar/DrawingControl.js.map +1 -1
  48. package/.internal/charts/stock/toolbar/DrawingToolControl.d.ts +1 -1
  49. package/.internal/charts/stock/toolbar/DrawingToolControl.d.ts.map +1 -1
  50. package/.internal/charts/stock/toolbar/DrawingToolControl.js.map +1 -1
  51. package/.internal/charts/stock/toolbar/StockIcons.d.ts.map +1 -1
  52. package/.internal/charts/stock/toolbar/StockIcons.js +2 -1
  53. package/.internal/charts/stock/toolbar/StockIcons.js.map +1 -1
  54. package/.internal/charts/xy/axes/AxisRenderer.d.ts +1 -0
  55. package/.internal/charts/xy/axes/AxisRenderer.d.ts.map +1 -1
  56. package/.internal/charts/xy/axes/AxisRenderer.js +7 -0
  57. package/.internal/charts/xy/axes/AxisRenderer.js.map +1 -1
  58. package/.internal/charts/xy/axes/DateAxis.d.ts +1 -1
  59. package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
  60. package/.internal/charts/xy/axes/DateAxis.js +2 -3
  61. package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
  62. package/.internal/core/Classes.d.ts +2 -0
  63. package/.internal/core/Classes.d.ts.map +1 -1
  64. package/.internal/core/Classes.js.map +1 -1
  65. package/.internal/core/Registry.js +1 -1
  66. package/.internal/core/Registry.js.map +1 -1
  67. package/CHANGELOG.md +22 -1
  68. package/examples/javascript/flow-arc-horizontal/package.json +1 -1
  69. package/examples/javascript/flow-arc-vertical/package.json +1 -1
  70. package/examples/javascript/flow-chord/package.json +1 -1
  71. package/examples/javascript/flow-chord-directed/package.json +1 -1
  72. package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
  73. package/examples/javascript/flow-sankey/package.json +1 -1
  74. package/examples/javascript/gauge/package.json +1 -1
  75. package/examples/javascript/gauge-bands/package.json +1 -1
  76. package/examples/javascript/hierarchy-force-directed/package.json +1 -1
  77. package/examples/javascript/hierarchy-pack/package.json +1 -1
  78. package/examples/javascript/hierarchy-partition/package.json +1 -1
  79. package/examples/javascript/hierarchy-sunburst/package.json +1 -1
  80. package/examples/javascript/hierarchy-tree/package.json +1 -1
  81. package/examples/javascript/hierarchy-treemap/package.json +1 -1
  82. package/examples/javascript/hierarchy-voronoi-treemap/package.json +1 -1
  83. package/examples/javascript/jest/package.json +1 -1
  84. package/examples/javascript/json-pie/package.json +1 -1
  85. package/examples/javascript/json-xy/package.json +1 -1
  86. package/examples/javascript/map-animating-along-lines/package.json +1 -1
  87. package/examples/javascript/map-day-and-night/package.json +1 -1
  88. package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
  89. package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
  90. package/examples/javascript/map-with-bubbles/package.json +1 -1
  91. package/examples/javascript/map-zoom-to-country/package.json +1 -1
  92. package/examples/javascript/misc-40-charts/package.json +1 -1
  93. package/examples/javascript/misc-microchart-grid/package.json +1 -1
  94. package/examples/javascript/pie-chart/package.json +1 -1
  95. package/examples/javascript/pie-donut-chart/package.json +1 -1
  96. package/examples/javascript/pie-variable-radius/package.json +1 -1
  97. package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
  98. package/examples/javascript/radar-heat-map/package.json +1 -1
  99. package/examples/javascript/radar-line/package.json +1 -1
  100. package/examples/javascript/radar-time-line/package.json +1 -1
  101. package/examples/javascript/sliced-funnel/package.json +1 -1
  102. package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
  103. package/examples/javascript/sliced-pyramid/package.json +1 -1
  104. package/examples/javascript/stock-chart/package.json +1 -1
  105. package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
  106. package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
  107. package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
  108. package/examples/javascript/stock-chart-intraday/package.json +1 -1
  109. package/examples/javascript/stock-chart-live/package.json +1 -1
  110. package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
  111. package/examples/javascript/venn-diagram/package.json +1 -1
  112. package/examples/javascript/wordcloud-with-data/package.json +1 -1
  113. package/examples/javascript/wordcloud-with-text/package.json +1 -1
  114. package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
  115. package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  116. package/examples/javascript/xy-bubble/package.json +1 -1
  117. package/examples/javascript/xy-candlestick/package.json +1 -1
  118. package/examples/javascript/xy-clustered-column/package.json +1 -1
  119. package/examples/javascript/xy-column/package.json +1 -1
  120. package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
  121. package/examples/javascript/xy-data-grouping/package.json +1 -1
  122. package/examples/javascript/xy-draggable-range/package.json +1 -1
  123. package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  124. package/examples/javascript/xy-dumbbell plot/package.json +1 -1
  125. package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
  126. package/examples/javascript/xy-line/package.json +1 -1
  127. package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
  128. package/examples/javascript/xy-live-data/package.json +1 -1
  129. package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
  130. package/examples/javascript/xy-ohlc/package.json +1 -1
  131. package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
  132. package/examples/javascript/xy-smoothed-line/package.json +1 -1
  133. package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
  134. package/examples/javascript/xy-stacked-column/package.json +1 -1
  135. package/examples/javascript/xy-stacked-step/package.json +1 -1
  136. package/examples/javascript/xy-stock/package.json +1 -1
  137. package/examples/javascript/xy-stock-comparing/package.json +1 -1
  138. package/examples/typescript/flow-arc-horizontal/package.json +1 -1
  139. package/examples/typescript/flow-arc-vertical/package.json +1 -1
  140. package/examples/typescript/flow-chord/package.json +1 -1
  141. package/examples/typescript/flow-chord-directed/package.json +1 -1
  142. package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
  143. package/examples/typescript/flow-sankey/package.json +1 -1
  144. package/examples/typescript/gauge/package.json +1 -1
  145. package/examples/typescript/gauge-bands/package.json +1 -1
  146. package/examples/typescript/hierarchy-force-directed/package.json +1 -1
  147. package/examples/typescript/hierarchy-pack/package.json +1 -1
  148. package/examples/typescript/hierarchy-partition/package.json +1 -1
  149. package/examples/typescript/hierarchy-sunburst/package.json +1 -1
  150. package/examples/typescript/hierarchy-tree/package.json +1 -1
  151. package/examples/typescript/hierarchy-treemap/package.json +1 -1
  152. package/examples/typescript/hierarchy-voronoi-treemap/package.json +1 -1
  153. package/examples/typescript/jest/package.json +1 -1
  154. package/examples/typescript/json-pie/package.json +1 -1
  155. package/examples/typescript/json-xy/package.json +1 -1
  156. package/examples/typescript/map-animating-along-lines/package.json +1 -1
  157. package/examples/typescript/map-day-and-night/package.json +1 -1
  158. package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
  159. package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
  160. package/examples/typescript/map-with-bubbles/package.json +1 -1
  161. package/examples/typescript/map-zoom-to-country/package.json +1 -1
  162. package/examples/typescript/misc-40-charts/package.json +1 -1
  163. package/examples/typescript/misc-microchart-grid/package.json +1 -1
  164. package/examples/typescript/pie-chart/package.json +1 -1
  165. package/examples/typescript/pie-donut-chart/package.json +1 -1
  166. package/examples/typescript/pie-variable-radius/package.json +1 -1
  167. package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
  168. package/examples/typescript/radar-heat-map/package.json +1 -1
  169. package/examples/typescript/radar-line/package.json +1 -1
  170. package/examples/typescript/radar-time-line/package.json +1 -1
  171. package/examples/typescript/sliced-funnel/package.json +1 -1
  172. package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
  173. package/examples/typescript/sliced-pyramid/package.json +1 -1
  174. package/examples/typescript/stock-chart/package.json +1 -1
  175. package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
  176. package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
  177. package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
  178. package/examples/typescript/stock-chart-intraday/package.json +1 -1
  179. package/examples/typescript/stock-chart-live/package.json +1 -1
  180. package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
  181. package/examples/typescript/venn-diagram/package.json +1 -1
  182. package/examples/typescript/wordcloud-with-data/package.json +1 -1
  183. package/examples/typescript/wordcloud-with-text/package.json +1 -1
  184. package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
  185. package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  186. package/examples/typescript/xy-bubble/package.json +1 -1
  187. package/examples/typescript/xy-candlestick/package.json +1 -1
  188. package/examples/typescript/xy-clustered-column/package.json +1 -1
  189. package/examples/typescript/xy-column/package.json +1 -1
  190. package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
  191. package/examples/typescript/xy-data-grouping/package.json +1 -1
  192. package/examples/typescript/xy-draggable-range/package.json +1 -1
  193. package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  194. package/examples/typescript/xy-dumbbell plot/package.json +1 -1
  195. package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
  196. package/examples/typescript/xy-line/package.json +1 -1
  197. package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
  198. package/examples/typescript/xy-live-data/package.json +1 -1
  199. package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
  200. package/examples/typescript/xy-ohlc/package.json +1 -1
  201. package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
  202. package/examples/typescript/xy-smoothed-line/package.json +1 -1
  203. package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
  204. package/examples/typescript/xy-stacked-column/package.json +1 -1
  205. package/examples/typescript/xy-stacked-step/package.json +1 -1
  206. package/examples/typescript/xy-stock/package.json +1 -1
  207. package/examples/typescript/xy-stock-comparing/package.json +1 -1
  208. package/package.json +1 -2
  209. package/stock.d.ts +1 -0
  210. package/stock.d.ts.map +1 -1
  211. package/stock.js +1 -0
  212. package/stock.js.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Classes.js","sourceRoot":"","sources":["../../../../src/.internal/core/Classes.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is automatically generated by `yarn generate-classes`.\n * DO NOT MANUALLY EDIT IT OR YOUR CHANGES WILL BE LOST!\n */\n\nimport type { AccumulationDistribution } from \"./../charts/stock/indicators/AccumulationDistribution.js\";\nimport type { AccumulativeSwingIndex } from \"./../charts/stock/indicators/AccumulativeSwingIndex.js\";\nimport type { Annotator } from \"./../plugins/exporting/Annotator.js\";\nimport type { ArcDiagram } from \"./../charts/flow/ArcDiagram.js\";\nimport type { ArcDiagramLink } from \"./../charts/flow/ArcDiagramLink.js\";\nimport type { ArcDiagramNodes } from \"./../charts/flow/ArcDiagramNodes.js\";\nimport type { Aroon } from \"./../charts/stock/indicators/Aroon.js\";\nimport type { AverageSeries } from \"./../charts/stock/drawing/AverageSeries.js\";\nimport type { AwesomeOscillator } from \"./../charts/stock/indicators/AwesomeOscillator.js\";\nimport type { Axis } from \"./../charts/xy/axes/Axis.js\";\nimport type { AxisBullet } from \"./../charts/xy/axes/AxisBullet.js\";\nimport type { AxisLabel } from \"./../charts/xy/axes/AxisLabel.js\";\nimport type { AxisLabelRadial } from \"./../charts/xy/axes/AxisLabelRadial.js\";\nimport type { AxisRenderer } from \"./../charts/xy/axes/AxisRenderer.js\";\nimport type { AxisRendererCircular } from \"./../charts/radar/AxisRendererCircular.js\";\nimport type { AxisRendererRadial } from \"./../charts/radar/AxisRendererRadial.js\";\nimport type { AxisRendererX } from \"./../charts/xy/axes/AxisRendererX.js\";\nimport type { AxisRendererY } from \"./../charts/xy/axes/AxisRendererY.js\";\nimport type { AxisTick } from \"./../charts/xy/axes/AxisTick.js\";\nimport type { BaseColumnSeries } from \"./../charts/xy/series/BaseColumnSeries.js\";\nimport type { BollingerBands } from \"./../charts/stock/indicators/BollingerBands.js\";\nimport type { BreadcrumbBar } from \"./../charts/hierarchy/BreadcrumbBar.js\";\nimport type { Bullet } from \"./render/Bullet.js\";\nimport type { Button } from \"./render/Button.js\";\nimport type { CalloutSeries } from \"./../charts/stock/drawing/CalloutSeries.js\";\nimport type { Candlestick } from \"./../charts/xy/series/Candlestick.js\";\nimport type { CandlestickSeries } from \"./../charts/xy/series/CandlestickSeries.js\";\nimport type { CategoryAxis } from \"./../charts/xy/axes/CategoryAxis.js\";\nimport type { CategoryDateAxis } from \"./../charts/xy/axes/CategoryDateAxis.js\";\nimport type { ChaikinMoneyFlow } from \"./../charts/stock/indicators/ChaikinMoneyFlow.js\";\nimport type { ChaikinOscillator } from \"./../charts/stock/indicators/ChaikinOscillator.js\";\nimport type { Chart } from \"./render/Chart.js\";\nimport type { ChartIndicator } from \"./../charts/stock/indicators/ChartIndicator.js\";\nimport type { Chord } from \"./../charts/flow/Chord.js\";\nimport type { ChordDirected } from \"./../charts/flow/ChordDirected.js\";\nimport type { ChordLink } from \"./../charts/flow/ChordLink.js\";\nimport type { ChordLinkDirected } from \"./../charts/flow/ChordLinkDirected.js\";\nimport type { ChordNodes } from \"./../charts/flow/ChordNodes.js\";\nimport type { ChordNonRibbon } from \"./../charts/flow/ChordNonRibbon.js\";\nimport type { Circle } from \"./render/Circle.js\";\nimport type { CirclePattern } from \"./render/patterns/CirclePattern.js\";\nimport type { ClockHand } from \"./../charts/radar/ClockHand.js\";\nimport type { ColorControl } from \"./../charts/stock/toolbar/ColorControl.js\";\nimport type { ColorSet } from \"./util/ColorSet.js\";\nimport type { ColumnSeries } from \"./../charts/xy/series/ColumnSeries.js\";\nimport type { CommodityChannelIndex } from \"./../charts/stock/indicators/CommodityChannelIndex.js\";\nimport type { ComparisonControl } from \"./../charts/stock/toolbar/ComparisonControl.js\";\nimport type { Component } from \"./render/Component.js\";\nimport type { Container } from \"./render/Container.js\";\nimport type { DateAxis } from \"./../charts/xy/axes/DateAxis.js\";\nimport type { DateRangeSelector } from \"./../charts/stock/toolbar/DateRangeSelector.js\";\nimport type { DisparityIndex } from \"./../charts/stock/indicators/DisparityIndex.js\";\nimport type { DoodleSeries } from \"./../charts/stock/drawing/DoodleSeries.js\";\nimport type { DrawingControl } from \"./../charts/stock/toolbar/DrawingControl.js\";\nimport type { DrawingSeries } from \"./../charts/stock/drawing/DrawingSeries.js\";\nimport type { DrawingToolControl } from \"./../charts/stock/toolbar/DrawingToolControl.js\";\nimport type { Dropdown } from \"./../charts/stock/toolbar/Dropdown.js\";\nimport type { DropdownColors } from \"./../charts/stock/toolbar/DropdownColors.js\";\nimport type { DropdownList } from \"./../charts/stock/toolbar/DropdownList.js\";\nimport type { DropdownListControl } from \"./../charts/stock/toolbar/DropdownListControl.js\";\nimport type { DurationAxis } from \"./../charts/xy/axes/DurationAxis.js\";\nimport type { Ellipse } from \"./render/Ellipse.js\";\nimport type { EllipseSeries } from \"./../charts/stock/drawing/EllipseSeries.js\";\nimport type { Entity } from \"./util/Entity.js\";\nimport type { Exporting } from \"./../plugins/exporting/Exporting.js\";\nimport type { ExportingMenu } from \"./../plugins/exporting/ExportingMenu.js\";\nimport type { FibonacciSeries } from \"./../charts/stock/drawing/FibonacciSeries.js\";\nimport type { FibonacciTimezoneSeries } from \"./../charts/stock/drawing/FibonacciTimezoneSeries.js\";\nimport type { Flow } from \"./../charts/flow/Flow.js\";\nimport type { FlowLink } from \"./../charts/flow/FlowLink.js\";\nimport type { FlowNode } from \"./../charts/flow/FlowNode.js\";\nimport type { FlowNodes } from \"./../charts/flow/FlowNodes.js\";\nimport type { ForceDirected } from \"./../charts/hierarchy/ForceDirected.js\";\nimport type { FunnelSeries } from \"./../charts/funnel/FunnelSeries.js\";\nimport type { FunnelSlice } from \"./../charts/funnel/FunnelSlice.js\";\nimport type { GaplessDateAxis } from \"./../charts/xy/axes/GaplessDateAxis.js\";\nimport type { Gradient } from \"./render/gradients/Gradient.js\";\nimport type { GrainPattern } from \"./render/patterns/GrainPattern.js\";\nimport type { Graphics } from \"./render/Graphics.js\";\nimport type { GraticuleSeries } from \"./../charts/map/GraticuleSeries.js\";\nimport type { Grid } from \"./../charts/xy/axes/Grid.js\";\nimport type { GridLayout } from \"./render/GridLayout.js\";\nimport type { HeatLegend } from \"./render/HeatLegend.js\";\nimport type { Hierarchy } from \"./../charts/hierarchy/Hierarchy.js\";\nimport type { HierarchyLink } from \"./../charts/hierarchy/HierarchyLink.js\";\nimport type { HierarchyNode } from \"./../charts/hierarchy/HierarchyNode.js\";\nimport type { HorizontalLayout } from \"./render/HorizontalLayout.js\";\nimport type { HorizontalLineSeries } from \"./../charts/stock/drawing/HorizontalLineSeries.js\";\nimport type { HorizontalRaySeries } from \"./../charts/stock/drawing/HorizontalRaySeries.js\";\nimport type { IconControl } from \"./../charts/stock/toolbar/IconControl.js\";\nimport type { IconSeries } from \"./../charts/stock/drawing/IconSeries.js\";\nimport type { Indicator } from \"./../charts/stock/indicators/Indicator.js\";\nimport type { IndicatorControl } from \"./../charts/stock/toolbar/IndicatorControl.js\";\nimport type { InterfaceColors } from \"./util/InterfaceColors.js\";\nimport type { IntervalControl } from \"./../charts/stock/toolbar/IntervalControl.js\";\nimport type { Label } from \"./render/Label.js\";\nimport type { LabelSeries } from \"./../charts/stock/drawing/LabelSeries.js\";\nimport type { Layout } from \"./render/Layout.js\";\nimport type { Legend } from \"./render/Legend.js\";\nimport type { Line } from \"./render/Line.js\";\nimport type { LinePattern } from \"./render/patterns/LinePattern.js\";\nimport type { LineSeries } from \"./../charts/xy/series/LineSeries.js\";\nimport type { LinearGradient } from \"./render/gradients/LinearGradient.js\";\nimport type { LinkedHierarchy } from \"./../charts/hierarchy/LinkedHierarchy.js\";\nimport type { LinkedHierarchyNode } from \"./../charts/hierarchy/LinkedHierarchyNode.js\";\nimport type { MACD } from \"./../charts/stock/indicators/MACD.js\";\nimport type { MapChart } from \"./../charts/map/MapChart.js\";\nimport type { MapLine } from \"./../charts/map/MapLine.js\";\nimport type { MapLineSeries } from \"./../charts/map/MapLineSeries.js\";\nimport type { MapPointSeries } from \"./../charts/map/MapPointSeries.js\";\nimport type { MapPolygon } from \"./../charts/map/MapPolygon.js\";\nimport type { MapPolygonSeries } from \"./../charts/map/MapPolygonSeries.js\";\nimport type { MapSeries } from \"./../charts/map/MapSeries.js\";\nimport type { Measure } from \"./../charts/stock/drawing/Measure.js\";\nimport type { MedianPrice } from \"./../charts/stock/indicators/MedianPrice.js\";\nimport type { Modal } from \"./util/Modal.js\";\nimport type { Momentum } from \"./../charts/stock/indicators/Momentum.js\";\nimport type { MovingAverage } from \"./../charts/stock/indicators/MovingAverage.js\";\nimport type { MovingAverageDeviation } from \"./../charts/stock/indicators/MovingAverageDeviation.js\";\nimport type { MovingAverageEnvelope } from \"./../charts/stock/indicators/MovingAverageEnvelope.js\";\nimport type { OHLC } from \"./../charts/xy/series/OHLC.js\";\nimport type { OHLCSeries } from \"./../charts/xy/series/OHLCSeries.js\";\nimport type { OnBalanceVolume } from \"./../charts/stock/indicators/OnBalanceVolume.js\";\nimport type { Pack } from \"./../charts/hierarchy/Pack.js\";\nimport type { PanelControls } from \"./../charts/stock/PanelControls.js\";\nimport type { Partition } from \"./../charts/hierarchy/Partition.js\";\nimport type { PathPattern } from \"./render/patterns/PathPattern.js\";\nimport type { Pattern } from \"./render/patterns/Pattern.js\";\nimport type { PercentChart } from \"./../charts/percent/PercentChart.js\";\nimport type { PercentSeries } from \"./../charts/percent/PercentSeries.js\";\nimport type { PeriodSelector } from \"./../charts/stock/toolbar/PeriodSelector.js\";\nimport type { PictorialStackedSeries } from \"./../charts/funnel/PictorialStackedSeries.js\";\nimport type { Picture } from \"./render/Picture.js\";\nimport type { PicturePattern } from \"./render/patterns/PicturePattern.js\";\nimport type { PieChart } from \"./../charts/pie/PieChart.js\";\nimport type { PieSeries } from \"./../charts/pie/PieSeries.js\";\nimport type { PointedRectangle } from \"./render/PointedRectangle.js\";\nimport type { Polygon } from \"./render/Polygon.js\";\nimport type { PolylineSeries } from \"./../charts/stock/drawing/PolylineSeries.js\";\nimport type { PyramidSeries } from \"./../charts/funnel/PyramidSeries.js\";\nimport type { QuadrantLineSeries } from \"./../charts/stock/drawing/QuadrantLineSeries.js\";\nimport type { RadarChart } from \"./../charts/radar/RadarChart.js\";\nimport type { RadarColumnSeries } from \"./../charts/radar/RadarColumnSeries.js\";\nimport type { RadarCursor } from \"./../charts/radar/RadarCursor.js\";\nimport type { RadarLineSeries } from \"./../charts/radar/RadarLineSeries.js\";\nimport type { RadialGradient } from \"./render/gradients/RadialGradient.js\";\nimport type { RadialLabel } from \"./render/RadialLabel.js\";\nimport type { RadialText } from \"./render/RadialText.js\";\nimport type { Rectangle } from \"./render/Rectangle.js\";\nimport type { RectanglePattern } from \"./render/patterns/RectanglePattern.js\";\nimport type { RectangleSeries } from \"./../charts/stock/drawing/RectangleSeries.js\";\nimport type { RegressionSeries } from \"./../charts/stock/drawing/RegressionSeries.js\";\nimport type { RelativeStrengthIndex } from \"./../charts/stock/indicators/RelativeStrengthIndex.js\";\nimport type { ResetControl } from \"./../charts/stock/toolbar/ResetControl.js\";\nimport type { RoundedRectangle } from \"./render/RoundedRectangle.js\";\nimport type { Sankey } from \"./../charts/flow/Sankey.js\";\nimport type { SankeyLink } from \"./../charts/flow/SankeyLink.js\";\nimport type { SankeyNodes } from \"./../charts/flow/SankeyNodes.js\";\nimport type { Scrollbar } from \"./render/Scrollbar.js\";\nimport type { SerialChart } from \"./render/SerialChart.js\";\nimport type { Serializer } from \"./../plugins/json/Serializer.js\";\nimport type { Series } from \"./render/Series.js\";\nimport type { SeriesTypeControl } from \"./../charts/stock/toolbar/SeriesTypeControl.js\";\nimport type { SettingsControl } from \"./../charts/stock/toolbar/SettingsControl.js\";\nimport type { SettingsModal } from \"./../charts/stock/SettingsModal.js\";\nimport type { SimpleLineSeries } from \"./../charts/stock/drawing/SimpleLineSeries.js\";\nimport type { Slice } from \"./render/Slice.js\";\nimport type { SliceGrouper } from \"./../plugins/sliceGrouper/SliceGrouper.js\";\nimport type { SlicedChart } from \"./../charts/funnel/SlicedChart.js\";\nimport type { Slider } from \"./render/Slider.js\";\nimport type { SmoothedRadarLineSeries } from \"./../charts/radar/SmoothedRadarLineSeries.js\";\nimport type { SmoothedXLineSeries } from \"./../charts/xy/series/SmoothedXLineSeries.js\";\nimport type { SmoothedXYLineSeries } from \"./../charts/xy/series/SmoothedXYLineSeries.js\";\nimport type { SmoothedYLineSeries } from \"./../charts/xy/series/SmoothedYLineSeries.js\";\nimport type { Sprite } from \"./render/Sprite.js\";\nimport type { SpriteResizer } from \"./render/SpriteResizer.js\";\nimport type { StandardDeviation } from \"./../charts/stock/indicators/StandardDeviation.js\";\nimport type { Star } from \"./render/Star.js\";\nimport type { StepLineSeries } from \"./../charts/xy/series/StepLineSeries.js\";\nimport type { StochasticMomentumIndex } from \"./../charts/stock/indicators/StochasticMomentumIndex.js\";\nimport type { StochasticOscillator } from \"./../charts/stock/indicators/StochasticOscillator.js\";\nimport type { StockChart } from \"./../charts/stock/StockChart.js\";\nimport type { StockControl } from \"./../charts/stock/toolbar/StockControl.js\";\nimport type { StockLegend } from \"./../charts/stock/StockLegend.js\";\nimport type { StockPanel } from \"./../charts/stock/StockPanel.js\";\nimport type { StockToolbar } from \"./../charts/stock/toolbar/StockToolbar.js\";\nimport type { Sunburst } from \"./../charts/hierarchy/Sunburst.js\";\nimport type { Text } from \"./render/Text.js\";\nimport type { Tick } from \"./render/Tick.js\";\nimport type { Tooltip } from \"./render/Tooltip.js\";\nimport type { Tree } from \"./../charts/hierarchy/Tree.js\";\nimport type { Treemap } from \"./../charts/hierarchy/Treemap.js\";\nimport type { TrendLineSeries } from \"./../charts/stock/drawing/TrendLineSeries.js\";\nimport type { Triangle } from \"./render/Triangle.js\";\nimport type { Trix } from \"./../charts/stock/indicators/Trix.js\";\nimport type { TypicalPrice } from \"./../charts/stock/indicators/TypicalPrice.js\";\nimport type { VWAP } from \"./../charts/stock/indicators/VWAP.js\";\nimport type { ValueAxis } from \"./../charts/xy/axes/ValueAxis.js\";\nimport type { Venn } from \"./../charts/venn/Venn.js\";\nimport type { VerticalLayout } from \"./render/VerticalLayout.js\";\nimport type { VerticalLineSeries } from \"./../charts/stock/drawing/VerticalLineSeries.js\";\nimport type { Volume } from \"./../charts/stock/indicators/Volume.js\";\nimport type { VoronoiTreemap } from \"./../charts/hierarchy/VoronoiTreemap.js\";\nimport type { WilliamsR } from \"./../charts/stock/indicators/WilliamsR.js\";\nimport type { WordCloud } from \"./../charts/wordcloud/WordCloud.js\";\nimport type { XYChart } from \"./../charts/xy/XYChart.js\";\nimport type { XYChartScrollbar } from \"./../charts/xy/XYChartScrollbar.js\";\nimport type { XYCursor } from \"./../charts/xy/XYCursor.js\";\nimport type { XYSeries } from \"./../charts/xy/series/XYSeries.js\";\nimport type { ZigZag } from \"./../charts/stock/indicators/ZigZag.js\";\nimport type { ZoomControl } from \"./../charts/map/ZoomControl.js\";\n\nexport interface IClasses {\n\t\"AccumulationDistribution\": AccumulationDistribution;\n\t\"AccumulativeSwingIndex\": AccumulativeSwingIndex;\n\t\"Annotator\": Annotator;\n\t\"ArcDiagram\": ArcDiagram;\n\t\"ArcDiagramLink\": ArcDiagramLink;\n\t\"ArcDiagramNodes\": ArcDiagramNodes;\n\t\"Aroon\": Aroon;\n\t\"AverageSeries\": AverageSeries;\n\t\"AwesomeOscillator\": AwesomeOscillator;\n\t\"Axis\": Axis<AxisRenderer>;\n\t\"AxisBullet\": AxisBullet;\n\t\"AxisLabel\": AxisLabel;\n\t\"AxisLabelRadial\": AxisLabelRadial;\n\t\"AxisRenderer\": AxisRenderer;\n\t\"AxisRendererCircular\": AxisRendererCircular;\n\t\"AxisRendererRadial\": AxisRendererRadial;\n\t\"AxisRendererX\": AxisRendererX;\n\t\"AxisRendererY\": AxisRendererY;\n\t\"AxisTick\": AxisTick;\n\t\"BaseColumnSeries\": BaseColumnSeries;\n\t\"BollingerBands\": BollingerBands;\n\t\"BreadcrumbBar\": BreadcrumbBar;\n\t\"Bullet\": Bullet;\n\t\"Button\": Button;\n\t\"CalloutSeries\": CalloutSeries;\n\t\"Candlestick\": Candlestick;\n\t\"CandlestickSeries\": CandlestickSeries;\n\t\"CategoryAxis\": CategoryAxis<AxisRenderer>;\n\t\"CategoryDateAxis\": CategoryDateAxis<AxisRenderer>;\n\t\"ChaikinMoneyFlow\": ChaikinMoneyFlow;\n\t\"ChaikinOscillator\": ChaikinOscillator;\n\t\"Chart\": Chart;\n\t\"ChartIndicator\": ChartIndicator;\n\t\"Chord\": Chord;\n\t\"ChordDirected\": ChordDirected;\n\t\"ChordLink\": ChordLink;\n\t\"ChordLinkDirected\": ChordLinkDirected;\n\t\"ChordNodes\": ChordNodes;\n\t\"ChordNonRibbon\": ChordNonRibbon;\n\t\"Circle\": Circle;\n\t\"CirclePattern\": CirclePattern;\n\t\"ClockHand\": ClockHand;\n\t\"ColorControl\": ColorControl;\n\t\"ColorSet\": ColorSet;\n\t\"ColumnSeries\": ColumnSeries;\n\t\"CommodityChannelIndex\": CommodityChannelIndex;\n\t\"ComparisonControl\": ComparisonControl;\n\t\"Component\": Component;\n\t\"Container\": Container;\n\t\"DateAxis\": DateAxis<AxisRenderer>;\n\t\"DateRangeSelector\": DateRangeSelector;\n\t\"DisparityIndex\": DisparityIndex;\n\t\"DoodleSeries\": DoodleSeries;\n\t\"DrawingControl\": DrawingControl;\n\t\"DrawingSeries\": DrawingSeries;\n\t\"DrawingToolControl\": DrawingToolControl;\n\t\"Dropdown\": Dropdown;\n\t\"DropdownColors\": DropdownColors;\n\t\"DropdownList\": DropdownList;\n\t\"DropdownListControl\": DropdownListControl;\n\t\"DurationAxis\": DurationAxis<AxisRenderer>;\n\t\"Ellipse\": Ellipse;\n\t\"EllipseSeries\": EllipseSeries;\n\t\"Entity\": Entity;\n\t\"Exporting\": Exporting;\n\t\"ExportingMenu\": ExportingMenu;\n\t\"FibonacciSeries\": FibonacciSeries;\n\t\"FibonacciTimezoneSeries\": FibonacciTimezoneSeries;\n\t\"Flow\": Flow;\n\t\"FlowLink\": FlowLink;\n\t\"FlowNode\": FlowNode;\n\t\"FlowNodes\": FlowNodes;\n\t\"ForceDirected\": ForceDirected;\n\t\"FunnelSeries\": FunnelSeries;\n\t\"FunnelSlice\": FunnelSlice;\n\t\"GaplessDateAxis\": GaplessDateAxis<AxisRenderer>;\n\t\"Gradient\": Gradient;\n\t\"GrainPattern\": GrainPattern;\n\t\"Graphics\": Graphics;\n\t\"GraticuleSeries\": GraticuleSeries;\n\t\"Grid\": Grid;\n\t\"GridLayout\": GridLayout;\n\t\"HeatLegend\": HeatLegend;\n\t\"Hierarchy\": Hierarchy;\n\t\"HierarchyLink\": HierarchyLink;\n\t\"HierarchyNode\": HierarchyNode;\n\t\"HorizontalLayout\": HorizontalLayout;\n\t\"HorizontalLineSeries\": HorizontalLineSeries;\n\t\"HorizontalRaySeries\": HorizontalRaySeries;\n\t\"IconControl\": IconControl;\n\t\"IconSeries\": IconSeries;\n\t\"Indicator\": Indicator;\n\t\"IndicatorControl\": IndicatorControl;\n\t\"InterfaceColors\": InterfaceColors;\n\t\"IntervalControl\": IntervalControl;\n\t\"Label\": Label;\n\t\"LabelSeries\": LabelSeries;\n\t\"Layout\": Layout;\n\t\"Legend\": Legend;\n\t\"Line\": Line;\n\t\"LinePattern\": LinePattern;\n\t\"LineSeries\": LineSeries;\n\t\"LinearGradient\": LinearGradient;\n\t\"LinkedHierarchy\": LinkedHierarchy;\n\t\"LinkedHierarchyNode\": LinkedHierarchyNode;\n\t\"MACD\": MACD;\n\t\"MapChart\": MapChart;\n\t\"MapLine\": MapLine;\n\t\"MapLineSeries\": MapLineSeries;\n\t\"MapPointSeries\": MapPointSeries;\n\t\"MapPolygon\": MapPolygon;\n\t\"MapPolygonSeries\": MapPolygonSeries;\n\t\"MapSeries\": MapSeries;\n\t\"Measure\": Measure;\n\t\"MedianPrice\": MedianPrice;\n\t\"Modal\": Modal;\n\t\"Momentum\": Momentum;\n\t\"MovingAverage\": MovingAverage;\n\t\"MovingAverageDeviation\": MovingAverageDeviation;\n\t\"MovingAverageEnvelope\": MovingAverageEnvelope;\n\t\"OHLC\": OHLC;\n\t\"OHLCSeries\": OHLCSeries;\n\t\"OnBalanceVolume\": OnBalanceVolume;\n\t\"Pack\": Pack;\n\t\"PanelControls\": PanelControls;\n\t\"Partition\": Partition;\n\t\"PathPattern\": PathPattern;\n\t\"Pattern\": Pattern;\n\t\"PercentChart\": PercentChart;\n\t\"PercentSeries\": PercentSeries;\n\t\"PeriodSelector\": PeriodSelector;\n\t\"PictorialStackedSeries\": PictorialStackedSeries;\n\t\"Picture\": Picture;\n\t\"PicturePattern\": PicturePattern;\n\t\"PieChart\": PieChart;\n\t\"PieSeries\": PieSeries;\n\t\"PointedRectangle\": PointedRectangle;\n\t\"Polygon\": Polygon;\n\t\"PolylineSeries\": PolylineSeries;\n\t\"PyramidSeries\": PyramidSeries;\n\t\"QuadrantLineSeries\": QuadrantLineSeries;\n\t\"RadarChart\": RadarChart;\n\t\"RadarColumnSeries\": RadarColumnSeries;\n\t\"RadarCursor\": RadarCursor;\n\t\"RadarLineSeries\": RadarLineSeries;\n\t\"RadialGradient\": RadialGradient;\n\t\"RadialLabel\": RadialLabel;\n\t\"RadialText\": RadialText;\n\t\"Rectangle\": Rectangle;\n\t\"RectanglePattern\": RectanglePattern;\n\t\"RectangleSeries\": RectangleSeries;\n\t\"RegressionSeries\": RegressionSeries;\n\t\"RelativeStrengthIndex\": RelativeStrengthIndex;\n\t\"ResetControl\": ResetControl;\n\t\"RoundedRectangle\": RoundedRectangle;\n\t\"Sankey\": Sankey;\n\t\"SankeyLink\": SankeyLink;\n\t\"SankeyNodes\": SankeyNodes;\n\t\"Scrollbar\": Scrollbar;\n\t\"SerialChart\": SerialChart;\n\t\"Serializer\": Serializer;\n\t\"Series\": Series;\n\t\"SeriesTypeControl\": SeriesTypeControl;\n\t\"SettingsControl\": SettingsControl;\n\t\"SettingsModal\": SettingsModal;\n\t\"SimpleLineSeries\": SimpleLineSeries;\n\t\"Slice\": Slice;\n\t\"SliceGrouper\": SliceGrouper;\n\t\"SlicedChart\": SlicedChart;\n\t\"Slider\": Slider;\n\t\"SmoothedRadarLineSeries\": SmoothedRadarLineSeries;\n\t\"SmoothedXLineSeries\": SmoothedXLineSeries;\n\t\"SmoothedXYLineSeries\": SmoothedXYLineSeries;\n\t\"SmoothedYLineSeries\": SmoothedYLineSeries;\n\t\"Sprite\": Sprite;\n\t\"SpriteResizer\": SpriteResizer;\n\t\"StandardDeviation\": StandardDeviation;\n\t\"Star\": Star;\n\t\"StepLineSeries\": StepLineSeries;\n\t\"StochasticOscillator\": StochasticOscillator;\n\t\"StochasticMomentumIndex\": StochasticMomentumIndex;\n\t\"StockChart\": StockChart;\n\t\"StockControl\": StockControl;\n\t\"StockLegend\": StockLegend;\n\t\"StockPanel\": StockPanel;\n\t\"StockToolbar\": StockToolbar;\n\t\"Sunburst\": Sunburst;\n\t\"Text\": Text;\n\t\"Tick\": Tick;\n\t\"Tooltip\": Tooltip;\n\t\"Tree\": Tree;\n\t\"Treemap\": Treemap;\n\t\"TrendLineSeries\": TrendLineSeries;\n\t\"Triangle\": Triangle;\n\t\"Trix\": Trix;\n\t\"TypicalPrice\": TypicalPrice;\n\t\"VWAP\": VWAP;\n\t\"ValueAxis\": ValueAxis<AxisRenderer>;\n\t\"Venn\": Venn;\n\t\"VerticalLayout\": VerticalLayout;\n\t\"VerticalLineSeries\": VerticalLineSeries;\n\t\"Volume\": Volume;\n\t\"VoronoiTreemap\": VoronoiTreemap;\n\t\"WilliamsR\": WilliamsR;\n\t\"WordCloud\": WordCloud;\n\t\"XYChart\": XYChart;\n\t\"XYChartScrollbar\": XYChartScrollbar;\n\t\"XYCursor\": XYCursor;\n\t\"XYSeries\": XYSeries;\n\t\"ZigZag\": ZigZag;\n\t\"ZoomControl\": ZoomControl;\n}\n"]}
1
+ {"version":3,"file":"Classes.js","sourceRoot":"","sources":["../../../../src/.internal/core/Classes.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is automatically generated by `yarn generate-classes`.\n * DO NOT MANUALLY EDIT IT OR YOUR CHANGES WILL BE LOST!\n */\n\nimport type { AccumulationDistribution } from \"./../charts/stock/indicators/AccumulationDistribution.js\";\nimport type { AccumulativeSwingIndex } from \"./../charts/stock/indicators/AccumulativeSwingIndex.js\";\nimport type { Annotator } from \"./../plugins/exporting/Annotator.js\";\nimport type { ArcDiagram } from \"./../charts/flow/ArcDiagram.js\";\nimport type { ArcDiagramLink } from \"./../charts/flow/ArcDiagramLink.js\";\nimport type { ArcDiagramNodes } from \"./../charts/flow/ArcDiagramNodes.js\";\nimport type { Aroon } from \"./../charts/stock/indicators/Aroon.js\";\nimport type { AverageSeries } from \"./../charts/stock/drawing/AverageSeries.js\";\nimport type { AwesomeOscillator } from \"./../charts/stock/indicators/AwesomeOscillator.js\";\nimport type { Axis } from \"./../charts/xy/axes/Axis.js\";\nimport type { AxisBullet } from \"./../charts/xy/axes/AxisBullet.js\";\nimport type { AxisLabel } from \"./../charts/xy/axes/AxisLabel.js\";\nimport type { AxisLabelRadial } from \"./../charts/xy/axes/AxisLabelRadial.js\";\nimport type { AxisRenderer } from \"./../charts/xy/axes/AxisRenderer.js\";\nimport type { AxisRendererCircular } from \"./../charts/radar/AxisRendererCircular.js\";\nimport type { AxisRendererRadial } from \"./../charts/radar/AxisRendererRadial.js\";\nimport type { AxisRendererX } from \"./../charts/xy/axes/AxisRendererX.js\";\nimport type { AxisRendererY } from \"./../charts/xy/axes/AxisRendererY.js\";\nimport type { AxisTick } from \"./../charts/xy/axes/AxisTick.js\";\nimport type { BaseColumnSeries } from \"./../charts/xy/series/BaseColumnSeries.js\";\nimport type { BollingerBands } from \"./../charts/stock/indicators/BollingerBands.js\";\nimport type { BreadcrumbBar } from \"./../charts/hierarchy/BreadcrumbBar.js\";\nimport type { Bullet } from \"./render/Bullet.js\";\nimport type { Button } from \"./render/Button.js\";\nimport type { CalloutSeries } from \"./../charts/stock/drawing/CalloutSeries.js\";\nimport type { Candlestick } from \"./../charts/xy/series/Candlestick.js\";\nimport type { CandlestickSeries } from \"./../charts/xy/series/CandlestickSeries.js\";\nimport type { CategoryAxis } from \"./../charts/xy/axes/CategoryAxis.js\";\nimport type { CategoryDateAxis } from \"./../charts/xy/axes/CategoryDateAxis.js\";\nimport type { ChaikinMoneyFlow } from \"./../charts/stock/indicators/ChaikinMoneyFlow.js\";\nimport type { ChaikinOscillator } from \"./../charts/stock/indicators/ChaikinOscillator.js\";\nimport type { Chart } from \"./render/Chart.js\";\nimport type { ChartIndicator } from \"./../charts/stock/indicators/ChartIndicator.js\";\nimport type { Chord } from \"./../charts/flow/Chord.js\";\nimport type { ChordDirected } from \"./../charts/flow/ChordDirected.js\";\nimport type { ChordLink } from \"./../charts/flow/ChordLink.js\";\nimport type { ChordLinkDirected } from \"./../charts/flow/ChordLinkDirected.js\";\nimport type { ChordNodes } from \"./../charts/flow/ChordNodes.js\";\nimport type { ChordNonRibbon } from \"./../charts/flow/ChordNonRibbon.js\";\nimport type { Circle } from \"./render/Circle.js\";\nimport type { CirclePattern } from \"./render/patterns/CirclePattern.js\";\nimport type { ClockHand } from \"./../charts/radar/ClockHand.js\";\nimport type { ColorControl } from \"./../charts/stock/toolbar/ColorControl.js\";\nimport type { ColorSet } from \"./util/ColorSet.js\";\nimport type { ColumnSeries } from \"./../charts/xy/series/ColumnSeries.js\";\nimport type { CommodityChannelIndex } from \"./../charts/stock/indicators/CommodityChannelIndex.js\";\nimport type { ComparisonControl } from \"./../charts/stock/toolbar/ComparisonControl.js\";\nimport type { Component } from \"./render/Component.js\";\nimport type { Container } from \"./render/Container.js\";\nimport type { DateAxis } from \"./../charts/xy/axes/DateAxis.js\";\nimport type { DateRangeSelector } from \"./../charts/stock/toolbar/DateRangeSelector.js\";\nimport type { DisparityIndex } from \"./../charts/stock/indicators/DisparityIndex.js\";\nimport type { DoodleSeries } from \"./../charts/stock/drawing/DoodleSeries.js\";\nimport type { DrawingControl } from \"./../charts/stock/toolbar/DrawingControl.js\";\nimport type { DrawingSeries } from \"./../charts/stock/drawing/DrawingSeries.js\";\nimport type { DrawingToolControl } from \"./../charts/stock/toolbar/DrawingToolControl.js\";\nimport type { Dropdown } from \"./../charts/stock/toolbar/Dropdown.js\";\nimport type { DropdownColors } from \"./../charts/stock/toolbar/DropdownColors.js\";\nimport type { DropdownList } from \"./../charts/stock/toolbar/DropdownList.js\";\nimport type { DropdownListControl } from \"./../charts/stock/toolbar/DropdownListControl.js\";\nimport type { DurationAxis } from \"./../charts/xy/axes/DurationAxis.js\";\nimport type { Ellipse } from \"./render/Ellipse.js\";\nimport type { EllipseSeries } from \"./../charts/stock/drawing/EllipseSeries.js\";\nimport type { Entity } from \"./util/Entity.js\";\nimport type { Exporting } from \"./../plugins/exporting/Exporting.js\";\nimport type { ExportingMenu } from \"./../plugins/exporting/ExportingMenu.js\";\nimport type { FibonacciSeries } from \"./../charts/stock/drawing/FibonacciSeries.js\";\nimport type { FibonacciTimezoneSeries } from \"./../charts/stock/drawing/FibonacciTimezoneSeries.js\";\nimport type { Flow } from \"./../charts/flow/Flow.js\";\nimport type { FlowLink } from \"./../charts/flow/FlowLink.js\";\nimport type { FlowNode } from \"./../charts/flow/FlowNode.js\";\nimport type { FlowNodes } from \"./../charts/flow/FlowNodes.js\";\nimport type { ForceDirected } from \"./../charts/hierarchy/ForceDirected.js\";\nimport type { FunnelSeries } from \"./../charts/funnel/FunnelSeries.js\";\nimport type { FunnelSlice } from \"./../charts/funnel/FunnelSlice.js\";\nimport type { GaplessDateAxis } from \"./../charts/xy/axes/GaplessDateAxis.js\";\nimport type { Gradient } from \"./render/gradients/Gradient.js\";\nimport type { GrainPattern } from \"./render/patterns/GrainPattern.js\";\nimport type { Graphics } from \"./render/Graphics.js\";\nimport type { GraticuleSeries } from \"./../charts/map/GraticuleSeries.js\";\nimport type { Grid } from \"./../charts/xy/axes/Grid.js\";\nimport type { GridLayout } from \"./render/GridLayout.js\";\nimport type { HeatLegend } from \"./render/HeatLegend.js\";\nimport type { Hierarchy } from \"./../charts/hierarchy/Hierarchy.js\";\nimport type { HierarchyLink } from \"./../charts/hierarchy/HierarchyLink.js\";\nimport type { HierarchyNode } from \"./../charts/hierarchy/HierarchyNode.js\";\nimport type { HorizontalLayout } from \"./render/HorizontalLayout.js\";\nimport type { HorizontalLineSeries } from \"./../charts/stock/drawing/HorizontalLineSeries.js\";\nimport type { HorizontalRaySeries } from \"./../charts/stock/drawing/HorizontalRaySeries.js\";\nimport type { IconControl } from \"./../charts/stock/toolbar/IconControl.js\";\nimport type { IconSeries } from \"./../charts/stock/drawing/IconSeries.js\";\nimport type { Indicator } from \"./../charts/stock/indicators/Indicator.js\";\nimport type { IndicatorControl } from \"./../charts/stock/toolbar/IndicatorControl.js\";\nimport type { InterfaceColors } from \"./util/InterfaceColors.js\";\nimport type { IntervalControl } from \"./../charts/stock/toolbar/IntervalControl.js\";\nimport type { Label } from \"./render/Label.js\";\nimport type { LabelSeries } from \"./../charts/stock/drawing/LabelSeries.js\";\nimport type { Layout } from \"./render/Layout.js\";\nimport type { Legend } from \"./render/Legend.js\";\nimport type { Line } from \"./render/Line.js\";\nimport type { LinePattern } from \"./render/patterns/LinePattern.js\";\nimport type { LineSeries } from \"./../charts/xy/series/LineSeries.js\";\nimport type { LinearGradient } from \"./render/gradients/LinearGradient.js\";\nimport type { LinkedHierarchy } from \"./../charts/hierarchy/LinkedHierarchy.js\";\nimport type { LinkedHierarchyNode } from \"./../charts/hierarchy/LinkedHierarchyNode.js\";\nimport type { MACD } from \"./../charts/stock/indicators/MACD.js\";\nimport type { MapChart } from \"./../charts/map/MapChart.js\";\nimport type { MapLine } from \"./../charts/map/MapLine.js\";\nimport type { MapLineSeries } from \"./../charts/map/MapLineSeries.js\";\nimport type { MapPointSeries } from \"./../charts/map/MapPointSeries.js\";\nimport type { MapPolygon } from \"./../charts/map/MapPolygon.js\";\nimport type { MapPolygonSeries } from \"./../charts/map/MapPolygonSeries.js\";\nimport type { MapSeries } from \"./../charts/map/MapSeries.js\";\nimport type { Measure } from \"./../charts/stock/drawing/Measure.js\";\nimport type { MedianPrice } from \"./../charts/stock/indicators/MedianPrice.js\";\nimport type { Modal } from \"./util/Modal.js\";\nimport type { Momentum } from \"./../charts/stock/indicators/Momentum.js\";\nimport type { MovingAverage } from \"./../charts/stock/indicators/MovingAverage.js\";\nimport type { MovingAverageDeviation } from \"./../charts/stock/indicators/MovingAverageDeviation.js\";\nimport type { MovingAverageEnvelope } from \"./../charts/stock/indicators/MovingAverageEnvelope.js\";\nimport type { OHLC } from \"./../charts/xy/series/OHLC.js\";\nimport type { OHLCSeries } from \"./../charts/xy/series/OHLCSeries.js\";\nimport type { OnBalanceVolume } from \"./../charts/stock/indicators/OnBalanceVolume.js\";\nimport type { Pack } from \"./../charts/hierarchy/Pack.js\";\nimport type { PanelControls } from \"./../charts/stock/PanelControls.js\";\nimport type { ParallelChannelSeries } from \"./../charts/stock/drawing/ParallelChannelSeries.js\";\nimport type { Partition } from \"./../charts/hierarchy/Partition.js\";\nimport type { PathPattern } from \"./render/patterns/PathPattern.js\";\nimport type { Pattern } from \"./render/patterns/Pattern.js\";\nimport type { PercentChart } from \"./../charts/percent/PercentChart.js\";\nimport type { PercentSeries } from \"./../charts/percent/PercentSeries.js\";\nimport type { PeriodSelector } from \"./../charts/stock/toolbar/PeriodSelector.js\";\nimport type { PictorialStackedSeries } from \"./../charts/funnel/PictorialStackedSeries.js\";\nimport type { Picture } from \"./render/Picture.js\";\nimport type { PicturePattern } from \"./render/patterns/PicturePattern.js\";\nimport type { PieChart } from \"./../charts/pie/PieChart.js\";\nimport type { PieSeries } from \"./../charts/pie/PieSeries.js\";\nimport type { PointedRectangle } from \"./render/PointedRectangle.js\";\nimport type { Polygon } from \"./render/Polygon.js\";\nimport type { PolylineSeries } from \"./../charts/stock/drawing/PolylineSeries.js\";\nimport type { PyramidSeries } from \"./../charts/funnel/PyramidSeries.js\";\nimport type { QuadrantLineSeries } from \"./../charts/stock/drawing/QuadrantLineSeries.js\";\nimport type { RadarChart } from \"./../charts/radar/RadarChart.js\";\nimport type { RadarColumnSeries } from \"./../charts/radar/RadarColumnSeries.js\";\nimport type { RadarCursor } from \"./../charts/radar/RadarCursor.js\";\nimport type { RadarLineSeries } from \"./../charts/radar/RadarLineSeries.js\";\nimport type { RadialGradient } from \"./render/gradients/RadialGradient.js\";\nimport type { RadialLabel } from \"./render/RadialLabel.js\";\nimport type { RadialText } from \"./render/RadialText.js\";\nimport type { Rectangle } from \"./render/Rectangle.js\";\nimport type { RectanglePattern } from \"./render/patterns/RectanglePattern.js\";\nimport type { RectangleSeries } from \"./../charts/stock/drawing/RectangleSeries.js\";\nimport type { RegressionSeries } from \"./../charts/stock/drawing/RegressionSeries.js\";\nimport type { RelativeStrengthIndex } from \"./../charts/stock/indicators/RelativeStrengthIndex.js\";\nimport type { ResetControl } from \"./../charts/stock/toolbar/ResetControl.js\";\nimport type { RoundedRectangle } from \"./render/RoundedRectangle.js\";\nimport type { Sankey } from \"./../charts/flow/Sankey.js\";\nimport type { SankeyLink } from \"./../charts/flow/SankeyLink.js\";\nimport type { SankeyNodes } from \"./../charts/flow/SankeyNodes.js\";\nimport type { Scrollbar } from \"./render/Scrollbar.js\";\nimport type { SerialChart } from \"./render/SerialChart.js\";\nimport type { Serializer } from \"./../plugins/json/Serializer.js\";\nimport type { Series } from \"./render/Series.js\";\nimport type { SeriesTypeControl } from \"./../charts/stock/toolbar/SeriesTypeControl.js\";\nimport type { SettingsControl } from \"./../charts/stock/toolbar/SettingsControl.js\";\nimport type { SettingsModal } from \"./../charts/stock/SettingsModal.js\";\nimport type { SimpleLineSeries } from \"./../charts/stock/drawing/SimpleLineSeries.js\";\nimport type { Slice } from \"./render/Slice.js\";\nimport type { SliceGrouper } from \"./../plugins/sliceGrouper/SliceGrouper.js\";\nimport type { SlicedChart } from \"./../charts/funnel/SlicedChart.js\";\nimport type { Slider } from \"./render/Slider.js\";\nimport type { SmoothedRadarLineSeries } from \"./../charts/radar/SmoothedRadarLineSeries.js\";\nimport type { SmoothedXLineSeries } from \"./../charts/xy/series/SmoothedXLineSeries.js\";\nimport type { SmoothedXYLineSeries } from \"./../charts/xy/series/SmoothedXYLineSeries.js\";\nimport type { SmoothedYLineSeries } from \"./../charts/xy/series/SmoothedYLineSeries.js\";\nimport type { Sprite } from \"./render/Sprite.js\";\nimport type { SpriteResizer } from \"./render/SpriteResizer.js\";\nimport type { StandardDeviation } from \"./../charts/stock/indicators/StandardDeviation.js\";\nimport type { Star } from \"./render/Star.js\";\nimport type { StepLineSeries } from \"./../charts/xy/series/StepLineSeries.js\";\nimport type { StochasticMomentumIndex } from \"./../charts/stock/indicators/StochasticMomentumIndex.js\";\nimport type { StochasticOscillator } from \"./../charts/stock/indicators/StochasticOscillator.js\";\nimport type { StockChart } from \"./../charts/stock/StockChart.js\";\nimport type { StockControl } from \"./../charts/stock/toolbar/StockControl.js\";\nimport type { StockLegend } from \"./../charts/stock/StockLegend.js\";\nimport type { StockPanel } from \"./../charts/stock/StockPanel.js\";\nimport type { StockToolbar } from \"./../charts/stock/toolbar/StockToolbar.js\";\nimport type { Sunburst } from \"./../charts/hierarchy/Sunburst.js\";\nimport type { Text } from \"./render/Text.js\";\nimport type { Tick } from \"./render/Tick.js\";\nimport type { Tooltip } from \"./render/Tooltip.js\";\nimport type { Tree } from \"./../charts/hierarchy/Tree.js\";\nimport type { Treemap } from \"./../charts/hierarchy/Treemap.js\";\nimport type { TrendLineSeries } from \"./../charts/stock/drawing/TrendLineSeries.js\";\nimport type { Triangle } from \"./render/Triangle.js\";\nimport type { Trix } from \"./../charts/stock/indicators/Trix.js\";\nimport type { TypicalPrice } from \"./../charts/stock/indicators/TypicalPrice.js\";\nimport type { VWAP } from \"./../charts/stock/indicators/VWAP.js\";\nimport type { ValueAxis } from \"./../charts/xy/axes/ValueAxis.js\";\nimport type { Venn } from \"./../charts/venn/Venn.js\";\nimport type { VerticalLayout } from \"./render/VerticalLayout.js\";\nimport type { VerticalLineSeries } from \"./../charts/stock/drawing/VerticalLineSeries.js\";\nimport type { Volume } from \"./../charts/stock/indicators/Volume.js\";\nimport type { VoronoiTreemap } from \"./../charts/hierarchy/VoronoiTreemap.js\";\nimport type { WilliamsR } from \"./../charts/stock/indicators/WilliamsR.js\";\nimport type { WordCloud } from \"./../charts/wordcloud/WordCloud.js\";\nimport type { XYChart } from \"./../charts/xy/XYChart.js\";\nimport type { XYChartScrollbar } from \"./../charts/xy/XYChartScrollbar.js\";\nimport type { XYCursor } from \"./../charts/xy/XYCursor.js\";\nimport type { XYSeries } from \"./../charts/xy/series/XYSeries.js\";\nimport type { ZigZag } from \"./../charts/stock/indicators/ZigZag.js\";\nimport type { ZoomControl } from \"./../charts/map/ZoomControl.js\";\n\nexport interface IClasses {\n\t\"AccumulationDistribution\": AccumulationDistribution;\n\t\"AccumulativeSwingIndex\": AccumulativeSwingIndex;\n\t\"Annotator\": Annotator;\n\t\"ArcDiagram\": ArcDiagram;\n\t\"ArcDiagramLink\": ArcDiagramLink;\n\t\"ArcDiagramNodes\": ArcDiagramNodes;\n\t\"Aroon\": Aroon;\n\t\"AverageSeries\": AverageSeries;\n\t\"AwesomeOscillator\": AwesomeOscillator;\n\t\"Axis\": Axis<AxisRenderer>;\n\t\"AxisBullet\": AxisBullet;\n\t\"AxisLabel\": AxisLabel;\n\t\"AxisLabelRadial\": AxisLabelRadial;\n\t\"AxisRenderer\": AxisRenderer;\n\t\"AxisRendererCircular\": AxisRendererCircular;\n\t\"AxisRendererRadial\": AxisRendererRadial;\n\t\"AxisRendererX\": AxisRendererX;\n\t\"AxisRendererY\": AxisRendererY;\n\t\"AxisTick\": AxisTick;\n\t\"BaseColumnSeries\": BaseColumnSeries;\n\t\"BollingerBands\": BollingerBands;\n\t\"BreadcrumbBar\": BreadcrumbBar;\n\t\"Bullet\": Bullet;\n\t\"Button\": Button;\n\t\"CalloutSeries\": CalloutSeries;\n\t\"Candlestick\": Candlestick;\n\t\"CandlestickSeries\": CandlestickSeries;\n\t\"CategoryAxis\": CategoryAxis<AxisRenderer>;\n\t\"CategoryDateAxis\": CategoryDateAxis<AxisRenderer>;\n\t\"ChaikinMoneyFlow\": ChaikinMoneyFlow;\n\t\"ChaikinOscillator\": ChaikinOscillator;\n\t\"Chart\": Chart;\n\t\"ChartIndicator\": ChartIndicator;\n\t\"Chord\": Chord;\n\t\"ChordDirected\": ChordDirected;\n\t\"ChordLink\": ChordLink;\n\t\"ChordLinkDirected\": ChordLinkDirected;\n\t\"ChordNodes\": ChordNodes;\n\t\"ChordNonRibbon\": ChordNonRibbon;\n\t\"Circle\": Circle;\n\t\"CirclePattern\": CirclePattern;\n\t\"ClockHand\": ClockHand;\n\t\"ColorControl\": ColorControl;\n\t\"ColorSet\": ColorSet;\n\t\"ColumnSeries\": ColumnSeries;\n\t\"CommodityChannelIndex\": CommodityChannelIndex;\n\t\"ComparisonControl\": ComparisonControl;\n\t\"Component\": Component;\n\t\"Container\": Container;\n\t\"DateAxis\": DateAxis<AxisRenderer>;\n\t\"DateRangeSelector\": DateRangeSelector;\n\t\"DisparityIndex\": DisparityIndex;\n\t\"DoodleSeries\": DoodleSeries;\n\t\"DrawingControl\": DrawingControl;\n\t\"DrawingSeries\": DrawingSeries;\n\t\"DrawingToolControl\": DrawingToolControl;\n\t\"Dropdown\": Dropdown;\n\t\"DropdownColors\": DropdownColors;\n\t\"DropdownList\": DropdownList;\n\t\"DropdownListControl\": DropdownListControl;\n\t\"DurationAxis\": DurationAxis<AxisRenderer>;\n\t\"Ellipse\": Ellipse;\n\t\"EllipseSeries\": EllipseSeries;\n\t\"Entity\": Entity;\n\t\"Exporting\": Exporting;\n\t\"ExportingMenu\": ExportingMenu;\n\t\"FibonacciSeries\": FibonacciSeries;\n\t\"FibonacciTimezoneSeries\": FibonacciTimezoneSeries;\n\t\"Flow\": Flow;\n\t\"FlowLink\": FlowLink;\n\t\"FlowNode\": FlowNode;\n\t\"FlowNodes\": FlowNodes;\n\t\"ForceDirected\": ForceDirected;\n\t\"FunnelSeries\": FunnelSeries;\n\t\"FunnelSlice\": FunnelSlice;\n\t\"GaplessDateAxis\": GaplessDateAxis<AxisRenderer>;\n\t\"Gradient\": Gradient;\n\t\"GrainPattern\": GrainPattern;\n\t\"Graphics\": Graphics;\n\t\"GraticuleSeries\": GraticuleSeries;\n\t\"Grid\": Grid;\n\t\"GridLayout\": GridLayout;\n\t\"HeatLegend\": HeatLegend;\n\t\"Hierarchy\": Hierarchy;\n\t\"HierarchyLink\": HierarchyLink;\n\t\"HierarchyNode\": HierarchyNode;\n\t\"HorizontalLayout\": HorizontalLayout;\n\t\"HorizontalLineSeries\": HorizontalLineSeries;\n\t\"HorizontalRaySeries\": HorizontalRaySeries;\n\t\"IconControl\": IconControl;\n\t\"IconSeries\": IconSeries;\n\t\"Indicator\": Indicator;\n\t\"IndicatorControl\": IndicatorControl;\n\t\"InterfaceColors\": InterfaceColors;\n\t\"IntervalControl\": IntervalControl;\n\t\"Label\": Label;\n\t\"LabelSeries\": LabelSeries;\n\t\"Layout\": Layout;\n\t\"Legend\": Legend;\n\t\"Line\": Line;\n\t\"LinePattern\": LinePattern;\n\t\"LineSeries\": LineSeries;\n\t\"LinearGradient\": LinearGradient;\n\t\"LinkedHierarchy\": LinkedHierarchy;\n\t\"LinkedHierarchyNode\": LinkedHierarchyNode;\n\t\"MACD\": MACD;\n\t\"MapChart\": MapChart;\n\t\"MapLine\": MapLine;\n\t\"MapLineSeries\": MapLineSeries;\n\t\"MapPointSeries\": MapPointSeries;\n\t\"MapPolygon\": MapPolygon;\n\t\"MapPolygonSeries\": MapPolygonSeries;\n\t\"MapSeries\": MapSeries;\n\t\"Measure\": Measure;\n\t\"MedianPrice\": MedianPrice;\n\t\"Modal\": Modal;\n\t\"Momentum\": Momentum;\n\t\"MovingAverage\": MovingAverage;\n\t\"MovingAverageDeviation\": MovingAverageDeviation;\n\t\"MovingAverageEnvelope\": MovingAverageEnvelope;\n\t\"OHLC\": OHLC;\n\t\"OHLCSeries\": OHLCSeries;\n\t\"OnBalanceVolume\": OnBalanceVolume;\n\t\"Pack\": Pack;\n\t\"PanelControls\": PanelControls;\n\t\"ParallelChannelSeries\": ParallelChannelSeries;\n\t\"Partition\": Partition;\n\t\"PathPattern\": PathPattern;\n\t\"Pattern\": Pattern;\n\t\"PercentChart\": PercentChart;\n\t\"PercentSeries\": PercentSeries;\n\t\"PeriodSelector\": PeriodSelector;\n\t\"PictorialStackedSeries\": PictorialStackedSeries;\n\t\"Picture\": Picture;\n\t\"PicturePattern\": PicturePattern;\n\t\"PieChart\": PieChart;\n\t\"PieSeries\": PieSeries;\n\t\"PointedRectangle\": PointedRectangle;\n\t\"Polygon\": Polygon;\n\t\"PolylineSeries\": PolylineSeries;\n\t\"PyramidSeries\": PyramidSeries;\n\t\"QuadrantLineSeries\": QuadrantLineSeries;\n\t\"RadarChart\": RadarChart;\n\t\"RadarColumnSeries\": RadarColumnSeries;\n\t\"RadarCursor\": RadarCursor;\n\t\"RadarLineSeries\": RadarLineSeries;\n\t\"RadialGradient\": RadialGradient;\n\t\"RadialLabel\": RadialLabel;\n\t\"RadialText\": RadialText;\n\t\"Rectangle\": Rectangle;\n\t\"RectanglePattern\": RectanglePattern;\n\t\"RectangleSeries\": RectangleSeries;\n\t\"RegressionSeries\": RegressionSeries;\n\t\"RelativeStrengthIndex\": RelativeStrengthIndex;\n\t\"ResetControl\": ResetControl;\n\t\"RoundedRectangle\": RoundedRectangle;\n\t\"Sankey\": Sankey;\n\t\"SankeyLink\": SankeyLink;\n\t\"SankeyNodes\": SankeyNodes;\n\t\"Scrollbar\": Scrollbar;\n\t\"SerialChart\": SerialChart;\n\t\"Serializer\": Serializer;\n\t\"Series\": Series;\n\t\"SeriesTypeControl\": SeriesTypeControl;\n\t\"SettingsControl\": SettingsControl;\n\t\"SettingsModal\": SettingsModal;\n\t\"SimpleLineSeries\": SimpleLineSeries;\n\t\"Slice\": Slice;\n\t\"SliceGrouper\": SliceGrouper;\n\t\"SlicedChart\": SlicedChart;\n\t\"Slider\": Slider;\n\t\"SmoothedRadarLineSeries\": SmoothedRadarLineSeries;\n\t\"SmoothedXLineSeries\": SmoothedXLineSeries;\n\t\"SmoothedXYLineSeries\": SmoothedXYLineSeries;\n\t\"SmoothedYLineSeries\": SmoothedYLineSeries;\n\t\"Sprite\": Sprite;\n\t\"SpriteResizer\": SpriteResizer;\n\t\"StandardDeviation\": StandardDeviation;\n\t\"Star\": Star;\n\t\"StepLineSeries\": StepLineSeries;\n\t\"StochasticOscillator\": StochasticOscillator;\n\t\"StochasticMomentumIndex\": StochasticMomentumIndex;\n\t\"StockChart\": StockChart;\n\t\"StockControl\": StockControl;\n\t\"StockLegend\": StockLegend;\n\t\"StockPanel\": StockPanel;\n\t\"StockToolbar\": StockToolbar;\n\t\"Sunburst\": Sunburst;\n\t\"Text\": Text;\n\t\"Tick\": Tick;\n\t\"Tooltip\": Tooltip;\n\t\"Tree\": Tree;\n\t\"Treemap\": Treemap;\n\t\"TrendLineSeries\": TrendLineSeries;\n\t\"Triangle\": Triangle;\n\t\"Trix\": Trix;\n\t\"TypicalPrice\": TypicalPrice;\n\t\"VWAP\": VWAP;\n\t\"ValueAxis\": ValueAxis<AxisRenderer>;\n\t\"Venn\": Venn;\n\t\"VerticalLayout\": VerticalLayout;\n\t\"VerticalLineSeries\": VerticalLineSeries;\n\t\"Volume\": Volume;\n\t\"VoronoiTreemap\": VoronoiTreemap;\n\t\"WilliamsR\": WilliamsR;\n\t\"WordCloud\": WordCloud;\n\t\"XYChart\": XYChart;\n\t\"XYChartScrollbar\": XYChartScrollbar;\n\t\"XYCursor\": XYCursor;\n\t\"XYSeries\": XYSeries;\n\t\"ZigZag\": ZigZag;\n\t\"ZoomControl\": ZoomControl;\n}\n"]}
@@ -10,7 +10,7 @@ export class Registry {
10
10
  enumerable: true,
11
11
  configurable: true,
12
12
  writable: true,
13
- value: "5.5.3"
13
+ value: "5.5.5"
14
14
  });
15
15
  /**
16
16
  * List of applied licenses.
@@ -1 +1 @@
1
- {"version":3,"file":"Registry.js","sourceRoot":"","sources":["../../../../src/.internal/core/Registry.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,OAAO,QAAQ;IAArB;QACC;;WAEG;QACH;;;;mBAA2B,OAAO;WAAC;QAEnC;;;WAGG;QACH;;;;mBAAqB,EAAE;WAAC;QAExB;;WAEG;QACH;;;;mBAAyC,EAAE;WAAC;QAE5C;;WAEG;QACH;;;;mBAAsB,EAAE;WAAC;IAE1B,CAAC;CAAA;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;AAEvC;;;;;;;;;;;;;GAaG;AACH,MAAM,UAAU,UAAU,CAAC,OAAe;IACzC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;AACjC,CAAC;AAGD;;GAEG;AACH,MAAM,UAAU,sBAAsB;IACrC,IAAI,IAAI,CAAC;IACT,OAAM,IAAI,GAAG,QAAQ,CAAC,YAAY,CAAC,GAAG,EAAE,EAAE;QACzC,IAAI,CAAC,OAAO,EAAE,CAAC;KACf;AACF,CAAC","sourcesContent":["\r\n/**\r\n * @ignore\r\n */\r\nexport class Registry {\r\n\t/**\r\n\t * Currently running version of amCharts.\r\n\t */\r\n\treadonly version: string = \"5.5.3\";\r\n\r\n\t/**\r\n\t * List of applied licenses.\r\n\t * @ignore\r\n\t */\r\n\tlicenses: String[] = [];\r\n\r\n\t/**\r\n\t * Entities that have their `id` setting set.\r\n\t */\r\n\tentitiesById: { [index: string]: any } = {};\r\n\r\n\t/**\r\n\t * All created [[Root]] elements.\r\n\t */\r\n\trootElements: any[] = [];\r\n\r\n}\r\n\r\n/**\r\n\t* @ignore\r\n */\r\nexport const registry = new Registry();\r\n\r\n/**\r\n * Adds a license, e.g.:\r\n *\r\n * ```TypeScript\r\n * am5.addLicense(\"xxxxxxxx\");\r\n * ```\r\n * ```JavaScript\r\n * am5.addLicense(\"xxxxxxxx\");\r\n * ```\r\n *\r\n * Multiple licenses can be added to cover for multiple products.\r\n *\r\n * @param license License key\r\n */\r\nexport function addLicense(license: string): void {\r\n\tregistry.licenses.push(license);\r\n}\r\n\r\n\r\n/**\r\n * Disposes all [[Root]] elements.\r\n */\r\nexport function disposeAllRootElements(): void {\r\n\tlet root;\r\n\twhile(root = registry.rootElements.pop()) {\r\n\t\troot.dispose();\r\n\t}\r\n}\r\n"]}
1
+ {"version":3,"file":"Registry.js","sourceRoot":"","sources":["../../../../src/.internal/core/Registry.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,OAAO,QAAQ;IAArB;QACC;;WAEG;QACH;;;;mBAA2B,OAAO;WAAC;QAEnC;;;WAGG;QACH;;;;mBAAqB,EAAE;WAAC;QAExB;;WAEG;QACH;;;;mBAAyC,EAAE;WAAC;QAE5C;;WAEG;QACH;;;;mBAAsB,EAAE;WAAC;IAE1B,CAAC;CAAA;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;AAEvC;;;;;;;;;;;;;GAaG;AACH,MAAM,UAAU,UAAU,CAAC,OAAe;IACzC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;AACjC,CAAC;AAGD;;GAEG;AACH,MAAM,UAAU,sBAAsB;IACrC,IAAI,IAAI,CAAC;IACT,OAAM,IAAI,GAAG,QAAQ,CAAC,YAAY,CAAC,GAAG,EAAE,EAAE;QACzC,IAAI,CAAC,OAAO,EAAE,CAAC;KACf;AACF,CAAC","sourcesContent":["\r\n/**\r\n * @ignore\r\n */\r\nexport class Registry {\r\n\t/**\r\n\t * Currently running version of amCharts.\r\n\t */\r\n\treadonly version: string = \"5.5.5\";\r\n\r\n\t/**\r\n\t * List of applied licenses.\r\n\t * @ignore\r\n\t */\r\n\tlicenses: String[] = [];\r\n\r\n\t/**\r\n\t * Entities that have their `id` setting set.\r\n\t */\r\n\tentitiesById: { [index: string]: any } = {};\r\n\r\n\t/**\r\n\t * All created [[Root]] elements.\r\n\t */\r\n\trootElements: any[] = [];\r\n\r\n}\r\n\r\n/**\r\n\t* @ignore\r\n */\r\nexport const registry = new Registry();\r\n\r\n/**\r\n * Adds a license, e.g.:\r\n *\r\n * ```TypeScript\r\n * am5.addLicense(\"xxxxxxxx\");\r\n * ```\r\n * ```JavaScript\r\n * am5.addLicense(\"xxxxxxxx\");\r\n * ```\r\n *\r\n * Multiple licenses can be added to cover for multiple products.\r\n *\r\n * @param license License key\r\n */\r\nexport function addLicense(license: string): void {\r\n\tregistry.licenses.push(license);\r\n}\r\n\r\n\r\n/**\r\n * Disposes all [[Root]] elements.\r\n */\r\nexport function disposeAllRootElements(): void {\r\n\tlet root;\r\n\twhile(root = registry.rootElements.pop()) {\r\n\t\troot.dispose();\r\n\t}\r\n}\r\n"]}
package/CHANGELOG.md CHANGED
@@ -5,6 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
  Please note, that this project, while following numbering syntax, it DOES NOT
6
6
  adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
7
7
 
8
+ ## [5.5.5] - 2023-11-06
9
+
10
+ ### Added
11
+ - SMA line added to Relative Strength Index indicator in `StockChart`.
12
+ - A possibility to draw a Parallel Channel added to `StockChart`.
13
+
14
+ ### Changed
15
+ - Removed dependency on the `regression` npm package.
16
+
17
+ ### Fixed
18
+ - Change of `minGridDistance` setting on `AxisRenderer` was not being applied until next redraw.
19
+ - Snapping of `StockChart` drawings sometimes worked incorrectly.
20
+ - Average line was drawn incorectly on a `StockChart` (since `5.5.2`).
21
+
22
+
23
+ ## [5.5.4] - 2023-11-01
24
+
25
+ ### Fixed
26
+ - All `StockChart` indicators with OverBought/Oversold ranges were zooming to the selected series range (they should not).
27
+
28
+
8
29
  ## [5.5.3] - 2023-11-01
9
30
 
10
31
  ### Added
@@ -69,7 +90,7 @@ adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
69
90
  - New private setting `trustBounds` added to `Sprite`. If set to `true`, the Sprite will check if a mouse pointer is within bounds of a Sprite before dispatching its pointer events. This helps to solve ghost tooltips problem which sometimes appears while moving the pointer over interactive objects. It is set to `true` by default on `Rectangle` and `Circle`.
70
91
 
71
92
  ### Changed
72
- - Previously elements only supported one fill at a time - either `fill` or `fillGradient` or `fillPattern`. Now `fill` or `fillGradient` will be drawn even if `fillPattern` is set. This allows combining
93
+ - Previously elements only supported one fill at a time - either `fill` or `fillGradient` or `fillPattern`. Now `fill` or `fillGradient` will be drawn even if `fillPattern` is set. This allows combining
73
94
  patterns with gradient fills.
74
95
  - Gradients no longer inherit parent object's `fill`.
75
96
  - It is now possible to draw annotations on a `StockChart` outside X-axis' min/max using axis overzoom.
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-flow-arc-horizontal",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-flow-arc-vertical",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-flow-chord",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-flow-chord-directed",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-flow-chord-non-ribbon",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-flow-sankey",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-gauge",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-gauge-bands",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-hierarchy-force-directed",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-hierarchy-pack",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-hierarchy-partition",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-hierarchy-sunburst",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-hierarchy-tree",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-hierarchy-treemap",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-hierarchy-voronoi-treemap",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-jest",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-json-pie",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-json-xy",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-map-animating-along-lines",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-map-day-and-night",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-map-globe-rotate-to-country",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-map-globe-with-projected-circles",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-map-with-bubbles",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-map-zoom-to-country",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-misc-40-charts",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-misc-microchart-grid",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-pie-chart",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-pie-donut-chart",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-pie-variable-radius",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-radar-column-iwatch-style",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-radar-heat-map",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-radar-line",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-radar-time-line",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-sliced-funnel",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-sliced-pictorial-stacked",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-sliced-pyramid",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-stock-chart",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-stock-chart-comparing-stocks",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",
@@ -3,7 +3,7 @@
3
3
  "name": "amcharts5-example-stock-chart-data-granularity",
4
4
  "version": "0.1.0",
5
5
  "devDependencies": {
6
- "@amcharts/amcharts5": "^5.5.3",
6
+ "@amcharts/amcharts5": "^5.5.5",
7
7
  "source-map-loader": "^4.0.1",
8
8
  "webpack": "^5.1.3",
9
9
  "webpack-cli": "^5.1.1",