highcharts 9.3.0 → 9.3.1

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 (442) hide show
  1. package/bower.json +1 -1
  2. package/es-modules/Accessibility/Accessibility.js +5 -1
  3. package/es-modules/Accessibility/Components/InfoRegionsComponent.js +130 -84
  4. package/es-modules/Accessibility/Components/MenuComponent.js +195 -120
  5. package/es-modules/Accessibility/Components/RangeSelectorComponent.js +166 -81
  6. package/es-modules/Accessibility/KeyboardNavigation.js +2 -1
  7. package/es-modules/Core/Axis/OrdinalAxis.js +0 -4
  8. package/es-modules/Core/Globals.js +1 -1
  9. package/es-modules/Core/Renderer/SVG/SVGRenderer.js +1 -1
  10. package/es-modules/Extensions/Annotations/NavigationBindings.js +23 -10
  11. package/es-modules/Extensions/Annotations/Popup.js +1 -1
  12. package/es-modules/Extensions/Boost/BoostOptions.js +2 -2
  13. package/es-modules/Extensions/Exporting/Exporting.js +2 -2
  14. package/es-modules/Extensions/OfflineExporting/OfflineExportingDefaults.js +1 -1
  15. package/es-modules/Extensions/Oldie/Oldie.js +1 -1
  16. package/es-modules/Extensions/Polar.js +1 -1
  17. package/es-modules/Maps/MapView.js +5 -5
  18. package/es-modules/Maps/MapViewOptionsDefault.js +4 -2
  19. package/es-modules/Maps/Projection.js +3 -0
  20. package/es-modules/Maps/Projections/EqualEarth.js +7 -7
  21. package/es-modules/Maps/Projections/LambertConformalConic.js +52 -0
  22. package/es-modules/Maps/Projections/Miller.js +5 -6
  23. package/es-modules/Maps/Projections/Orthographic.js +4 -4
  24. package/es-modules/Maps/Projections/ProjectionRegistry.js +2 -0
  25. package/es-modules/Maps/Projections/WebMercator.js +2 -3
  26. package/es-modules/Series/Map/MapSeries.js +3 -0
  27. package/es-modules/Series/MapLine/MapLineSeries.js +2 -0
  28. package/es-modules/Series/MapPoint/MapPointSeries.js +13 -11
  29. package/es-modules/Stock/Indicators/SMA/SMAIndicator.js +23 -17
  30. package/es-modules/Stock/Indicators/VBP/VBPIndicator.js +3 -4
  31. package/es-modules/Stock/StockToolsGui.js +5 -5
  32. package/es-modules/masters/highcharts-3d.src.js +1 -1
  33. package/es-modules/masters/highcharts-gantt.src.js +1 -1
  34. package/es-modules/masters/highcharts-more.src.js +1 -1
  35. package/es-modules/masters/highcharts.src.js +1 -1
  36. package/es-modules/masters/highmaps.src.js +1 -1
  37. package/es-modules/masters/highstock.src.js +1 -1
  38. package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
  39. package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
  40. package/es-modules/masters/indicators/ao.src.js +1 -1
  41. package/es-modules/masters/indicators/apo.src.js +1 -1
  42. package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
  43. package/es-modules/masters/indicators/aroon.src.js +1 -1
  44. package/es-modules/masters/indicators/atr.src.js +1 -1
  45. package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
  46. package/es-modules/masters/indicators/cci.src.js +1 -1
  47. package/es-modules/masters/indicators/chaikin.src.js +1 -1
  48. package/es-modules/masters/indicators/cmf.src.js +1 -1
  49. package/es-modules/masters/indicators/cmo.src.js +1 -1
  50. package/es-modules/masters/indicators/dema.src.js +1 -1
  51. package/es-modules/masters/indicators/disparity-index.src.js +1 -1
  52. package/es-modules/masters/indicators/dmi.src.js +1 -1
  53. package/es-modules/masters/indicators/dpo.src.js +1 -1
  54. package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
  55. package/es-modules/masters/indicators/indicators-all.src.js +1 -1
  56. package/es-modules/masters/indicators/indicators.src.js +1 -1
  57. package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
  58. package/es-modules/masters/indicators/klinger.src.js +1 -1
  59. package/es-modules/masters/indicators/macd.src.js +1 -1
  60. package/es-modules/masters/indicators/mfi.src.js +1 -1
  61. package/es-modules/masters/indicators/momentum.src.js +1 -1
  62. package/es-modules/masters/indicators/natr.src.js +1 -1
  63. package/es-modules/masters/indicators/obv.src.js +1 -1
  64. package/es-modules/masters/indicators/pivot-points.src.js +1 -1
  65. package/es-modules/masters/indicators/ppo.src.js +1 -1
  66. package/es-modules/masters/indicators/price-channel.src.js +1 -1
  67. package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
  68. package/es-modules/masters/indicators/psar.src.js +1 -1
  69. package/es-modules/masters/indicators/regressions.src.js +1 -1
  70. package/es-modules/masters/indicators/roc.src.js +1 -1
  71. package/es-modules/masters/indicators/rsi.src.js +1 -1
  72. package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
  73. package/es-modules/masters/indicators/stochastic.src.js +1 -1
  74. package/es-modules/masters/indicators/supertrend.src.js +1 -1
  75. package/es-modules/masters/indicators/tema.src.js +1 -1
  76. package/es-modules/masters/indicators/trendline.src.js +1 -1
  77. package/es-modules/masters/indicators/trix.src.js +1 -1
  78. package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
  79. package/es-modules/masters/indicators/vwap.src.js +1 -1
  80. package/es-modules/masters/indicators/williams-r.src.js +1 -1
  81. package/es-modules/masters/indicators/wma.src.js +1 -1
  82. package/es-modules/masters/indicators/zigzag.src.js +1 -1
  83. package/es-modules/masters/modules/accessibility.src.js +2 -2
  84. package/es-modules/masters/modules/annotations-advanced.src.js +1 -1
  85. package/es-modules/masters/modules/annotations.src.js +1 -1
  86. package/es-modules/masters/modules/arrow-symbols.src.js +1 -1
  87. package/es-modules/masters/modules/boost-canvas.src.js +1 -1
  88. package/es-modules/masters/modules/boost.src.js +1 -1
  89. package/es-modules/masters/modules/broken-axis.src.js +1 -1
  90. package/es-modules/masters/modules/bullet.src.js +1 -1
  91. package/es-modules/masters/modules/coloraxis.src.js +1 -1
  92. package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
  93. package/es-modules/masters/modules/cylinder.src.js +1 -1
  94. package/es-modules/masters/modules/data.src.js +1 -1
  95. package/es-modules/masters/modules/datagrouping.src.js +1 -1
  96. package/es-modules/masters/modules/debugger.src.js +1 -1
  97. package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
  98. package/es-modules/masters/modules/dotplot.src.js +1 -1
  99. package/es-modules/masters/modules/drag-panes.src.js +1 -1
  100. package/es-modules/masters/modules/draggable-points.src.js +1 -1
  101. package/es-modules/masters/modules/drilldown.src.js +1 -1
  102. package/es-modules/masters/modules/dumbbell.src.js +1 -1
  103. package/es-modules/masters/modules/export-data.src.js +1 -1
  104. package/es-modules/masters/modules/exporting.src.js +1 -1
  105. package/es-modules/masters/modules/full-screen.src.js +1 -1
  106. package/es-modules/masters/modules/funnel.src.js +1 -1
  107. package/es-modules/masters/modules/funnel3d.src.js +1 -1
  108. package/es-modules/masters/modules/gantt.src.js +1 -1
  109. package/es-modules/masters/modules/grid-axis.src.js +1 -1
  110. package/es-modules/masters/modules/heatmap.src.js +1 -1
  111. package/es-modules/masters/modules/heikinashi.src.js +1 -1
  112. package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
  113. package/es-modules/masters/modules/hollowcandlestick.src.js +1 -1
  114. package/es-modules/masters/modules/item-series.src.js +1 -1
  115. package/es-modules/masters/modules/lollipop.src.js +1 -1
  116. package/es-modules/masters/modules/map.src.js +1 -1
  117. package/es-modules/masters/modules/marker-clusters.src.js +1 -1
  118. package/es-modules/masters/modules/networkgraph.src.js +1 -1
  119. package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
  120. package/es-modules/masters/modules/offline-exporting.src.js +1 -1
  121. package/es-modules/masters/modules/oldie-polyfills.src.js +1 -1
  122. package/es-modules/masters/modules/oldie.src.js +1 -1
  123. package/es-modules/masters/modules/organization.src.js +1 -1
  124. package/es-modules/masters/modules/overlapping-datalabels.src.js +1 -1
  125. package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
  126. package/es-modules/masters/modules/pareto.src.js +1 -1
  127. package/es-modules/masters/modules/pathfinder.src.js +1 -1
  128. package/es-modules/masters/modules/pattern-fill.src.js +1 -1
  129. package/es-modules/masters/modules/price-indicator.src.js +1 -1
  130. package/es-modules/masters/modules/pyramid3d.src.js +1 -1
  131. package/es-modules/masters/modules/sankey.src.js +1 -1
  132. package/es-modules/masters/modules/series-label.src.js +1 -1
  133. package/es-modules/masters/modules/solid-gauge.src.js +1 -1
  134. package/es-modules/masters/modules/sonification.src.js +1 -1
  135. package/es-modules/masters/modules/static-scale.src.js +1 -1
  136. package/es-modules/masters/modules/stock-tools.src.js +1 -1
  137. package/es-modules/masters/modules/stock.src.js +1 -1
  138. package/es-modules/masters/modules/streamgraph.src.js +1 -1
  139. package/es-modules/masters/modules/sunburst.src.js +1 -1
  140. package/es-modules/masters/modules/tilemap.src.js +1 -1
  141. package/es-modules/masters/modules/timeline.src.js +1 -1
  142. package/es-modules/masters/modules/treegrid.src.js +1 -1
  143. package/es-modules/masters/modules/treemap.src.js +1 -1
  144. package/es-modules/masters/modules/variable-pie.src.js +1 -1
  145. package/es-modules/masters/modules/variwide.src.js +1 -1
  146. package/es-modules/masters/modules/vector.src.js +1 -1
  147. package/es-modules/masters/modules/venn.src.js +1 -1
  148. package/es-modules/masters/modules/windbarb.src.js +1 -1
  149. package/es-modules/masters/modules/wordcloud.src.js +1 -1
  150. package/es-modules/masters/modules/xrange.src.js +1 -1
  151. package/es-modules/masters/themes/avocado.src.js +1 -1
  152. package/es-modules/masters/themes/dark-blue.src.js +1 -1
  153. package/es-modules/masters/themes/dark-green.src.js +1 -1
  154. package/es-modules/masters/themes/dark-unica.src.js +1 -1
  155. package/es-modules/masters/themes/gray.src.js +1 -1
  156. package/es-modules/masters/themes/grid-light.src.js +1 -1
  157. package/es-modules/masters/themes/grid.src.js +1 -1
  158. package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
  159. package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
  160. package/es-modules/masters/themes/sand-signika.src.js +1 -1
  161. package/es-modules/masters/themes/skies.src.js +1 -1
  162. package/es-modules/masters/themes/sunset.src.js +1 -1
  163. package/highcharts-3d.js +1 -1
  164. package/highcharts-3d.src.js +1 -1
  165. package/highcharts-gantt.js +3 -3
  166. package/highcharts-gantt.src.js +3 -3
  167. package/highcharts-more.js +2 -2
  168. package/highcharts-more.js.map +1 -1
  169. package/highcharts-more.src.js +2 -2
  170. package/highcharts.d.ts +126 -9
  171. package/highcharts.js +3 -3
  172. package/highcharts.src.d.ts +126 -9
  173. package/highcharts.src.js +3 -3
  174. package/highmaps.js +655 -653
  175. package/highmaps.js.map +1 -1
  176. package/highmaps.src.js +131 -43
  177. package/highstock.js +61 -61
  178. package/highstock.js.map +1 -1
  179. package/highstock.src.js +3 -7
  180. package/indicators/acceleration-bands.js +1 -1
  181. package/indicators/acceleration-bands.src.js +1 -1
  182. package/indicators/accumulation-distribution.js +1 -1
  183. package/indicators/accumulation-distribution.src.js +1 -1
  184. package/indicators/ao.js +1 -1
  185. package/indicators/ao.src.js +1 -1
  186. package/indicators/apo.js +1 -1
  187. package/indicators/apo.src.js +1 -1
  188. package/indicators/aroon-oscillator.js +1 -1
  189. package/indicators/aroon-oscillator.src.js +1 -1
  190. package/indicators/aroon.js +1 -1
  191. package/indicators/aroon.src.js +1 -1
  192. package/indicators/atr.js +1 -1
  193. package/indicators/atr.src.js +1 -1
  194. package/indicators/bollinger-bands.js +1 -1
  195. package/indicators/bollinger-bands.src.js +1 -1
  196. package/indicators/cci.js +1 -1
  197. package/indicators/cci.src.js +1 -1
  198. package/indicators/chaikin.js +1 -1
  199. package/indicators/chaikin.src.js +1 -1
  200. package/indicators/cmf.js +1 -1
  201. package/indicators/cmf.src.js +1 -1
  202. package/indicators/cmo.js +1 -1
  203. package/indicators/cmo.src.js +1 -1
  204. package/indicators/dema.js +1 -1
  205. package/indicators/dema.src.js +1 -1
  206. package/indicators/disparity-index.js +1 -1
  207. package/indicators/disparity-index.src.js +1 -1
  208. package/indicators/dmi.js +1 -1
  209. package/indicators/dmi.src.js +1 -1
  210. package/indicators/dpo.js +1 -1
  211. package/indicators/dpo.src.js +1 -1
  212. package/indicators/ichimoku-kinko-hyo.js +1 -1
  213. package/indicators/ichimoku-kinko-hyo.src.js +1 -1
  214. package/indicators/indicators-all.js +72 -72
  215. package/indicators/indicators-all.js.map +1 -1
  216. package/indicators/indicators-all.src.js +29 -24
  217. package/indicators/indicators.js +10 -10
  218. package/indicators/indicators.js.map +1 -1
  219. package/indicators/indicators.src.js +26 -20
  220. package/indicators/keltner-channels.js +1 -1
  221. package/indicators/keltner-channels.src.js +1 -1
  222. package/indicators/klinger.js +1 -1
  223. package/indicators/klinger.src.js +1 -1
  224. package/indicators/macd.js +1 -1
  225. package/indicators/macd.src.js +1 -1
  226. package/indicators/mfi.js +1 -1
  227. package/indicators/mfi.src.js +1 -1
  228. package/indicators/momentum.js +1 -1
  229. package/indicators/momentum.src.js +1 -1
  230. package/indicators/natr.js +1 -1
  231. package/indicators/natr.src.js +1 -1
  232. package/indicators/obv.js +1 -1
  233. package/indicators/obv.src.js +1 -1
  234. package/indicators/pivot-points.js +1 -1
  235. package/indicators/pivot-points.src.js +1 -1
  236. package/indicators/ppo.js +1 -1
  237. package/indicators/ppo.src.js +1 -1
  238. package/indicators/price-channel.js +1 -1
  239. package/indicators/price-channel.src.js +1 -1
  240. package/indicators/price-envelopes.js +1 -1
  241. package/indicators/price-envelopes.src.js +1 -1
  242. package/indicators/psar.js +1 -1
  243. package/indicators/psar.src.js +1 -1
  244. package/indicators/regressions.js +1 -1
  245. package/indicators/regressions.src.js +1 -1
  246. package/indicators/roc.js +1 -1
  247. package/indicators/roc.src.js +1 -1
  248. package/indicators/rsi.js +1 -1
  249. package/indicators/rsi.src.js +1 -1
  250. package/indicators/slow-stochastic.js +1 -1
  251. package/indicators/slow-stochastic.src.js +1 -1
  252. package/indicators/stochastic.js +1 -1
  253. package/indicators/stochastic.src.js +1 -1
  254. package/indicators/supertrend.js +1 -1
  255. package/indicators/supertrend.src.js +1 -1
  256. package/indicators/tema.js +1 -1
  257. package/indicators/tema.src.js +1 -1
  258. package/indicators/trendline.js +1 -1
  259. package/indicators/trendline.src.js +1 -1
  260. package/indicators/trix.js +1 -1
  261. package/indicators/trix.src.js +1 -1
  262. package/indicators/volume-by-price.js +2 -2
  263. package/indicators/volume-by-price.js.map +1 -1
  264. package/indicators/volume-by-price.src.js +4 -5
  265. package/indicators/vwap.js +1 -1
  266. package/indicators/vwap.src.js +1 -1
  267. package/indicators/williams-r.js +1 -1
  268. package/indicators/williams-r.src.js +1 -1
  269. package/indicators/wma.js +1 -1
  270. package/indicators/wma.src.js +1 -1
  271. package/indicators/zigzag.js +1 -1
  272. package/indicators/zigzag.src.js +1 -1
  273. package/modules/accessibility.js +225 -222
  274. package/modules/accessibility.js.map +1 -1
  275. package/modules/accessibility.src.js +1306 -1085
  276. package/modules/annotations-advanced.js +153 -152
  277. package/modules/annotations-advanced.js.map +1 -1
  278. package/modules/annotations-advanced.src.js +26 -12
  279. package/modules/annotations.js +81 -80
  280. package/modules/annotations.js.map +1 -1
  281. package/modules/annotations.src.js +26 -12
  282. package/modules/arrow-symbols.js +1 -1
  283. package/modules/arrow-symbols.src.js +1 -1
  284. package/modules/boost-canvas.js +1 -1
  285. package/modules/boost-canvas.src.js +1 -1
  286. package/modules/boost.js +1 -1
  287. package/modules/boost.src.js +1 -1
  288. package/modules/broken-axis.js +1 -1
  289. package/modules/broken-axis.src.js +1 -1
  290. package/modules/bullet.js +1 -1
  291. package/modules/bullet.src.js +1 -1
  292. package/modules/coloraxis.js +1 -1
  293. package/modules/coloraxis.src.js +1 -1
  294. package/modules/current-date-indicator.js +1 -1
  295. package/modules/current-date-indicator.src.js +1 -1
  296. package/modules/cylinder.js +1 -1
  297. package/modules/cylinder.src.js +1 -1
  298. package/modules/data.js +1 -1
  299. package/modules/data.src.js +1 -1
  300. package/modules/datagrouping.js +1 -1
  301. package/modules/datagrouping.src.js +1 -1
  302. package/modules/debugger.js +1 -1
  303. package/modules/debugger.src.js +1 -1
  304. package/modules/dependency-wheel.js +1 -1
  305. package/modules/dependency-wheel.src.js +1 -1
  306. package/modules/dotplot.js +1 -1
  307. package/modules/dotplot.src.js +1 -1
  308. package/modules/drag-panes.js +1 -1
  309. package/modules/drag-panes.src.js +1 -1
  310. package/modules/draggable-points.js +1 -1
  311. package/modules/draggable-points.src.js +1 -1
  312. package/modules/drilldown.js +1 -1
  313. package/modules/drilldown.src.js +1 -1
  314. package/modules/dumbbell.js +1 -1
  315. package/modules/dumbbell.src.js +1 -1
  316. package/modules/export-data.js +1 -1
  317. package/modules/export-data.src.js +1 -1
  318. package/modules/exporting.js +35 -35
  319. package/modules/exporting.js.map +1 -1
  320. package/modules/exporting.src.js +3 -3
  321. package/modules/full-screen.js +1 -1
  322. package/modules/full-screen.src.js +1 -1
  323. package/modules/funnel.js +1 -1
  324. package/modules/funnel.src.js +1 -1
  325. package/modules/funnel3d.js +1 -1
  326. package/modules/funnel3d.src.js +1 -1
  327. package/modules/gantt.js +1 -1
  328. package/modules/gantt.src.js +1 -1
  329. package/modules/grid-axis.js +1 -1
  330. package/modules/grid-axis.src.js +1 -1
  331. package/modules/heatmap.js +1 -1
  332. package/modules/heatmap.src.js +1 -1
  333. package/modules/heikinashi.js +1 -1
  334. package/modules/heikinashi.src.js +1 -1
  335. package/modules/histogram-bellcurve.js +1 -1
  336. package/modules/histogram-bellcurve.src.js +1 -1
  337. package/modules/hollowcandlestick.js +1 -1
  338. package/modules/hollowcandlestick.src.js +1 -1
  339. package/modules/item-series.js +1 -1
  340. package/modules/item-series.src.js +1 -1
  341. package/modules/lollipop.js +1 -1
  342. package/modules/lollipop.src.js +1 -1
  343. package/modules/map.d.ts +2 -2
  344. package/modules/map.js +143 -141
  345. package/modules/map.js.map +1 -1
  346. package/modules/map.src.d.ts +2 -2
  347. package/modules/map.src.js +129 -41
  348. package/modules/marker-clusters.js +1 -1
  349. package/modules/marker-clusters.src.js +1 -1
  350. package/modules/networkgraph.js +1 -1
  351. package/modules/networkgraph.src.js +1 -1
  352. package/modules/no-data-to-display.js +1 -1
  353. package/modules/no-data-to-display.src.js +1 -1
  354. package/modules/offline-exporting.js +2 -2
  355. package/modules/offline-exporting.src.js +2 -2
  356. package/modules/oldie-polyfills.js +1 -1
  357. package/modules/oldie-polyfills.src.js +1 -1
  358. package/modules/oldie.js +2 -2
  359. package/modules/oldie.src.js +2 -2
  360. package/modules/organization.js +1 -1
  361. package/modules/organization.src.js +1 -1
  362. package/modules/overlapping-datalabels.js +1 -1
  363. package/modules/overlapping-datalabels.src.js +1 -1
  364. package/modules/parallel-coordinates.js +1 -1
  365. package/modules/parallel-coordinates.src.js +1 -1
  366. package/modules/pareto.js +1 -1
  367. package/modules/pareto.src.js +1 -1
  368. package/modules/pathfinder.js +1 -1
  369. package/modules/pathfinder.src.js +1 -1
  370. package/modules/pattern-fill.js +1 -1
  371. package/modules/pattern-fill.src.js +1 -1
  372. package/modules/price-indicator.js +1 -1
  373. package/modules/price-indicator.src.js +1 -1
  374. package/modules/pyramid3d.js +1 -1
  375. package/modules/pyramid3d.src.js +1 -1
  376. package/modules/sankey.js +1 -1
  377. package/modules/sankey.src.js +1 -1
  378. package/modules/series-label.js +1 -1
  379. package/modules/series-label.src.js +1 -1
  380. package/modules/solid-gauge.js +1 -1
  381. package/modules/solid-gauge.src.js +1 -1
  382. package/modules/sonification.js +1 -1
  383. package/modules/sonification.src.js +1 -1
  384. package/modules/static-scale.js +1 -1
  385. package/modules/static-scale.src.js +1 -1
  386. package/modules/stock-tools.js +86 -84
  387. package/modules/stock-tools.js.map +1 -1
  388. package/modules/stock-tools.src.js +30 -16
  389. package/modules/stock.js +90 -90
  390. package/modules/stock.js.map +1 -1
  391. package/modules/stock.src.js +1 -5
  392. package/modules/streamgraph.js +1 -1
  393. package/modules/streamgraph.src.js +1 -1
  394. package/modules/sunburst.js +1 -1
  395. package/modules/sunburst.src.js +1 -1
  396. package/modules/tilemap.js +1 -1
  397. package/modules/tilemap.src.js +1 -1
  398. package/modules/timeline.js +1 -1
  399. package/modules/timeline.src.js +1 -1
  400. package/modules/treegrid.js +1 -1
  401. package/modules/treegrid.src.js +1 -1
  402. package/modules/treemap.js +1 -1
  403. package/modules/treemap.src.js +1 -1
  404. package/modules/variable-pie.js +1 -1
  405. package/modules/variable-pie.src.js +1 -1
  406. package/modules/variwide.js +1 -1
  407. package/modules/variwide.src.js +1 -1
  408. package/modules/vector.js +1 -1
  409. package/modules/vector.src.js +1 -1
  410. package/modules/venn.js +1 -1
  411. package/modules/venn.src.js +1 -1
  412. package/modules/windbarb.js +1 -1
  413. package/modules/windbarb.src.js +1 -1
  414. package/modules/wordcloud.js +1 -1
  415. package/modules/wordcloud.src.js +1 -1
  416. package/modules/xrange.js +1 -1
  417. package/modules/xrange.src.js +1 -1
  418. package/package.json +1 -1
  419. package/themes/avocado.js +1 -1
  420. package/themes/avocado.src.js +1 -1
  421. package/themes/dark-blue.js +1 -1
  422. package/themes/dark-blue.src.js +1 -1
  423. package/themes/dark-green.js +1 -1
  424. package/themes/dark-green.src.js +1 -1
  425. package/themes/dark-unica.js +1 -1
  426. package/themes/dark-unica.src.js +1 -1
  427. package/themes/gray.js +1 -1
  428. package/themes/gray.src.js +1 -1
  429. package/themes/grid-light.js +1 -1
  430. package/themes/grid-light.src.js +1 -1
  431. package/themes/grid.js +1 -1
  432. package/themes/grid.src.js +1 -1
  433. package/themes/high-contrast-dark.js +1 -1
  434. package/themes/high-contrast-dark.src.js +1 -1
  435. package/themes/high-contrast-light.js +1 -1
  436. package/themes/high-contrast-light.src.js +1 -1
  437. package/themes/sand-signika.js +1 -1
  438. package/themes/sand-signika.src.js +1 -1
  439. package/themes/skies.js +1 -1
  440. package/themes/skies.src.js +1 -1
  441. package/themes/sunset.js +1 -1
  442. package/themes/sunset.src.js +1 -1
