@amcharts/amcharts5 5.1.8 → 5.1.11

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 (306) hide show
  1. package/.internal/charts/hierarchy/ForceDirected.d.ts +1 -0
  2. package/.internal/charts/hierarchy/ForceDirected.d.ts.map +1 -1
  3. package/.internal/charts/hierarchy/ForceDirected.js +9 -0
  4. package/.internal/charts/hierarchy/ForceDirected.js.map +1 -1
  5. package/.internal/charts/hierarchy/LinkedHierarchy.d.ts +1 -0
  6. package/.internal/charts/hierarchy/LinkedHierarchy.d.ts.map +1 -1
  7. package/.internal/charts/hierarchy/LinkedHierarchy.js +12 -3
  8. package/.internal/charts/hierarchy/LinkedHierarchy.js.map +1 -1
  9. package/.internal/charts/radar/RadarChart.d.ts +1 -0
  10. package/.internal/charts/radar/RadarChart.d.ts.map +1 -1
  11. package/.internal/charts/radar/RadarChart.js +7 -0
  12. package/.internal/charts/radar/RadarChart.js.map +1 -1
  13. package/.internal/charts/xy/XYChart.d.ts +11 -1
  14. package/.internal/charts/xy/XYChart.d.ts.map +1 -1
  15. package/.internal/charts/xy/XYChart.js +77 -11
  16. package/.internal/charts/xy/XYChart.js.map +1 -1
  17. package/.internal/charts/xy/XYChartDefaultTheme.d.ts.map +1 -1
  18. package/.internal/charts/xy/XYChartDefaultTheme.js +0 -2
  19. package/.internal/charts/xy/XYChartDefaultTheme.js.map +1 -1
  20. package/.internal/charts/xy/axes/Axis.d.ts.map +1 -1
  21. package/.internal/charts/xy/axes/Axis.js +2 -1
  22. package/.internal/charts/xy/axes/Axis.js.map +1 -1
  23. package/.internal/charts/xy/axes/AxisRendererX.d.ts.map +1 -1
  24. package/.internal/charts/xy/axes/AxisRendererX.js +7 -2
  25. package/.internal/charts/xy/axes/AxisRendererX.js.map +1 -1
  26. package/.internal/charts/xy/axes/AxisRendererY.js +2 -2
  27. package/.internal/charts/xy/axes/AxisRendererY.js.map +1 -1
  28. package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
  29. package/.internal/charts/xy/axes/DateAxis.js +50 -5
  30. package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
  31. package/.internal/charts/xy/axes/ValueAxis.d.ts +13 -0
  32. package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
  33. package/.internal/charts/xy/axes/ValueAxis.js +125 -75
  34. package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
  35. package/.internal/charts/xy/series/BaseColumnSeries.d.ts.map +1 -1
  36. package/.internal/charts/xy/series/BaseColumnSeries.js +9 -0
  37. package/.internal/charts/xy/series/BaseColumnSeries.js.map +1 -1
  38. package/.internal/charts/xy/series/LineSeries.d.ts.map +1 -1
  39. package/.internal/charts/xy/series/LineSeries.js +3 -0
  40. package/.internal/charts/xy/series/LineSeries.js.map +1 -1
  41. package/.internal/charts/xy/series/XYSeries.d.ts +11 -0
  42. package/.internal/charts/xy/series/XYSeries.d.ts.map +1 -1
  43. package/.internal/charts/xy/series/XYSeries.js +44 -11
  44. package/.internal/charts/xy/series/XYSeries.js.map +1 -1
  45. package/.internal/core/Classes.d.ts +14 -8
  46. package/.internal/core/Classes.d.ts.map +1 -1
  47. package/.internal/core/Classes.js.map +1 -1
  48. package/.internal/core/Root.d.ts +1 -0
  49. package/.internal/core/Root.d.ts.map +1 -1
  50. package/.internal/core/Root.js +11 -2
  51. package/.internal/core/Root.js.map +1 -1
  52. package/.internal/core/render/Graphics.js +1 -1
  53. package/.internal/core/render/Graphics.js.map +1 -1
  54. package/.internal/core/render/GridLayout.d.ts.map +1 -1
  55. package/.internal/core/render/GridLayout.js +11 -9
  56. package/.internal/core/render/GridLayout.js.map +1 -1
  57. package/.internal/core/render/HorizontalLayout.d.ts.map +1 -1
  58. package/.internal/core/render/HorizontalLayout.js +40 -34
  59. package/.internal/core/render/HorizontalLayout.js.map +1 -1
  60. package/.internal/core/render/Legend.d.ts.map +1 -1
  61. package/.internal/core/render/Legend.js +7 -0
  62. package/.internal/core/render/Legend.js.map +1 -1
  63. package/.internal/core/render/Scrollbar.d.ts.map +1 -1
  64. package/.internal/core/render/Scrollbar.js +3 -0
  65. package/.internal/core/render/Scrollbar.js.map +1 -1
  66. package/.internal/core/render/Series.d.ts +5 -0
  67. package/.internal/core/render/Series.d.ts.map +1 -1
  68. package/.internal/core/render/Series.js +40 -10
  69. package/.internal/core/render/Series.js.map +1 -1
  70. package/.internal/core/render/Sprite.d.ts +4 -0
  71. package/.internal/core/render/Sprite.d.ts.map +1 -1
  72. package/.internal/core/render/Sprite.js +14 -0
  73. package/.internal/core/render/Sprite.js.map +1 -1
  74. package/.internal/core/render/VerticalLayout.d.ts.map +1 -1
  75. package/.internal/core/render/VerticalLayout.js +40 -34
  76. package/.internal/core/render/VerticalLayout.js.map +1 -1
  77. package/.internal/core/render/backend/CanvasRenderer.d.ts +4 -3
  78. package/.internal/core/render/backend/CanvasRenderer.d.ts.map +1 -1
  79. package/.internal/core/render/backend/CanvasRenderer.js +52 -27
  80. package/.internal/core/render/backend/CanvasRenderer.js.map +1 -1
  81. package/.internal/core/render/backend/Renderer.d.ts +1 -0
  82. package/.internal/core/render/backend/Renderer.d.ts.map +1 -1
  83. package/.internal/core/render/backend/Renderer.js.map +1 -1
  84. package/.internal/core/util/PopulateString.js +12 -2
  85. package/.internal/core/util/PopulateString.js.map +1 -1
  86. package/.internal/core/util/ResizeSensor.js +1 -1
  87. package/.internal/core/util/ResizeSensor.js.map +1 -1
  88. package/.internal/core/util/Time.d.ts +1 -0
  89. package/.internal/core/util/Time.d.ts.map +1 -1
  90. package/.internal/core/util/Time.js +12 -0
  91. package/.internal/core/util/Time.js.map +1 -1
  92. package/.internal/plugins/exporting/ExportingMenu.d.ts.map +1 -1
  93. package/.internal/plugins/exporting/ExportingMenu.js +3 -2
  94. package/.internal/plugins/exporting/ExportingMenu.js.map +1 -1
  95. package/.internal/plugins/json/Classes-script.d.ts +271 -0
  96. package/.internal/plugins/json/Classes-script.d.ts.map +1 -0
  97. package/.internal/plugins/json/Classes-script.js +139 -0
  98. package/.internal/plugins/json/Classes-script.js.map +1 -0
  99. package/.internal/plugins/json/Classes.d.ts +271 -0
  100. package/.internal/plugins/json/Classes.d.ts.map +1 -0
  101. package/.internal/plugins/json/Classes.js +139 -0
  102. package/.internal/plugins/json/Classes.js.map +1 -0
  103. package/.internal/plugins/json/Json.d.ts +7 -0
  104. package/.internal/plugins/json/Json.d.ts.map +1 -0
  105. package/.internal/plugins/json/Json.js +304 -0
  106. package/.internal/plugins/json/Json.js.map +1 -0
  107. package/CHANGELOG.md +52 -0
  108. package/examples/javascript/flow-chord/package.json +1 -1
  109. package/examples/javascript/flow-chord-directed/package.json +1 -1
  110. package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
  111. package/examples/javascript/flow-sankey/package.json +1 -1
  112. package/examples/javascript/gauge/package.json +1 -1
  113. package/examples/javascript/gauge-bands/package.json +1 -1
  114. package/examples/javascript/hierarchy-force-directed/package.json +1 -1
  115. package/examples/javascript/hierarchy-pack/package.json +1 -1
  116. package/examples/javascript/hierarchy-partition/package.json +1 -1
  117. package/examples/javascript/hierarchy-sunburst/package.json +1 -1
  118. package/examples/javascript/hierarchy-tree/package.json +1 -1
  119. package/examples/javascript/hierarchy-treemap/package.json +1 -1
  120. package/examples/javascript/json/README.md +6 -0
  121. package/examples/javascript/json/index.css +11 -0
  122. package/examples/javascript/json/index.html +12 -0
  123. package/examples/javascript/json/index.js +206 -0
  124. package/examples/javascript/json/package.json +16 -0
  125. package/examples/javascript/json/webpack.config.js +38 -0
  126. package/examples/javascript/map-animating-along-lines/package.json +1 -1
  127. package/examples/javascript/map-day-and-night/package.json +1 -1
  128. package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
  129. package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
  130. package/examples/javascript/map-with-bubbles/package.json +1 -1
  131. package/examples/javascript/map-zoom-to-country/package.json +1 -1
  132. package/examples/javascript/misc-40-charts/package.json +1 -1
  133. package/examples/javascript/misc-microchart-grid/package.json +1 -1
  134. package/examples/javascript/pie-chart/package.json +1 -1
  135. package/examples/javascript/pie-donut-chart/package.json +1 -1
  136. package/examples/javascript/pie-variable-radius/package.json +1 -1
  137. package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
  138. package/examples/javascript/radar-heat-map/package.json +1 -1
  139. package/examples/javascript/radar-line/package.json +1 -1
  140. package/examples/javascript/radar-time-line/package.json +1 -1
  141. package/examples/javascript/sliced-funnel/package.json +1 -1
  142. package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
  143. package/examples/javascript/sliced-pyramid/package.json +1 -1
  144. package/examples/javascript/venn-diagram/package.json +1 -1
  145. package/examples/javascript/wordcloud-with-data/package.json +1 -1
  146. package/examples/javascript/wordcloud-with-text/package.json +1 -1
  147. package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
  148. package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  149. package/examples/javascript/xy-bubble/package.json +1 -1
  150. package/examples/javascript/xy-candlestick/package.json +1 -1
  151. package/examples/javascript/xy-clustered-column/package.json +1 -1
  152. package/examples/javascript/xy-column/package.json +1 -1
  153. package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
  154. package/examples/javascript/xy-data-grouping/package.json +1 -1
  155. package/examples/javascript/xy-draggable-range/package.json +1 -1
  156. package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  157. package/examples/javascript/xy-dumbbell plot/package.json +1 -1
  158. package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
  159. package/examples/javascript/xy-line/package.json +1 -1
  160. package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
  161. package/examples/javascript/xy-live-data/package.json +1 -1
  162. package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
  163. package/examples/javascript/xy-ohlc/package.json +1 -1
  164. package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
  165. package/examples/javascript/xy-smoothed-line/package.json +1 -1
  166. package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
  167. package/examples/javascript/xy-stacked-column/package.json +1 -1
  168. package/examples/javascript/xy-stacked-step/package.json +1 -1
  169. package/examples/javascript/xy-stock/package.json +1 -1
  170. package/examples/javascript/xy-stock-comparing/package.json +1 -1
  171. package/examples/typescript/flow-chord/package.json +1 -1
  172. package/examples/typescript/flow-chord/webpack.config.js +1 -1
  173. package/examples/typescript/flow-chord-directed/package.json +1 -1
  174. package/examples/typescript/flow-chord-directed/webpack.config.js +1 -1
  175. package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
  176. package/examples/typescript/flow-chord-non-ribbon/webpack.config.js +1 -1
  177. package/examples/typescript/flow-sankey/package.json +1 -1
  178. package/examples/typescript/flow-sankey/webpack.config.js +1 -1
  179. package/examples/typescript/gauge/package.json +1 -1
  180. package/examples/typescript/gauge/webpack.config.js +1 -1
  181. package/examples/typescript/gauge-bands/package.json +1 -1
  182. package/examples/typescript/gauge-bands/webpack.config.js +1 -1
  183. package/examples/typescript/hierarchy-force-directed/package.json +1 -1
  184. package/examples/typescript/hierarchy-force-directed/webpack.config.js +1 -1
  185. package/examples/typescript/hierarchy-pack/package.json +1 -1
  186. package/examples/typescript/hierarchy-pack/webpack.config.js +1 -1
  187. package/examples/typescript/hierarchy-partition/package.json +1 -1
  188. package/examples/typescript/hierarchy-partition/webpack.config.js +1 -1
  189. package/examples/typescript/hierarchy-sunburst/package.json +1 -1
  190. package/examples/typescript/hierarchy-sunburst/webpack.config.js +1 -1
  191. package/examples/typescript/hierarchy-tree/package.json +1 -1
  192. package/examples/typescript/hierarchy-tree/webpack.config.js +1 -1
  193. package/examples/typescript/hierarchy-treemap/package.json +1 -1
  194. package/examples/typescript/hierarchy-treemap/webpack.config.js +1 -1
  195. package/examples/typescript/json/README.md +6 -0
  196. package/examples/typescript/json/index.css +11 -0
  197. package/examples/typescript/json/index.html +12 -0
  198. package/examples/typescript/json/index.ts +206 -0
  199. package/examples/typescript/json/package.json +18 -0
  200. package/examples/typescript/json/tsconfig.json +12 -0
  201. package/examples/typescript/json/webpack.config.js +45 -0
  202. package/examples/typescript/map-animating-along-lines/package.json +1 -1
  203. package/examples/typescript/map-animating-along-lines/webpack.config.js +1 -1
  204. package/examples/typescript/map-day-and-night/package.json +1 -1
  205. package/examples/typescript/map-day-and-night/webpack.config.js +1 -1
  206. package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
  207. package/examples/typescript/map-globe-rotate-to-country/webpack.config.js +1 -1
  208. package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
  209. package/examples/typescript/map-globe-with-projected-circles/webpack.config.js +1 -1
  210. package/examples/typescript/map-with-bubbles/package.json +1 -1
  211. package/examples/typescript/map-with-bubbles/webpack.config.js +1 -1
  212. package/examples/typescript/map-zoom-to-country/package.json +1 -1
  213. package/examples/typescript/map-zoom-to-country/webpack.config.js +1 -1
  214. package/examples/typescript/misc-40-charts/package.json +1 -1
  215. package/examples/typescript/misc-40-charts/webpack.config.js +1 -1
  216. package/examples/typescript/misc-microchart-grid/package.json +1 -1
  217. package/examples/typescript/misc-microchart-grid/webpack.config.js +1 -1
  218. package/examples/typescript/pie-chart/package.json +1 -1
  219. package/examples/typescript/pie-chart/webpack.config.js +1 -1
  220. package/examples/typescript/pie-donut-chart/package.json +1 -1
  221. package/examples/typescript/pie-donut-chart/webpack.config.js +1 -1
  222. package/examples/typescript/pie-variable-radius/package.json +1 -1
  223. package/examples/typescript/pie-variable-radius/webpack.config.js +1 -1
  224. package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
  225. package/examples/typescript/radar-column-iwatch-style/webpack.config.js +1 -1
  226. package/examples/typescript/radar-heat-map/package.json +1 -1
  227. package/examples/typescript/radar-heat-map/webpack.config.js +1 -1
  228. package/examples/typescript/radar-line/package.json +1 -1
  229. package/examples/typescript/radar-line/webpack.config.js +1 -1
  230. package/examples/typescript/radar-time-line/package.json +1 -1
  231. package/examples/typescript/radar-time-line/webpack.config.js +1 -1
  232. package/examples/typescript/sliced-funnel/package.json +1 -1
  233. package/examples/typescript/sliced-funnel/webpack.config.js +1 -1
  234. package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
  235. package/examples/typescript/sliced-pictorial-stacked/webpack.config.js +1 -1
  236. package/examples/typescript/sliced-pyramid/package.json +1 -1
  237. package/examples/typescript/sliced-pyramid/webpack.config.js +1 -1
  238. package/examples/typescript/venn-diagram/package.json +1 -1
  239. package/examples/typescript/venn-diagram/webpack.config.js +1 -1
  240. package/examples/typescript/wordcloud-with-data/package.json +1 -1
  241. package/examples/typescript/wordcloud-with-data/webpack.config.js +1 -1
  242. package/examples/typescript/wordcloud-with-text/package.json +1 -1
  243. package/examples/typescript/wordcloud-with-text/webpack.config.js +1 -1
  244. package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
  245. package/examples/typescript/xy-100-percent-stacked-column/webpack.config.js +1 -1
  246. package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  247. package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/webpack.config.js +1 -1
  248. package/examples/typescript/xy-bubble/package.json +1 -1
  249. package/examples/typescript/xy-bubble/webpack.config.js +1 -1
  250. package/examples/typescript/xy-candlestick/package.json +1 -1
  251. package/examples/typescript/xy-candlestick/webpack.config.js +1 -1
  252. package/examples/typescript/xy-clustered-column/package.json +1 -1
  253. package/examples/typescript/xy-clustered-column/webpack.config.js +1 -1
  254. package/examples/typescript/xy-column/package.json +1 -1
  255. package/examples/typescript/xy-column/webpack.config.js +1 -1
  256. package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
  257. package/examples/typescript/xy-comparing-series-google-analytics-style/webpack.config.js +1 -1
  258. package/examples/typescript/xy-data-grouping/package.json +1 -1
  259. package/examples/typescript/xy-data-grouping/webpack.config.js +1 -1
  260. package/examples/typescript/xy-draggable-range/package.json +1 -1
  261. package/examples/typescript/xy-draggable-range/webpack.config.js +1 -1
  262. package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  263. package/examples/typescript/xy-drawing-series-with-mouse-or-touch/webpack.config.js +1 -1
  264. package/examples/typescript/xy-dumbbell plot/package.json +1 -1
  265. package/examples/typescript/xy-dumbbell plot/webpack.config.js +1 -1
  266. package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
  267. package/examples/typescript/xy-evenly-spaced-date-axis/webpack.config.js +1 -1
  268. package/examples/typescript/xy-line/package.json +1 -1
  269. package/examples/typescript/xy-line/webpack.config.js +1 -1
  270. package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
  271. package/examples/typescript/xy-line-highlight-on-legend-hover/webpack.config.js +1 -1
  272. package/examples/typescript/xy-live-data/package.json +1 -1
  273. package/examples/typescript/xy-live-data/webpack.config.js +1 -1
  274. package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
  275. package/examples/typescript/xy-multiple-synced-value-axes/webpack.config.js +1 -1
  276. package/examples/typescript/xy-ohlc/package.json +1 -1
  277. package/examples/typescript/xy-ohlc/webpack.config.js +1 -1
  278. package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
  279. package/examples/typescript/xy-real-time-data-sorting/webpack.config.js +1 -1
  280. package/examples/typescript/xy-smoothed-line/package.json +1 -1
  281. package/examples/typescript/xy-smoothed-line/webpack.config.js +1 -1
  282. package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
  283. package/examples/typescript/xy-stacked-and-clustered-column/webpack.config.js +1 -1
  284. package/examples/typescript/xy-stacked-column/package.json +1 -1
  285. package/examples/typescript/xy-stacked-column/webpack.config.js +1 -1
  286. package/examples/typescript/xy-stacked-step/package.json +1 -1
  287. package/examples/typescript/xy-stacked-step/webpack.config.js +1 -1
  288. package/examples/typescript/xy-stock/package.json +1 -1
  289. package/examples/typescript/xy-stock/webpack.config.js +1 -1
  290. package/examples/typescript/xy-stock-comparing/package.json +1 -1
  291. package/examples/typescript/xy-stock-comparing/webpack.config.js +1 -1
  292. package/index.d.ts +4 -0
  293. package/index.d.ts.map +1 -1
  294. package/index.js +4 -0
  295. package/index.js.map +1 -1
  296. package/locales/lt_LT.js +25 -25
  297. package/locales/lt_LT.js.map +1 -1
  298. package/package.json +9 -9
  299. package/plugins/json.d.ts +2 -0
  300. package/plugins/json.d.ts.map +1 -0
  301. package/plugins/json.js +2 -0
  302. package/plugins/json.js.map +1 -0
  303. package/xy.d.ts +1 -0
  304. package/xy.d.ts.map +1 -1
  305. package/xy.js +1 -0
  306. package/xy.js.map +1 -1