@@ -8,24 +8,24 @@
8
8
  *
9
9
  * */
10
10
  'use strict';
11
- var A1 = 1.340264, A2 = -0.081106, A3 = 0.000893, A4 = 0.003796, M = Math.sqrt(3) / 2.0;
11
+ var A1 = 1.340264, A2 = -0.081106, A3 = 0.000893, A4 = 0.003796, M = Math.sqrt(3) / 2.0, scale = 74.03120656864502;
12
12
  var EqualEarth = {
13
13
  forward: function (lonLat) {
14
14
  var d = Math.PI / 180, paramLat = Math.asin(M * Math.sin(lonLat[1] * d)), paramLatSq = paramLat * paramLat, paramLatPow6 = paramLatSq * paramLatSq * paramLatSq;
15
- var x = lonLat[0] * d * Math.cos(paramLat) / (M *
15
+ var x = lonLat[0] * d * Math.cos(paramLat) * scale / (M *
16
16
  (A1 +
17
17
  3 * A2 * paramLatSq +
18
18
  paramLatPow6 * (7 * A3 + 9 * A4 * paramLatSq)));
19
- var y = paramLat * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq));
19
+ var y = paramLat * scale * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq));
20
20
  return [x, y];
21
21
  },
22
22
  inverse: function (xy) {
23
- var d = 180 / Math.PI, epsilon = 1e-9, iterations = 12;
24
- var paramLat = xy[1], paramLatSq, paramLatPow6, fy, fpy, dlat, i;
23
+ var x = xy[0] / scale, y = xy[1] / scale, d = 180 / Math.PI, epsilon = 1e-9, iterations = 12;
24
+ var paramLat = y, paramLatSq, paramLatPow6, fy, fpy, dlat, i;
25
25
  for (i = 0; i < iterations; ++i) {
26
26
  paramLatSq = paramLat * paramLat;
27
27
  paramLatPow6 = paramLatSq * paramLatSq * paramLatSq;
28
- fy = paramLat * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq)) - xy[1];
28
+ fy = paramLat * (A1 + A2 * paramLatSq + paramLatPow6 * (A3 + A4 * paramLatSq)) - y;
29
29
  fpy = A1 + 3 * A2 * paramLatSq + paramLatPow6 * (7 * A3 + 9 * A4 * paramLatSq);
30
30
  paramLat -= dlat = fy / fpy;
31
31
  if (Math.abs(dlat) < epsilon) {
@@ -34,7 +34,7 @@ var EqualEarth = {
34
34
  }
35
35
  paramLatSq = paramLat * paramLat;
36
36
  paramLatPow6 = paramLatSq * paramLatSq * paramLatSq;
37
- var lon = d * M * xy[0] * (A1 + 3 * A2 * paramLatSq + paramLatPow6 * (7 * A3 + 9 * A4 * paramLatSq)) / Math.cos(paramLat);
37
+ var lon = d * M * x * (A1 + 3 * A2 * paramLatSq + paramLatPow6 * (7 * A3 + 9 * A4 * paramLatSq)) / Math.cos(paramLat);
38
38
  var lat = d * Math.asin(Math.sin(paramLat) / M);
39
39
  return [lon, lat];
40
40
  }
@@ -0,0 +1,52 @@
1
+ /* *
2
+ * Lambert Conformal Conic projection
3
+ * */
4
+ 'use strict';
5
+ var sign = Math.sign ||
6
+ (function (n) { return (n === 0 ? 0 : n > 0 ? 1 : -1); }), scale = 63.78137, deg2rad = Math.PI / 180, halfPI = Math.PI / 2, eps10 = 1e-6, tany = function (y) { return Math.tan((halfPI + y) / 2); };
7
+ var n = 0, c = 0;
8
+ var LambertConformalConic = {
9
+ init: function (options) {
10
+ var parallels = (options.parallels || [])
11
+ .map(function (n) { return n * deg2rad; }), lat1 = parallels[0] || 0, lat2 = parallels[1] || lat1, cosLat1 = Math.cos(lat1);
12
+ // Apply the global variables
13
+ n = lat1 === lat2 ?
14
+ Math.sin(lat1) :
15
+ Math.log(cosLat1 / Math.cos(lat2)) / Math.log(tany(lat2) / tany(lat1));
16
+ if (Math.abs(n) < 1e-10) {
17
+ n = (sign(n) || 1) * 1e-10;
18
+ }
19
+ c = cosLat1 * Math.pow(tany(lat1), n) / n;
20
+ },
21
+ forward: function (lonLat) {
22
+ var lon = lonLat[0] * deg2rad;
23
+ var lat = lonLat[1] * deg2rad;
24
+ if (c > 0) {
25
+ if (lat < -halfPI + eps10) {
26
+ lat = -halfPI + eps10;
27
+ }
28
+ }
29
+ else {
30
+ if (lat > halfPI - eps10) {
31
+ lat = halfPI - eps10;
32
+ }
33
+ }
34
+ var r = c / Math.pow(tany(lat), n);
35
+ return [
36
+ r * Math.sin(n * lon) * scale,
37
+ (c - r * Math.cos(n * lon)) * scale
38
+ ];
39
+ },
40
+ inverse: function (xy) {
41
+ var x = xy[0] / scale, y = xy[1] / scale, cy = c - y, rho = sign(n) * Math.sqrt(x * x + cy * cy);
42
+ var l = Math.atan2(x, Math.abs(cy)) * sign(cy);
43
+ if (cy * n < 0) {
44
+ l -= Math.PI * sign(x) * sign(cy);
45
+ }
46
+ return [
47
+ (l / n) / deg2rad,
48
+ (2 * Math.atan(Math.pow(c / rho, 1 / n)) - halfPI) / deg2rad
49
+ ];
50
+ }
51
+ };
52
+ export default LambertConformalConic;
@@ -2,16 +2,15 @@
2
2
  * Miller projection