package/xy.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"xy.js","sourceRoot":"","sources":["../../src/xy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAoB,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAA6B,MAAM,wCAAwC,CAAC;AACrG,OAAO,EAAE,QAAQ,EAAqB,MAAM,gCAAgC,CAAC;AAE7E,OAAO,EAAE,IAAI,EAAgC,MAAM,iCAAiC,CAAC;AACrF,OAAO,EAAE,YAAY,EAAgD,MAAM,yCAAyC,CAAC;AACrH,OAAO,EAAE,gBAAgB,EAA6B,MAAM,6CAA6C,CAAC;AAC1G,OAAO,EAAE,QAAQ,EAAwC,MAAM,qCAAqC,CAAC;AACrG,OAAO,EAAE,eAAe,EAA4B,MAAM,4CAA4C,CAAC;AACvG,OAAO,EAAE,YAAY,EAAgD,MAAM,yCAAyC,CAAC;AACrH,OAAO,EAAE,SAAS,EAA0C,MAAM,sCAAsC,CAAC;AAEzG,OAAO,EAAE,UAAU,EAAuB,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,SAAS,EAAsB,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAE,eAAe,EAA4B,MAAM,4CAA4C,CAAC;AACvG,OAAO,EAAE,QAAQ,EAAqB,MAAM,qCAAqC,CAAC;AAClF,OAAO,EAAE,IAAI,EAAiB,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,YAAY,EAAyB,MAAM,yCAAyC,CAAC;AAC9F,OAAO,EAAE,aAAa,EAA0B,MAAM,0CAA0C,CAAC;AACjG,OAAO,EAAE,aAAa,EAA0B,MAAM,0CAA0C,CAAC;AAEjG,OAAO,EAAE,QAAQ,EAAwC,MAAM,uCAAuC,CAAC;AAEvG,OAAO,EAAE,WAAW,EAAwB,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,iBAAiB,EAA0D,MAAM,gDAAgD,CAAC;AAE3I,OAAO,EAAE,IAAI,EAAiB,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,UAAU,EAA4C,MAAM,yCAAyC,CAAC;AAE/G,OAAO,EAAE,YAAY,EAAgD,MAAM,2CAA2C,CAAC;AACvH,OAAO,EAAE,UAAU,EAA4C,MAAM,yCAAyC,CAAC;AAC/G,OAAO,EAAE,mBAAmB,EAA8D,MAAM,kDAAkD,CAAC;AACnJ,OAAO,EAAE,mBAAmB,EAA8D,MAAM,kDAAkD,CAAC;AACnJ,OAAO,EAAE,oBAAoB,EAAiC,MAAM,mDAAmD,CAAC;AACxH,OAAO,EAAE,cAAc,EAAoD,MAAM,6CAA6C,CAAC;AAE/H,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAE,mBAAmB,IAAI,YAAY,EAAE,CAAC","sourcesContent":["export { XYChart, IXYChartSettings } from \"./.internal/charts/xy/XYChart\";\nexport { XYChartScrollbar, IXYChartScrollbarSettings } from \"./.internal/charts/xy/XYChartScrollbar\";\nexport { XYCursor, IXYCursorSettings } from \"./.internal/charts/xy/XYCursor\";\n\nexport { Axis, IAxisSettings, IAxisDataItem } from \"./.internal/charts/xy/axes/Axis\";\nexport { CategoryAxis, ICategoryAxisSettings, ICategoryAxisDataItem } from \"./.internal/charts/xy/axes/CategoryAxis\";\nexport { CategoryDateAxis, ICategoryDateAxisSettings } from \"./.internal/charts/xy/axes/CategoryDateAxis\";\nexport { DateAxis, IDateAxisSettings, IDateAxisDataItem } from \"./.internal/charts/xy/axes/DateAxis\";\nexport { GaplessDateAxis, IGaplessDateAxisSettings } from \"./.internal/charts/xy/axes/GaplessDateAxis\";\nexport { DurationAxis, IDurationAxisSettings, IDurationAxisDataItem } from \"./.internal/charts/xy/axes/DurationAxis\";\nexport { ValueAxis, IValueAxisSettings, IValueAxisDataItem } from \"./.internal/charts/xy/axes/ValueAxis\";\n\nexport { AxisBullet, IAxisBulletSettings } from \"./.internal/charts/xy/axes/AxisBullet\";\nexport { AxisLabel, IAxisLabelSettings } from \"./.internal/charts/xy/axes/AxisLabel\";\nexport { AxisLabelRadial, IAxisLabelRadialSettings } from \"./.internal/charts/xy/axes/AxisLabelRadial\";\nexport { AxisTick, IAxisTickSettings } from \"./.internal/charts/xy/axes/AxisTick\";\nexport { Grid, IGridSettings } from \"./.internal/charts/xy/axes/Grid\";\n\nexport { AxisRenderer, IAxisRendererSettings } from \"./.internal/charts/xy/axes/AxisRenderer\";\nexport { AxisRendererX, IAxisRendererXSettings } from \"./.internal/charts/xy/axes/AxisRendererX\";\nexport { AxisRendererY, IAxisRendererYSettings } from \"./.internal/charts/xy/axes/AxisRendererY\";\n\nexport { XYSeries, IXYSeriesSettings, IXYSeriesDataItem } from \"./.internal/charts/xy/series/XYSeries\";\n\nexport { Candlestick, ICandlestickSettings } from \"./.internal/charts/xy/series/Candlestick\";\nexport { CandlestickSeries, ICandlestickSeriesSettings, ICandlestickSeriesDataItem } from \"./.internal/charts/xy/series/CandlestickSeries\";\n\nexport { OHLC, IOHLCSettings } from \"./.internal/charts/xy/series/OHLC\";\nexport { OHLCSeries, IOHLCSeriesSettings, IOHLCSeriesDataItem } from \"./.internal/charts/xy/series/OHLCSeries\";\n\nexport { ColumnSeries, IColumnSeriesSettings, IColumnSeriesDataItem } from \"./.internal/charts/xy/series/ColumnSeries\";\nexport { LineSeries, ILineSeriesSettings, ILineSeriesDataItem } from \"./.internal/charts/xy/series/LineSeries\";\nexport { SmoothedYLineSeries, ISmoothedYLineSeriesSettings, ISmoothedYLineSeriesDataItem } from \"./.internal/charts/xy/series/SmoothedYLineSeries\";\nexport { SmoothedXLineSeries, ISmoothedXLineSeriesSettings, ISmoothedXLineSeriesDataItem } from \"./.internal/charts/xy/series/SmoothedXLineSeries\";\nexport { SmoothedXYLineSeries, ISmoothedXYLineSeriesDataItem } from \"./.internal/charts/xy/series/SmoothedXYLineSeries\";\nexport { StepLineSeries, IStepLineSeriesSettings, IStepLineSeriesDataItem } from \"./.internal/charts/xy/series/StepLineSeries\";\n\nimport { XYChartDefaultTheme } from \"./.internal/charts/xy/XYChartDefaultTheme\";\nexport { XYChartDefaultTheme as DefaultTheme };"]}
1
+ {"version":3,"file":"xy.js","sourceRoot":"","sources":["../../src/xy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAoB,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAA6B,MAAM,wCAAwC,CAAC;AACrG,OAAO,EAAE,QAAQ,EAAqB,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAEjF,OAAO,EAAE,IAAI,EAAgC,MAAM,iCAAiC,CAAC;AACrF,OAAO,EAAE,YAAY,EAAgD,MAAM,yCAAyC,CAAC;AACrH,OAAO,EAAE,gBAAgB,EAA6B,MAAM,6CAA6C,CAAC;AAC1G,OAAO,EAAE,QAAQ,EAAwC,MAAM,qCAAqC,CAAC;AACrG,OAAO,EAAE,eAAe,EAA4B,MAAM,4CAA4C,CAAC;AACvG,OAAO,EAAE,YAAY,EAAgD,MAAM,yCAAyC,CAAC;AACrH,OAAO,EAAE,SAAS,EAA0C,MAAM,sCAAsC,CAAC;AAEzG,OAAO,EAAE,UAAU,EAAuB,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,SAAS,EAAsB,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAE,eAAe,EAA4B,MAAM,4CAA4C,CAAC;AACvG,OAAO,EAAE,QAAQ,EAAqB,MAAM,qCAAqC,CAAC;AAClF,OAAO,EAAE,IAAI,EAAiB,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,YAAY,EAAyB,MAAM,yCAAyC,CAAC;AAC9F,OAAO,EAAE,aAAa,EAA0B,MAAM,0CAA0C,CAAC;AACjG,OAAO,EAAE,aAAa,EAA0B,MAAM,0CAA0C,CAAC;AAEjG,OAAO,EAAE,QAAQ,EAAwC,MAAM,uCAAuC,CAAC;AAEvG,OAAO,EAAE,WAAW,EAAwB,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,iBAAiB,EAA0D,MAAM,gDAAgD,CAAC;AAE3I,OAAO,EAAE,IAAI,EAAiB,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,UAAU,EAA4C,MAAM,yCAAyC,CAAC;AAE/G,OAAO,EAAE,YAAY,EAAgD,MAAM,2CAA2C,CAAC;AACvH,OAAO,EAAE,UAAU,EAA4C,MAAM,yCAAyC,CAAC;AAC/G,OAAO,EAAE,mBAAmB,EAA8D,MAAM,kDAAkD,CAAC;AACnJ,OAAO,EAAE,mBAAmB,EAA8D,MAAM,kDAAkD,CAAC;AACnJ,OAAO,EAAE,oBAAoB,EAAiC,MAAM,mDAAmD,CAAC;AACxH,OAAO,EAAE,cAAc,EAAoD,MAAM,6CAA6C,CAAC;AAE/H,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAE,mBAAmB,IAAI,YAAY,EAAE,CAAC","sourcesContent":["export { XYChart, IXYChartSettings } from \"./.internal/charts/xy/XYChart\";\nexport { XYChartScrollbar, IXYChartScrollbarSettings } from \"./.internal/charts/xy/XYChartScrollbar\";\nexport { XYCursor, IXYCursorSettings } from \"./.internal/charts/xy/XYCursor\";\nexport { BaseColumnSeries } from \"./.internal/charts/xy/series/BaseColumnSeries\";\n\nexport { Axis, IAxisSettings, IAxisDataItem } from \"./.internal/charts/xy/axes/Axis\";\nexport { CategoryAxis, ICategoryAxisSettings, ICategoryAxisDataItem } from \"./.internal/charts/xy/axes/CategoryAxis\";\nexport { CategoryDateAxis, ICategoryDateAxisSettings } from \"./.internal/charts/xy/axes/CategoryDateAxis\";\nexport { DateAxis, IDateAxisSettings, IDateAxisDataItem } from \"./.internal/charts/xy/axes/DateAxis\";\nexport { GaplessDateAxis, IGaplessDateAxisSettings } from \"./.internal/charts/xy/axes/GaplessDateAxis\";\nexport { DurationAxis, IDurationAxisSettings, IDurationAxisDataItem } from \"./.internal/charts/xy/axes/DurationAxis\";\nexport { ValueAxis, IValueAxisSettings, IValueAxisDataItem } from \"./.internal/charts/xy/axes/ValueAxis\";\n\nexport { AxisBullet, IAxisBulletSettings } from \"./.internal/charts/xy/axes/AxisBullet\";\nexport { AxisLabel, IAxisLabelSettings } from \"./.internal/charts/xy/axes/AxisLabel\";\nexport { AxisLabelRadial, IAxisLabelRadialSettings } from \"./.internal/charts/xy/axes/AxisLabelRadial\";\nexport { AxisTick, IAxisTickSettings } from \"./.internal/charts/xy/axes/AxisTick\";\nexport { Grid, IGridSettings } from \"./.internal/charts/xy/axes/Grid\";\n\nexport { AxisRenderer, IAxisRendererSettings } from \"./.internal/charts/xy/axes/AxisRenderer\";\nexport { AxisRendererX, IAxisRendererXSettings } from \"./.internal/charts/xy/axes/AxisRendererX\";\nexport { AxisRendererY, IAxisRendererYSettings } from \"./.internal/charts/xy/axes/AxisRendererY\";\n\nexport { XYSeries, IXYSeriesSettings, IXYSeriesDataItem } from \"./.internal/charts/xy/series/XYSeries\";\n\nexport { Candlestick, ICandlestickSettings } from \"./.internal/charts/xy/series/Candlestick\";\nexport { CandlestickSeries, ICandlestickSeriesSettings, ICandlestickSeriesDataItem } from \"./.internal/charts/xy/series/CandlestickSeries\";\n\nexport { OHLC, IOHLCSettings } from \"./.internal/charts/xy/series/OHLC\";\nexport { OHLCSeries, IOHLCSeriesSettings, IOHLCSeriesDataItem } from \"./.internal/charts/xy/series/OHLCSeries\";\n\nexport { ColumnSeries, IColumnSeriesSettings, IColumnSeriesDataItem } from \"./.internal/charts/xy/series/ColumnSeries\";\nexport { LineSeries, ILineSeriesSettings, ILineSeriesDataItem } from \"./.internal/charts/xy/series/LineSeries\";\nexport { SmoothedYLineSeries, ISmoothedYLineSeriesSettings, ISmoothedYLineSeriesDataItem } from \"./.internal/charts/xy/series/SmoothedYLineSeries\";\nexport { SmoothedXLineSeries, ISmoothedXLineSeriesSettings, ISmoothedXLineSeriesDataItem } from \"./.internal/charts/xy/series/SmoothedXLineSeries\";\nexport { SmoothedXYLineSeries, ISmoothedXYLineSeriesDataItem } from \"./.internal/charts/xy/series/SmoothedXYLineSeries\";\nexport { StepLineSeries, IStepLineSeriesSettings, IStepLineSeriesDataItem } from \"./.internal/charts/xy/series/StepLineSeries\";\n\nimport { XYChartDefaultTheme } from \"./.internal/charts/xy/XYChartDefaultTheme\";\nexport { XYChartDefaultTheme as DefaultTheme };\n"]}