3
3
  * */
4
4
  'use strict';
5
- var quarterPI = Math.PI / 4;
6
- var deg2rad = Math.PI / 180;
5
+ var quarterPI = Math.PI / 4, deg2rad = Math.PI / 180, scale = 63.78137;
7
6
  var Miller = {
8
7
  forward: function (lonLat) { return [
9
- lonLat[0] * deg2rad,
10
- 1.25 * Math.log(Math.tan(quarterPI + 0.4 * lonLat[1] * deg2rad))
8
+ lonLat[0] * deg2rad * scale,
9
+ 1.25 * scale * Math.log(Math.tan(quarterPI + 0.4 * lonLat[1] * deg2rad))
11
10
  ]; },
12
11
  inverse: function (xy) { return [
13
- xy[0] / deg2rad,
14
- 2.5 * (Math.atan(Math.exp(0.8 * xy[1])) - quarterPI) / deg2rad
12
+ (xy[0] / scale) / deg2rad,
13
+ 2.5 * (Math.atan(Math.exp(0.8 * (xy[1] / scale))) - quarterPI) / deg2rad
15
14
  ]; }
16
15
  };
17
16
  export default Miller;
@@ -2,7 +2,7 @@
2
2
  * Orthographic projection
3
3
  * */
4
4
  'use strict';
5
- var deg2rad = Math.PI / 180;
5
+ var deg2rad = Math.PI / 180, scale = 63.78460826781007;
6
6
  var Orthographic = {
7
7
  forward: function (lonLat) {
8
8
  var lonDeg = lonLat[0], latDeg = lonLat[1];
@@ -11,12 +11,12 @@ var Orthographic = {
11
11
  }
12
12
  var lat = latDeg * deg2rad;
13
13
  return [
14
- Math.cos(lat) * Math.sin(lonDeg * deg2rad),
15
- Math.sin(lat)
14
+ Math.cos(lat) * Math.sin(lonDeg * deg2rad) * scale,
15
+ Math.sin(lat) * scale
16
16
  ];
17
17
  },
18
18
  inverse: function (xy) {
19
- var x = xy[0], y = xy[1], z = Math.sqrt(x * x + y * y), c = Math.asin(z), cSin = Math.sin(c), cCos = Math.cos(c);
19
+ var x = xy[0] / scale, y = xy[1] / scale, z = Math.sqrt(x * x + y * y), c = Math.asin(z), cSin = Math.sin(c), cCos = Math.cos(c);
20
20
  return [
21
21
  Math.atan2(x * cSin, z * cCos) / deg2rad,
22
22
  Math.asin(z && y * cSin / z) / deg2rad
@@ -4,12 +4,14 @@
4
4
  *
5
5
  * */
6
6
  'use strict';
7
+ import LambertConformalConic from './LambertConformalConic.js';
7
8
  import EqualEarth from './EqualEarth.js';
8
9
  import Miller from './Miller.js';
9
10
  import Orthographic from './Orthographic.js';
10
11
  import WebMercator from './WebMercator.js';
11
12
  var registry = {
12
13
  EqualEarth: EqualEarth,
14
+ LambertConformalConic: LambertConformalConic,
13
15
  Miller: Miller,
14
16
  Orthographic: Orthographic,
15
17
  WebMercator: WebMercator
@@ -2,9 +2,8 @@
2
2
  * Web Mercator projection, used for most online map tile services
3
3
  * */
4
4
  'use strict';
5
- var maxLatitude = 85.0511287798; // The latitude that defines a square
6
- var r = 6378137;
7
- var deg2rad = Math.PI / 180;
5
+ var maxLatitude = 85.0511287798, // The latitude that defines a square
6
+ r = 63.78137, deg2rad = Math.PI / 180;
8
7
  var WebMercator = {
9
8
  forward: function (lonLat) {
10
9
  if (Math.abs(lonLat[1]) > maxLatitude) {
@@ -1074,6 +1074,9 @@ export default MapSeries;
1074
1074
  * it is recommended to use `mapData` to define that paths instead
1075
1075
  * of defining them on the data points themselves.
1076
1076
  *
1077
+ * For providing true geographical shapes based on longitude and latitude, use
1078
+ * the `geometry` option instead.
1079
+ *
1077
1080
  * @sample maps/series/data-path/
1078
1081
  * Paths defined in data
1079
1082
  *
@@ -177,6 +177,8 @@ export default MapLineSeries;
177
177
  * ```
178
178
  *
179
179
  * @type {Array<number|Array<string,(number|null)>|null|*>}
180
+ * @extends series.map.data
181
+ * @excluding drilldown
180
182
  * @product highmaps
181
183
  * @apioption series.mapline.data
182
184
  */
@@ -151,7 +151,8 @@ extend(MapPointSeries.prototype, {
151
151
  forceDL: true,
152
152
  isCartesian: false,
153
153
  pointClass: MapPointPoint,
154
- searchPoint: noop
154
+ searchPoint: noop,
155
+ useMapGeometry: true // #16534
155
156
  });
156
157
  SeriesRegistry.registerSeriesType('mappoint', MapPointSeries);
157
158
  /* *
@@ -188,16 +189,17 @@ export default MapPointSeries;
188
189
  * data: [0, 5, 3, 5]
189
190
  * ```
190
191
  *
191
- * 2. An array of arrays with 2 values. In this case, the values correspond to
192
- * `x,y`. If the first value is a string, it is applied as the name of the
193
- * point, and the `x` value is inferred.
194
- * ```js
195
- * data: [
196
- * [0, 1],
197
- * [1, 8],
198
- * [2, 7]
199
- * ]
200
- * ```
192
+ * 2. An array of arrays with 2 values. In this case, the values correspond
193
+ * to `[hc-key, value]`. Example:
194
+ *
195
+ * ```js
196
+ * data: [
197
+ * ['us-ny', 0],
198
+ * ['us-mi', 5],
199
+ * ['us-tx', 3],
200
+ * ['us-ak', 5]
201
+ * ]
202
+ * ```
201
203
  *
202
204
  * 3. An array of objects with named values. The following snippet shows only a
203
205
  * few settings, see the complete options set below. If the total number of
@@ -132,25 +132,33 @@ var SMAIndicator = /** @class */ (function (_super) {
132
132
  var hasEvents = !!indicator.dataEventsToUnbind.length;
133
133
  if (indicator.linkedParent) {
134
134
  if (!hasEvents) {
135
- indicator.dataEventsToUnbind.push(addEvent(indicator.bindTo.series ?
136
- indicator.linkedParent :
137
- indicator.linkedParent.xAxis, indicator.bindTo.eventName, function () {
135
+ // No matter which indicator,
136
+ // always recalculate after updating the data.
137
+ indicator.dataEventsToUnbind.push(addEvent(indicator.linkedParent, 'updatedData', function () {
138
138
  indicator.recalculateValues();
139
139
  }));
140
+ // Some indicators (like VBP) requires an additional
141
+ // event (afterSetExtremes) to properly show the data.
142
+ if (indicator.calculateOn.xAxis) {
143
+ indicator.dataEventsToUnbind.push(addEvent(indicator.linkedParent.xAxis, indicator.calculateOn.xAxis, function () {
144
+ indicator.recalculateValues();
145
+ }));
146
+ }
140
147
  }
141
- if (indicator.calculateOn === 'init') {
148
+ // Most indicators are being calculated on chart's init.
149
+ if (indicator.calculateOn.chart === 'init') {
142
150
  if (!indicator.processedYData) {
143
151
  indicator.recalculateValues();
144
152
  }
145
153
  }
146
- else {
147
- if (!hasEvents) {
148
- var unbinder_1 = addEvent(indicator.chart, indicator.calculateOn, function () {
149
- indicator.recalculateValues();
150
- // Call this just once, on init
151
- unbinder_1();
152
- });
153
- }
154
+ else if (!hasEvents) {
155
+ // Some indicators (like VBP) has to recalculate their
156
+ // values after other chart's events (render).
157
+ var unbinder_1 = addEvent(indicator.chart, indicator.calculateOn.chart, function () {
158
+ indicator.recalculateValues();
159
+ // Call this just once.
160
+ unbinder_1();
161
+ });
154
162
  }
155
163
  }
156
164
  else {
@@ -221,7 +229,7 @@ var SMAIndicator = /** @class */ (function (_super) {
221
229
  }
222
230
  // Removal of processedXData property is required because on
223
231
  // first translate processedXData array is empty
224
- if (indicator.bindTo.series === false) {
232
+ if (indicator.calculateOn.xAxis && indicator.processedXData) {
225
233
  delete indicator.processedXData;
226
234
  indicator.isDirty = true;
227
235
  indicator.redraw();
@@ -326,11 +334,9 @@ var SMAIndicator = /** @class */ (function (_super) {
326
334
  return SMAIndicator;
327
335
  }(LineSeries));
328
336
  extend(SMAIndicator.prototype, {
329
- bindTo: {
330
- series: true,
331
- eventName: 'updatedData'
337
+ calculateOn: {
338
+ chart: 'init'
332
339
  },
333
- calculateOn: 'init',
334
340
  hasDerivedData: true,
335
341
  nameComponents: ['period'],
336
342
  nameSuffixes: [],
@@ -524,11 +524,10 @@ var VBPIndicator = /** @class */ (function (_super) {
524
524
  extend(VBPIndicator.prototype, {
525
525
  nameBase: 'Volume by Price',
526
526
  nameComponents: ['ranges'],
527
- bindTo: {
528
- series: false,
529
- eventName: 'afterSetExtremes'
527
+ calculateOn: {
528
+ chart: 'render',
529
+ xAxis: 'afterSetExtremes'
530
530
  },
531
- calculateOn: 'render',
532
531
  pointClass: VBPPoint,
533
532
  markerAttribs: noop,
534
533
  drawGraph: noop,
@@ -1616,7 +1616,7 @@ var Toolbar = /** @class */ (function () {
1616
1616
  button.style.backgroundImage;
1617
1617
  // set active class
1618
1618
  if (redraw) {
1619
- this.selectButton(mainNavButton);
1619
+ this.toggleButtonAciveClass(mainNavButton);
1620
1620
  }
1621
1621
  };
1622
1622
  /*
@@ -1625,7 +1625,7 @@ var Toolbar = /** @class */ (function () {
1625
1625
  * @param {HTMLDOMElement} - button
1626
1626
  *
1627
1627
  */
1628
- Toolbar.prototype.selectButton = function (button) {
1628
+ Toolbar.prototype.toggleButtonAciveClass = function (button) {
1629
1629
  if (button.className.indexOf(activeClass) >= 0) {
1630
1630
  button.classList.remove(activeClass);
1631
1631
  }
@@ -1690,7 +1690,7 @@ var Toolbar = /** @class */ (function () {
1690
1690
  Toolbar.prototype.getIconsURL = function () {
1691
1691
  return this.chart.options.navigation.iconsURL ||
1692
1692
  this.options.iconsURL ||
1693
- 'https://code.highcharts.com/9.3.0/gfx/stock-icons/';
1693
+ 'https://code.highcharts.com/9.3.1/gfx/stock-icons/';
1694
1694
  };
1695
1695
  return Toolbar;
1696
1696
  }());
@@ -1771,7 +1771,7 @@ addEvent(NavigationBindings, 'selectButton', function (event) {
1771
1771
  button = button.parentNode.parentNode;
1772
1772
  }
1773
1773
  // Set active class on the current button
1774
- gui.selectButton(button);
1774
+ gui.toggleButtonAciveClass(button);
1775
1775
  }
1776
1776
  });
1777
1777
  addEvent(NavigationBindings, 'deselectButton', function (event) {
@@ -1781,7 +1781,7 @@ addEvent(NavigationBindings, 'deselectButton', function (event) {
1781
1781
  if (button.parentNode.className.indexOf(className) >= 0) {
1782
1782
  button = button.parentNode.parentNode;
1783
1783
  }
1784
- gui.selectButton(button);
1784
+ gui.toggleButtonAciveClass(button);
1785
1785
  }
1786
1786
  });
1787
1787
  // Check if the correct price indicator button is displayed, #15029.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v9.3.0 (2021-10-21)
2
+ * @license Highcharts JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/highcharts-3d
4
4
  * @requires highcharts
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts Gantt JS v9.3.0 (2021-10-21)
2
+ * @license Highcharts Gantt JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/highcharts-gantt
4
4
  *
5
5
  * (c) 2017-2021 Lars Cabrera, Torstein Honsi, Jon Arild Nygard & Oystein Moseng
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v9.3.0 (2021-10-21)
2
+ * @license Highcharts JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/highcharts-more
4
4
  * @requires highcharts
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v9.3.0 (2021-10-21)
2
+ * @license Highcharts JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/highcharts
4
4
  *
5
5
  * (c) 2009-2021 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highmaps JS v9.3.0 (2021-10-21)
2
+ * @license Highmaps JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/highmaps
4
4
  *
5
5
  * (c) 2011-2021 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/highstock
4
4
  *
5
5
  * (c) 2009-2021 Torstein Honsi
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/acceleration-bands
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/accumulation-distribution
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/ao
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/apo
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/aroon-oscillator
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/aroon
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/atr
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/bollinger-bands
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/cci
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/chaikin
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/cmf
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/cmo
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/dema
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/disparity-index
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/dmi
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/dpo
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/ichimoku-kinko-hyo
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/indicators-all
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/indicators
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/keltner-channels
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts Stock JS v9.3.0 (2021-10-21)
2
+ * @license Highcharts Stock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/klinger
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/macd
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/mfi
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/momentum
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/natr
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/obv
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v9.3.0 (2021-10-21)
2
+ * @license Highstock JS v9.3.1 (2021-11-05)
3
3
  * @module highcharts/indicators/pivot-points
4
4
  * @requires highcharts
5
5
  * @requires highcharts/modules/stock