highcharts 12.6.0 → 12.6.2

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 (777) hide show
  1. package/LICENSE.txt +6 -1
  2. package/bower.json +1 -1
  3. package/es-modules/Core/Chart/Chart.js +8 -2
  4. package/es-modules/Core/Defaults.js +4 -0
  5. package/es-modules/Core/Globals.js +1 -1
  6. package/es-modules/Core/Renderer/HTML/AST.js +19 -11
  7. package/es-modules/Core/Renderer/SVG/SVGRenderer.js +1 -1
  8. package/es-modules/Core/Series/Point.js +8 -1
  9. package/es-modules/Core/Series/Series.js +7 -0
  10. package/es-modules/Extensions/Annotations/NavigationBindingsDefaults.js +1 -1
  11. package/es-modules/Extensions/Annotations/Popup/PopupComposition.js +1 -1
  12. package/es-modules/Extensions/Breadcrumbs/Breadcrumbs.js +6 -4
  13. package/es-modules/Extensions/Breadcrumbs/BreadcrumbsDefaults.js +1 -1
  14. package/es-modules/Extensions/Exporting/ExportingDefaults.js +1 -1
  15. package/es-modules/Stock/StockTools/StockToolbar.js +1 -1
  16. package/es-modules/masters/highcharts-3d.src.js +1 -1
  17. package/es-modules/masters/highcharts-gantt.src.js +1 -1
  18. package/es-modules/masters/highcharts-more.src.js +1 -1
  19. package/es-modules/masters/highcharts.src.js +1 -1
  20. package/es-modules/masters/highmaps.src.js +1 -1
  21. package/es-modules/masters/highstock.src.js +1 -1
  22. package/es-modules/masters/i18n/fr-FR.src.d.ts +1 -1
  23. package/es-modules/masters/i18n/fr-FR.src.js +1 -1
  24. package/es-modules/masters/i18n/nb-NO.src.d.ts +1 -1
  25. package/es-modules/masters/i18n/nb-NO.src.js +1 -1
  26. package/es-modules/masters/i18n/zh-CN.src.d.ts +1 -1
  27. package/es-modules/masters/i18n/zh-CN.src.js +1 -1
  28. package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
  29. package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
  30. package/es-modules/masters/indicators/ao.src.js +1 -1
  31. package/es-modules/masters/indicators/apo.src.js +1 -1
  32. package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
  33. package/es-modules/masters/indicators/aroon.src.js +1 -1
  34. package/es-modules/masters/indicators/atr.src.js +1 -1
  35. package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
  36. package/es-modules/masters/indicators/cci.src.js +1 -1
  37. package/es-modules/masters/indicators/chaikin.src.js +1 -1
  38. package/es-modules/masters/indicators/cmf.src.js +1 -1
  39. package/es-modules/masters/indicators/cmo.src.js +1 -1
  40. package/es-modules/masters/indicators/dema.src.js +1 -1
  41. package/es-modules/masters/indicators/disparity-index.src.js +1 -1
  42. package/es-modules/masters/indicators/dmi.src.js +1 -1
  43. package/es-modules/masters/indicators/dpo.src.js +1 -1
  44. package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
  45. package/es-modules/masters/indicators/indicators-all.src.js +1 -1
  46. package/es-modules/masters/indicators/indicators.src.js +1 -1
  47. package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
  48. package/es-modules/masters/indicators/klinger.src.js +1 -1
  49. package/es-modules/masters/indicators/macd.src.js +1 -1
  50. package/es-modules/masters/indicators/mfi.src.js +1 -1
  51. package/es-modules/masters/indicators/momentum.src.js +1 -1
  52. package/es-modules/masters/indicators/natr.src.js +1 -1
  53. package/es-modules/masters/indicators/obv.src.js +1 -1
  54. package/es-modules/masters/indicators/pivot-points.src.js +1 -1
  55. package/es-modules/masters/indicators/ppo.src.js +1 -1
  56. package/es-modules/masters/indicators/price-channel.src.js +1 -1
  57. package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
  58. package/es-modules/masters/indicators/psar.src.js +1 -1
  59. package/es-modules/masters/indicators/regressions.src.js +1 -1
  60. package/es-modules/masters/indicators/roc.src.js +1 -1
  61. package/es-modules/masters/indicators/rsi.src.js +1 -1
  62. package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
  63. package/es-modules/masters/indicators/stochastic.src.js +1 -1
  64. package/es-modules/masters/indicators/supertrend.src.js +1 -1
  65. package/es-modules/masters/indicators/tema.src.js +1 -1
  66. package/es-modules/masters/indicators/trendline.src.js +1 -1
  67. package/es-modules/masters/indicators/trix.src.js +1 -1
  68. package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
  69. package/es-modules/masters/indicators/vwap.src.js +1 -1
  70. package/es-modules/masters/indicators/williams-r.src.js +1 -1
  71. package/es-modules/masters/indicators/wma.src.js +1 -1
  72. package/es-modules/masters/indicators/zigzag.src.js +1 -1
  73. package/es-modules/masters/modules/accessibility.src.js +1 -1
  74. package/es-modules/masters/modules/annotations-advanced.src.js +1 -1
  75. package/es-modules/masters/modules/annotations.src.js +1 -1
  76. package/es-modules/masters/modules/arc-diagram.src.js +1 -1
  77. package/es-modules/masters/modules/arrow-symbols.src.js +1 -1
  78. package/es-modules/masters/modules/boost-canvas.src.js +1 -1
  79. package/es-modules/masters/modules/boost.src.js +1 -1
  80. package/es-modules/masters/modules/broken-axis.src.js +1 -1
  81. package/es-modules/masters/modules/bullet.src.js +1 -1
  82. package/es-modules/masters/modules/coloraxis.src.js +1 -1
  83. package/es-modules/masters/modules/contour.src.js +1 -1
  84. package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
  85. package/es-modules/masters/modules/cylinder.src.js +1 -1
  86. package/es-modules/masters/modules/data-tools.src.js +1 -1
  87. package/es-modules/masters/modules/data.src.js +1 -1
  88. package/es-modules/masters/modules/datagrouping.src.js +1 -1
  89. package/es-modules/masters/modules/debugger.src.js +1 -1
  90. package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
  91. package/es-modules/masters/modules/dotplot.src.js +1 -1
  92. package/es-modules/masters/modules/drag-panes.src.js +1 -1
  93. package/es-modules/masters/modules/draggable-points.src.js +1 -1
  94. package/es-modules/masters/modules/drilldown.src.js +1 -1
  95. package/es-modules/masters/modules/dumbbell.src.js +1 -1
  96. package/es-modules/masters/modules/export-data.src.js +1 -1
  97. package/es-modules/masters/modules/exporting.src.js +1 -1
  98. package/es-modules/masters/modules/flowmap.src.js +1 -1
  99. package/es-modules/masters/modules/full-screen.src.js +1 -1
  100. package/es-modules/masters/modules/funnel.src.js +1 -1
  101. package/es-modules/masters/modules/funnel3d.src.js +1 -1
  102. package/es-modules/masters/modules/gantt.src.js +1 -1
  103. package/es-modules/masters/modules/geoheatmap.src.js +1 -1
  104. package/es-modules/masters/modules/grid-axis.src.js +1 -1
  105. package/es-modules/masters/modules/heatmap.src.js +1 -1
  106. package/es-modules/masters/modules/heikinashi.src.js +1 -1
  107. package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
  108. package/es-modules/masters/modules/hollowcandlestick.src.js +1 -1
  109. package/es-modules/masters/modules/item-series.src.js +1 -1
  110. package/es-modules/masters/modules/lollipop.src.js +1 -1
  111. package/es-modules/masters/modules/map.src.js +1 -1
  112. package/es-modules/masters/modules/marker-clusters.src.js +1 -1
  113. package/es-modules/masters/modules/mouse-wheel-zoom.src.js +1 -1
  114. package/es-modules/masters/modules/navigator.src.js +1 -1
  115. package/es-modules/masters/modules/networkgraph.src.js +1 -1
  116. package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
  117. package/es-modules/masters/modules/non-cartesian-zoom.src.js +1 -1
  118. package/es-modules/masters/modules/offline-exporting.src.js +1 -1
  119. package/es-modules/masters/modules/organization.src.js +1 -1
  120. package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
  121. package/es-modules/masters/modules/pareto.src.js +1 -1
  122. package/es-modules/masters/modules/pathfinder.src.js +1 -1
  123. package/es-modules/masters/modules/pattern-fill.src.js +1 -1
  124. package/es-modules/masters/modules/pictorial.src.js +1 -1
  125. package/es-modules/masters/modules/pointandfigure.src.js +1 -1
  126. package/es-modules/masters/modules/price-indicator.src.js +1 -1
  127. package/es-modules/masters/modules/pyramid3d.src.js +1 -1
  128. package/es-modules/masters/modules/renko.src.js +1 -1
  129. package/es-modules/masters/modules/sankey.src.js +1 -1
  130. package/es-modules/masters/modules/series-label.src.js +1 -1
  131. package/es-modules/masters/modules/series-on-point.src.js +1 -1
  132. package/es-modules/masters/modules/solid-gauge.src.js +1 -1
  133. package/es-modules/masters/modules/sonification.src.js +1 -1
  134. package/es-modules/masters/modules/static-scale.src.js +1 -1
  135. package/es-modules/masters/modules/stock-tools.src.js +1 -1
  136. package/es-modules/masters/modules/stock.src.js +1 -1
  137. package/es-modules/masters/modules/streamgraph.src.js +1 -1
  138. package/es-modules/masters/modules/sunburst.src.js +1 -1
  139. package/es-modules/masters/modules/textpath.src.js +1 -1
  140. package/es-modules/masters/modules/tiledwebmap.src.js +1 -1
  141. package/es-modules/masters/modules/tilemap.src.js +1 -1
  142. package/es-modules/masters/modules/timeline.src.js +1 -1
  143. package/es-modules/masters/modules/treegraph.src.js +1 -1
  144. package/es-modules/masters/modules/treegrid.src.js +1 -1
  145. package/es-modules/masters/modules/treemap.src.js +1 -1
  146. package/es-modules/masters/modules/variable-pie.src.js +1 -1
  147. package/es-modules/masters/modules/variwide.src.js +1 -1
  148. package/es-modules/masters/modules/vector.src.js +1 -1
  149. package/es-modules/masters/modules/venn.src.js +1 -1
  150. package/es-modules/masters/modules/windbarb.src.js +1 -1
  151. package/es-modules/masters/modules/wordcloud.src.js +1 -1
  152. package/es-modules/masters/modules/xrange.src.js +1 -1
  153. package/es-modules/masters/standalone-navigator.src.js +1 -1
  154. package/es-modules/masters/themes/adaptive.src.js +1 -1
  155. package/es-modules/masters/themes/avocado.src.js +1 -1
  156. package/es-modules/masters/themes/brand-dark.src.js +1 -1
  157. package/es-modules/masters/themes/brand-light.src.js +1 -1
  158. package/es-modules/masters/themes/dark-blue.src.js +1 -1
  159. package/es-modules/masters/themes/dark-green.src.js +1 -1
  160. package/es-modules/masters/themes/dark-unica.src.js +1 -1
  161. package/es-modules/masters/themes/gray.src.js +1 -1
  162. package/es-modules/masters/themes/grid-light.src.js +1 -1
  163. package/es-modules/masters/themes/grid.src.js +1 -1
  164. package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
  165. package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
  166. package/es-modules/masters/themes/sand-signika.src.js +1 -1
  167. package/es-modules/masters/themes/skies.src.js +1 -1
  168. package/es-modules/masters/themes/sunset.src.js +1 -1
  169. package/es-modules/tsconfig.tsbuildinfo +1 -1
  170. package/esm/highcharts-3d.js +1 -1
  171. package/esm/highcharts-3d.src.js +1 -1
  172. package/esm/highcharts-gantt.js +1 -1
  173. package/esm/highcharts-gantt.src.js +1 -1
  174. package/esm/highcharts-more.js +1 -1
  175. package/esm/highcharts-more.src.js +1 -1
  176. package/esm/highcharts.js +3 -3
  177. package/esm/highcharts.src.js +48 -16
  178. package/esm/highmaps.js +1 -1
  179. package/esm/highmaps.src.js +1 -1
  180. package/esm/highstock.js +1 -1
  181. package/esm/highstock.src.js +1 -1
  182. package/esm/i18n/fr-FR.js +1 -1
  183. package/esm/i18n/fr-FR.src.js +1 -1
  184. package/esm/i18n/nb-NO.js +1 -1
  185. package/esm/i18n/nb-NO.src.js +1 -1
  186. package/esm/i18n/zh-CN.js +1 -1
  187. package/esm/i18n/zh-CN.src.js +1 -1
  188. package/esm/indicators/acceleration-bands.js +1 -1
  189. package/esm/indicators/acceleration-bands.src.js +1 -1
  190. package/esm/indicators/accumulation-distribution.js +1 -1
  191. package/esm/indicators/accumulation-distribution.src.js +1 -1
  192. package/esm/indicators/ao.js +1 -1
  193. package/esm/indicators/ao.src.js +1 -1
  194. package/esm/indicators/apo.js +1 -1
  195. package/esm/indicators/apo.src.js +1 -1
  196. package/esm/indicators/aroon-oscillator.js +1 -1
  197. package/esm/indicators/aroon-oscillator.src.js +1 -1
  198. package/esm/indicators/aroon.js +1 -1
  199. package/esm/indicators/aroon.src.js +1 -1
  200. package/esm/indicators/atr.js +1 -1
  201. package/esm/indicators/atr.src.js +1 -1
  202. package/esm/indicators/bollinger-bands.js +1 -1
  203. package/esm/indicators/bollinger-bands.src.js +1 -1
  204. package/esm/indicators/cci.js +1 -1
  205. package/esm/indicators/cci.src.js +1 -1
  206. package/esm/indicators/chaikin.js +1 -1
  207. package/esm/indicators/chaikin.src.js +1 -1
  208. package/esm/indicators/cmf.js +1 -1
  209. package/esm/indicators/cmf.src.js +1 -1
  210. package/esm/indicators/cmo.js +1 -1
  211. package/esm/indicators/cmo.src.js +1 -1
  212. package/esm/indicators/dema.js +1 -1
  213. package/esm/indicators/dema.src.js +1 -1
  214. package/esm/indicators/disparity-index.js +1 -1
  215. package/esm/indicators/disparity-index.src.js +1 -1
  216. package/esm/indicators/dmi.js +1 -1
  217. package/esm/indicators/dmi.src.js +1 -1
  218. package/esm/indicators/dpo.js +1 -1
  219. package/esm/indicators/dpo.src.js +1 -1
  220. package/esm/indicators/ichimoku-kinko-hyo.js +1 -1
  221. package/esm/indicators/ichimoku-kinko-hyo.src.js +1 -1
  222. package/esm/indicators/indicators-all.js +1 -1
  223. package/esm/indicators/indicators-all.src.js +1 -1
  224. package/esm/indicators/indicators.js +1 -1
  225. package/esm/indicators/indicators.src.js +1 -1
  226. package/esm/indicators/keltner-channels.js +1 -1
  227. package/esm/indicators/keltner-channels.src.js +1 -1
  228. package/esm/indicators/klinger.js +1 -1
  229. package/esm/indicators/klinger.src.js +1 -1
  230. package/esm/indicators/macd.js +1 -1
  231. package/esm/indicators/macd.src.js +1 -1
  232. package/esm/indicators/mfi.js +1 -1
  233. package/esm/indicators/mfi.src.js +1 -1
  234. package/esm/indicators/momentum.js +1 -1
  235. package/esm/indicators/momentum.src.js +1 -1
  236. package/esm/indicators/natr.js +1 -1
  237. package/esm/indicators/natr.src.js +1 -1
  238. package/esm/indicators/obv.js +1 -1
  239. package/esm/indicators/obv.src.js +1 -1
  240. package/esm/indicators/pivot-points.js +1 -1
  241. package/esm/indicators/pivot-points.src.js +1 -1
  242. package/esm/indicators/ppo.js +1 -1
  243. package/esm/indicators/ppo.src.js +1 -1
  244. package/esm/indicators/price-channel.js +1 -1
  245. package/esm/indicators/price-channel.src.js +1 -1
  246. package/esm/indicators/price-envelopes.js +1 -1
  247. package/esm/indicators/price-envelopes.src.js +1 -1
  248. package/esm/indicators/psar.js +1 -1
  249. package/esm/indicators/psar.src.js +1 -1
  250. package/esm/indicators/regressions.js +1 -1
  251. package/esm/indicators/regressions.src.js +1 -1
  252. package/esm/indicators/roc.js +1 -1
  253. package/esm/indicators/roc.src.js +1 -1
  254. package/esm/indicators/rsi.js +1 -1
  255. package/esm/indicators/rsi.src.js +1 -1
  256. package/esm/indicators/slow-stochastic.js +1 -1
  257. package/esm/indicators/slow-stochastic.src.js +1 -1
  258. package/esm/indicators/stochastic.js +1 -1
  259. package/esm/indicators/stochastic.src.js +1 -1
  260. package/esm/indicators/supertrend.js +1 -1
  261. package/esm/indicators/supertrend.src.js +1 -1
  262. package/esm/indicators/tema.js +1 -1
  263. package/esm/indicators/tema.src.js +1 -1
  264. package/esm/indicators/trendline.js +1 -1
  265. package/esm/indicators/trendline.src.js +1 -1
  266. package/esm/indicators/trix.js +1 -1
  267. package/esm/indicators/trix.src.js +1 -1
  268. package/esm/indicators/volume-by-price.js +1 -1
  269. package/esm/indicators/volume-by-price.src.js +1 -1
  270. package/esm/indicators/vwap.js +1 -1
  271. package/esm/indicators/vwap.src.js +1 -1
  272. package/esm/indicators/williams-r.js +1 -1
  273. package/esm/indicators/williams-r.src.js +1 -1
  274. package/esm/indicators/wma.js +1 -1
  275. package/esm/indicators/wma.src.js +1 -1
  276. package/esm/indicators/zigzag.js +1 -1
  277. package/esm/indicators/zigzag.src.js +1 -1
  278. package/esm/modules/accessibility.js +1 -1
  279. package/esm/modules/accessibility.src.js +1 -1
  280. package/esm/modules/annotations-advanced.js +2 -2
  281. package/esm/modules/annotations-advanced.src.js +3 -3
  282. package/esm/modules/annotations.js +2 -2
  283. package/esm/modules/annotations.src.js +3 -3
  284. package/esm/modules/arc-diagram.js +1 -1
  285. package/esm/modules/arc-diagram.src.js +1 -1
  286. package/esm/modules/arrow-symbols.js +1 -1
  287. package/esm/modules/arrow-symbols.src.js +1 -1
  288. package/esm/modules/boost-canvas.js +1 -1
  289. package/esm/modules/boost-canvas.src.js +1 -1
  290. package/esm/modules/boost.js +1 -1
  291. package/esm/modules/boost.src.js +1 -1
  292. package/esm/modules/broken-axis.js +1 -1
  293. package/esm/modules/broken-axis.src.js +1 -1
  294. package/esm/modules/bullet.js +1 -1
  295. package/esm/modules/bullet.src.js +1 -1
  296. package/esm/modules/coloraxis.js +1 -1
  297. package/esm/modules/coloraxis.src.js +1 -1
  298. package/esm/modules/contour.js +1 -1
  299. package/esm/modules/contour.src.js +1 -1
  300. package/esm/modules/current-date-indicator.js +1 -1
  301. package/esm/modules/current-date-indicator.src.js +1 -1
  302. package/esm/modules/cylinder.js +1 -1
  303. package/esm/modules/cylinder.src.js +1 -1
  304. package/esm/modules/data-tools.js +1 -1
  305. package/esm/modules/data-tools.src.js +1 -1
  306. package/esm/modules/data.js +1 -1
  307. package/esm/modules/data.src.js +1 -1
  308. package/esm/modules/datagrouping.js +1 -1
  309. package/esm/modules/datagrouping.src.js +1 -1
  310. package/esm/modules/debugger.js +1 -1
  311. package/esm/modules/debugger.src.js +1 -1
  312. package/esm/modules/dependency-wheel.js +1 -1
  313. package/esm/modules/dependency-wheel.src.js +1 -1
  314. package/esm/modules/dotplot.js +1 -1
  315. package/esm/modules/dotplot.src.js +1 -1
  316. package/esm/modules/drag-panes.js +1 -1
  317. package/esm/modules/drag-panes.src.js +1 -1
  318. package/esm/modules/draggable-points.js +1 -1
  319. package/esm/modules/draggable-points.src.js +1 -1
  320. package/esm/modules/drilldown.js +2 -2
  321. package/esm/modules/drilldown.src.js +8 -6
  322. package/esm/modules/dumbbell.js +1 -1
  323. package/esm/modules/dumbbell.src.js +1 -1
  324. package/esm/modules/export-data.js +1 -1
  325. package/esm/modules/export-data.src.js +1 -1
  326. package/esm/modules/exporting.js +2 -2
  327. package/esm/modules/exporting.src.js +2 -2
  328. package/esm/modules/flowmap.js +1 -1
  329. package/esm/modules/flowmap.src.js +1 -1
  330. package/esm/modules/full-screen.js +1 -1
  331. package/esm/modules/full-screen.src.js +1 -1
  332. package/esm/modules/funnel.js +1 -1
  333. package/esm/modules/funnel.src.js +1 -1
  334. package/esm/modules/funnel3d.js +1 -1
  335. package/esm/modules/funnel3d.src.js +1 -1
  336. package/esm/modules/gantt.js +1 -1
  337. package/esm/modules/gantt.src.js +1 -1
  338. package/esm/modules/geoheatmap.js +1 -1
  339. package/esm/modules/geoheatmap.src.js +1 -1
  340. package/esm/modules/grid-axis.js +1 -1
  341. package/esm/modules/grid-axis.src.js +1 -1
  342. package/esm/modules/heatmap.js +1 -1
  343. package/esm/modules/heatmap.src.js +1 -1
  344. package/esm/modules/heikinashi.js +1 -1
  345. package/esm/modules/heikinashi.src.js +1 -1
  346. package/esm/modules/histogram-bellcurve.js +1 -1
  347. package/esm/modules/histogram-bellcurve.src.js +1 -1
  348. package/esm/modules/hollowcandlestick.js +1 -1
  349. package/esm/modules/hollowcandlestick.src.js +1 -1
  350. package/esm/modules/item-series.js +1 -1
  351. package/esm/modules/item-series.src.js +1 -1
  352. package/esm/modules/lollipop.js +1 -1
  353. package/esm/modules/lollipop.src.js +1 -1
  354. package/esm/modules/map.js +1 -1
  355. package/esm/modules/map.src.js +1 -1
  356. package/esm/modules/marker-clusters.js +1 -1
  357. package/esm/modules/marker-clusters.src.js +1 -1
  358. package/esm/modules/mouse-wheel-zoom.js +1 -1
  359. package/esm/modules/mouse-wheel-zoom.src.js +1 -1
  360. package/esm/modules/navigator.js +1 -1
  361. package/esm/modules/navigator.src.js +1 -1
  362. package/esm/modules/networkgraph.js +1 -1
  363. package/esm/modules/networkgraph.src.js +1 -1
  364. package/esm/modules/no-data-to-display.js +1 -1
  365. package/esm/modules/no-data-to-display.src.js +1 -1
  366. package/esm/modules/non-cartesian-zoom.js +1 -1
  367. package/esm/modules/non-cartesian-zoom.src.js +1 -1
  368. package/esm/modules/offline-exporting.js +1 -1
  369. package/esm/modules/offline-exporting.src.js +1 -1
  370. package/esm/modules/organization.js +1 -1
  371. package/esm/modules/organization.src.js +1 -1
  372. package/esm/modules/parallel-coordinates.js +1 -1
  373. package/esm/modules/parallel-coordinates.src.js +1 -1
  374. package/esm/modules/pareto.js +1 -1
  375. package/esm/modules/pareto.src.js +1 -1
  376. package/esm/modules/pathfinder.js +1 -1
  377. package/esm/modules/pathfinder.src.js +1 -1
  378. package/esm/modules/pattern-fill.js +1 -1
  379. package/esm/modules/pattern-fill.src.js +1 -1
  380. package/esm/modules/pictorial.js +1 -1
  381. package/esm/modules/pictorial.src.js +1 -1
  382. package/esm/modules/pointandfigure.js +1 -1
  383. package/esm/modules/pointandfigure.src.js +1 -1
  384. package/esm/modules/price-indicator.js +1 -1
  385. package/esm/modules/price-indicator.src.js +1 -1
  386. package/esm/modules/pyramid3d.js +1 -1
  387. package/esm/modules/pyramid3d.src.js +1 -1
  388. package/esm/modules/renko.js +1 -1
  389. package/esm/modules/renko.src.js +1 -1
  390. package/esm/modules/sankey.js +1 -1
  391. package/esm/modules/sankey.src.js +1 -1
  392. package/esm/modules/series-label.js +1 -1
  393. package/esm/modules/series-label.src.js +1 -1
  394. package/esm/modules/series-on-point.js +1 -1
  395. package/esm/modules/series-on-point.src.js +1 -1
  396. package/esm/modules/solid-gauge.js +1 -1
  397. package/esm/modules/solid-gauge.src.js +1 -1
  398. package/esm/modules/sonification.js +1 -1
  399. package/esm/modules/sonification.src.js +1 -1
  400. package/esm/modules/static-scale.js +1 -1
  401. package/esm/modules/static-scale.src.js +1 -1
  402. package/esm/modules/stock-tools.js +2 -2
  403. package/esm/modules/stock-tools.src.js +3 -3
  404. package/esm/modules/stock.js +1 -1
  405. package/esm/modules/stock.src.js +1 -1
  406. package/esm/modules/streamgraph.js +1 -1
  407. package/esm/modules/streamgraph.src.js +1 -1
  408. package/esm/modules/sunburst.js +2 -2
  409. package/esm/modules/sunburst.src.js +8 -6
  410. package/esm/modules/textpath.js +1 -1
  411. package/esm/modules/textpath.src.js +1 -1
  412. package/esm/modules/tiledwebmap.js +1 -1
  413. package/esm/modules/tiledwebmap.src.js +1 -1
  414. package/esm/modules/tilemap.js +1 -1
  415. package/esm/modules/tilemap.src.js +1 -1
  416. package/esm/modules/timeline.js +1 -1
  417. package/esm/modules/timeline.src.js +1 -1
  418. package/esm/modules/treegraph.js +1 -1
  419. package/esm/modules/treegraph.src.js +1 -1
  420. package/esm/modules/treegrid.js +1 -1
  421. package/esm/modules/treegrid.src.js +1 -1
  422. package/esm/modules/treemap.js +2 -2
  423. package/esm/modules/treemap.src.js +8 -6
  424. package/esm/modules/variable-pie.js +1 -1
  425. package/esm/modules/variable-pie.src.js +1 -1
  426. package/esm/modules/variwide.js +1 -1
  427. package/esm/modules/variwide.src.js +1 -1
  428. package/esm/modules/vector.js +1 -1
  429. package/esm/modules/vector.src.js +1 -1
  430. package/esm/modules/venn.js +1 -1
  431. package/esm/modules/venn.src.js +1 -1
  432. package/esm/modules/windbarb.js +1 -1
  433. package/esm/modules/windbarb.src.js +1 -1
  434. package/esm/modules/wordcloud.js +1 -1
  435. package/esm/modules/wordcloud.src.js +1 -1
  436. package/esm/modules/xrange.js +1 -1
  437. package/esm/modules/xrange.src.js +1 -1
  438. package/esm/standalone-navigator.js +3 -3
  439. package/esm/standalone-navigator.src.js +50 -18
  440. package/esm/themes/adaptive.js +1 -1
  441. package/esm/themes/adaptive.src.js +1 -1
  442. package/esm/themes/avocado.js +1 -1
  443. package/esm/themes/avocado.src.js +1 -1
  444. package/esm/themes/brand-dark.js +1 -1
  445. package/esm/themes/brand-dark.src.js +1 -1
  446. package/esm/themes/brand-light.js +1 -1
  447. package/esm/themes/brand-light.src.js +1 -1
  448. package/esm/themes/dark-blue.js +1 -1
  449. package/esm/themes/dark-blue.src.js +1 -1
  450. package/esm/themes/dark-green.js +1 -1
  451. package/esm/themes/dark-green.src.js +1 -1
  452. package/esm/themes/dark-unica.js +1 -1
  453. package/esm/themes/dark-unica.src.js +1 -1
  454. package/esm/themes/gray.js +1 -1
  455. package/esm/themes/gray.src.js +1 -1
  456. package/esm/themes/grid-light.js +1 -1
  457. package/esm/themes/grid-light.src.js +1 -1
  458. package/esm/themes/grid.js +1 -1
  459. package/esm/themes/grid.src.js +1 -1
  460. package/esm/themes/high-contrast-dark.js +1 -1
  461. package/esm/themes/high-contrast-dark.src.js +1 -1
  462. package/esm/themes/high-contrast-light.js +1 -1
  463. package/esm/themes/high-contrast-light.src.js +1 -1
  464. package/esm/themes/sand-signika.js +1 -1
  465. package/esm/themes/sand-signika.src.js +1 -1
  466. package/esm/themes/skies.js +1 -1
  467. package/esm/themes/skies.src.js +1 -1
  468. package/esm/themes/sunset.js +1 -1
  469. package/esm/themes/sunset.src.js +1 -1
  470. package/highcharts-3d.js +1 -1
  471. package/highcharts-3d.src.js +1 -1
  472. package/highcharts-gantt.js +3 -3
  473. package/highcharts-gantt.src.js +53 -21
  474. package/highcharts-more.js +1 -1
  475. package/highcharts-more.src.js +1 -1
  476. package/highcharts.d.ts +5 -2
  477. package/highcharts.js +3 -3
  478. package/highcharts.src.d.ts +5 -2
  479. package/highcharts.src.js +48 -16
  480. package/highmaps.js +3 -3
  481. package/highmaps.src.js +51 -19
  482. package/highstock.js +3 -3
  483. package/highstock.src.js +53 -21
  484. package/i18n/fr-FR.js +1 -1
  485. package/i18n/fr-FR.src.js +1 -1
  486. package/i18n/nb-NO.js +1 -1
  487. package/i18n/nb-NO.src.js +1 -1
  488. package/i18n/zh-CN.js +1 -1
  489. package/i18n/zh-CN.src.js +1 -1
  490. package/indicators/acceleration-bands.js +1 -1
  491. package/indicators/acceleration-bands.src.js +1 -1
  492. package/indicators/accumulation-distribution.js +1 -1
  493. package/indicators/accumulation-distribution.src.js +1 -1
  494. package/indicators/ao.js +1 -1
  495. package/indicators/ao.src.js +1 -1
  496. package/indicators/apo.js +1 -1
  497. package/indicators/apo.src.js +1 -1
  498. package/indicators/aroon-oscillator.js +1 -1
  499. package/indicators/aroon-oscillator.src.js +1 -1
  500. package/indicators/aroon.js +1 -1
  501. package/indicators/aroon.src.js +1 -1
  502. package/indicators/atr.js +1 -1
  503. package/indicators/atr.src.js +1 -1
  504. package/indicators/bollinger-bands.js +1 -1
  505. package/indicators/bollinger-bands.src.js +1 -1
  506. package/indicators/cci.js +1 -1
  507. package/indicators/cci.src.js +1 -1
  508. package/indicators/chaikin.js +1 -1
  509. package/indicators/chaikin.src.js +1 -1
  510. package/indicators/cmf.js +1 -1
  511. package/indicators/cmf.src.js +1 -1
  512. package/indicators/cmo.js +1 -1
  513. package/indicators/cmo.src.js +1 -1
  514. package/indicators/dema.js +1 -1
  515. package/indicators/dema.src.js +1 -1
  516. package/indicators/disparity-index.js +1 -1
  517. package/indicators/disparity-index.src.js +1 -1
  518. package/indicators/dmi.js +1 -1
  519. package/indicators/dmi.src.js +1 -1
  520. package/indicators/dpo.js +1 -1
  521. package/indicators/dpo.src.js +1 -1
  522. package/indicators/ichimoku-kinko-hyo.js +1 -1
  523. package/indicators/ichimoku-kinko-hyo.src.js +1 -1
  524. package/indicators/indicators-all.js +1 -1
  525. package/indicators/indicators-all.src.js +1 -1
  526. package/indicators/indicators.js +1 -1
  527. package/indicators/indicators.src.js +1 -1
  528. package/indicators/keltner-channels.js +1 -1
  529. package/indicators/keltner-channels.src.js +1 -1
  530. package/indicators/klinger.js +1 -1
  531. package/indicators/klinger.src.js +1 -1
  532. package/indicators/macd.js +1 -1
  533. package/indicators/macd.src.js +1 -1
  534. package/indicators/mfi.js +1 -1
  535. package/indicators/mfi.src.js +1 -1
  536. package/indicators/momentum.js +1 -1
  537. package/indicators/momentum.src.js +1 -1
  538. package/indicators/natr.js +1 -1
  539. package/indicators/natr.src.js +1 -1
  540. package/indicators/obv.js +1 -1
  541. package/indicators/obv.src.js +1 -1
  542. package/indicators/pivot-points.js +1 -1
  543. package/indicators/pivot-points.src.js +1 -1
  544. package/indicators/ppo.js +1 -1
  545. package/indicators/ppo.src.js +1 -1
  546. package/indicators/price-channel.js +1 -1
  547. package/indicators/price-channel.src.js +1 -1
  548. package/indicators/price-envelopes.js +1 -1
  549. package/indicators/price-envelopes.src.js +1 -1
  550. package/indicators/psar.js +1 -1
  551. package/indicators/psar.src.js +1 -1
  552. package/indicators/regressions.js +1 -1
  553. package/indicators/regressions.src.js +1 -1
  554. package/indicators/roc.js +1 -1
  555. package/indicators/roc.src.js +1 -1
  556. package/indicators/rsi.js +1 -1
  557. package/indicators/rsi.src.js +1 -1
  558. package/indicators/slow-stochastic.js +1 -1
  559. package/indicators/slow-stochastic.src.js +1 -1
  560. package/indicators/stochastic.js +1 -1
  561. package/indicators/stochastic.src.js +1 -1
  562. package/indicators/supertrend.js +1 -1
  563. package/indicators/supertrend.src.js +1 -1
  564. package/indicators/tema.js +1 -1
  565. package/indicators/tema.src.js +1 -1
  566. package/indicators/trendline.js +1 -1
  567. package/indicators/trendline.src.js +1 -1
  568. package/indicators/trix.js +1 -1
  569. package/indicators/trix.src.js +1 -1
  570. package/indicators/volume-by-price.js +1 -1
  571. package/indicators/volume-by-price.src.js +1 -1
  572. package/indicators/vwap.js +1 -1
  573. package/indicators/vwap.src.js +1 -1
  574. package/indicators/williams-r.js +1 -1
  575. package/indicators/williams-r.src.js +1 -1
  576. package/indicators/wma.js +1 -1
  577. package/indicators/wma.src.js +1 -1
  578. package/indicators/zigzag.js +1 -1
  579. package/indicators/zigzag.src.js +1 -1
  580. package/modules/accessibility.js +1 -1
  581. package/modules/accessibility.src.js +1 -1
  582. package/modules/annotations-advanced.js +2 -2
  583. package/modules/annotations-advanced.src.js +3 -3
  584. package/modules/annotations.js +2 -2
  585. package/modules/annotations.src.js +3 -3
  586. package/modules/arc-diagram.js +1 -1
  587. package/modules/arc-diagram.src.js +1 -1
  588. package/modules/arrow-symbols.js +1 -1
  589. package/modules/arrow-symbols.src.js +1 -1
  590. package/modules/boost-canvas.js +1 -1
  591. package/modules/boost-canvas.src.js +1 -1
  592. package/modules/boost.js +1 -1
  593. package/modules/boost.src.js +1 -1
  594. package/modules/broken-axis.js +1 -1
  595. package/modules/broken-axis.src.js +1 -1
  596. package/modules/bullet.js +1 -1
  597. package/modules/bullet.src.js +1 -1
  598. package/modules/coloraxis.js +1 -1
  599. package/modules/coloraxis.src.js +1 -1
  600. package/modules/contour.js +2 -2
  601. package/modules/contour.src.js +2 -2
  602. package/modules/current-date-indicator.js +1 -1
  603. package/modules/current-date-indicator.src.js +1 -1
  604. package/modules/cylinder.js +1 -1
  605. package/modules/cylinder.src.js +1 -1
  606. package/modules/data-tools.js +1 -1
  607. package/modules/data-tools.src.js +1 -1
  608. package/modules/data.js +1 -1
  609. package/modules/data.src.js +1 -1
  610. package/modules/datagrouping.js +1 -1
  611. package/modules/datagrouping.src.js +1 -1
  612. package/modules/debugger.js +1 -1
  613. package/modules/debugger.src.js +1 -1
  614. package/modules/dependency-wheel.js +1 -1
  615. package/modules/dependency-wheel.src.js +1 -1
  616. package/modules/dotplot.js +1 -1
  617. package/modules/dotplot.src.js +1 -1
  618. package/modules/drag-panes.js +1 -1
  619. package/modules/drag-panes.src.js +1 -1
  620. package/modules/draggable-points.js +1 -1
  621. package/modules/draggable-points.src.js +1 -1
  622. package/modules/drilldown.js +2 -2
  623. package/modules/drilldown.src.js +8 -6
  624. package/modules/dumbbell.js +1 -1
  625. package/modules/dumbbell.src.js +1 -1
  626. package/modules/export-data.js +1 -1
  627. package/modules/export-data.src.js +1 -1
  628. package/modules/exporting.js +2 -2
  629. package/modules/exporting.src.js +2 -2
  630. package/modules/flowmap.js +1 -1
  631. package/modules/flowmap.src.js +1 -1
  632. package/modules/full-screen.js +1 -1
  633. package/modules/full-screen.src.js +1 -1
  634. package/modules/funnel.js +1 -1
  635. package/modules/funnel.src.js +1 -1
  636. package/modules/funnel3d.js +1 -1
  637. package/modules/funnel3d.src.js +1 -1
  638. package/modules/gantt.js +3 -3
  639. package/modules/gantt.src.js +4 -4
  640. package/modules/geoheatmap.js +1 -1
  641. package/modules/geoheatmap.src.js +1 -1
  642. package/modules/grid-axis.js +1 -1
  643. package/modules/grid-axis.src.js +1 -1
  644. package/modules/heatmap.js +2 -2
  645. package/modules/heatmap.src.js +2 -2
  646. package/modules/heikinashi.js +1 -1
  647. package/modules/heikinashi.src.js +1 -1
  648. package/modules/histogram-bellcurve.js +1 -1
  649. package/modules/histogram-bellcurve.src.js +1 -1
  650. package/modules/hollowcandlestick.js +1 -1
  651. package/modules/hollowcandlestick.src.js +1 -1
  652. package/modules/item-series.js +1 -1
  653. package/modules/item-series.src.js +1 -1
  654. package/modules/lollipop.js +1 -1
  655. package/modules/lollipop.src.js +1 -1
  656. package/modules/map.js +2 -2
  657. package/modules/map.src.js +2 -2
  658. package/modules/marker-clusters.js +1 -1
  659. package/modules/marker-clusters.src.js +1 -1
  660. package/modules/mouse-wheel-zoom.js +1 -1
  661. package/modules/mouse-wheel-zoom.src.js +1 -1
  662. package/modules/navigator.js +1 -1
  663. package/modules/navigator.src.js +1 -1
  664. package/modules/networkgraph.js +1 -1
  665. package/modules/networkgraph.src.js +1 -1
  666. package/modules/no-data-to-display.js +1 -1
  667. package/modules/no-data-to-display.src.js +1 -1
  668. package/modules/non-cartesian-zoom.js +1 -1
  669. package/modules/non-cartesian-zoom.src.js +1 -1
  670. package/modules/offline-exporting.js +1 -1
  671. package/modules/offline-exporting.src.js +1 -1
  672. package/modules/organization.js +1 -1
  673. package/modules/organization.src.js +1 -1
  674. package/modules/parallel-coordinates.js +1 -1
  675. package/modules/parallel-coordinates.src.js +1 -1
  676. package/modules/pareto.js +1 -1
  677. package/modules/pareto.src.js +1 -1
  678. package/modules/pathfinder.js +1 -1
  679. package/modules/pathfinder.src.js +1 -1
  680. package/modules/pattern-fill.js +1 -1
  681. package/modules/pattern-fill.src.js +1 -1
  682. package/modules/pictorial.js +1 -1
  683. package/modules/pictorial.src.js +1 -1
  684. package/modules/pointandfigure.js +1 -1
  685. package/modules/pointandfigure.src.js +1 -1
  686. package/modules/price-indicator.js +1 -1
  687. package/modules/price-indicator.src.js +1 -1
  688. package/modules/pyramid3d.js +1 -1
  689. package/modules/pyramid3d.src.js +1 -1
  690. package/modules/renko.js +1 -1
  691. package/modules/renko.src.js +1 -1
  692. package/modules/sankey.js +1 -1
  693. package/modules/sankey.src.js +1 -1
  694. package/modules/series-label.js +1 -1
  695. package/modules/series-label.src.js +1 -1
  696. package/modules/series-on-point.js +1 -1
  697. package/modules/series-on-point.src.js +1 -1
  698. package/modules/solid-gauge.js +1 -1
  699. package/modules/solid-gauge.src.js +1 -1
  700. package/modules/sonification.js +1 -1
  701. package/modules/sonification.src.js +1 -1
  702. package/modules/static-scale.js +1 -1
  703. package/modules/static-scale.src.js +1 -1
  704. package/modules/stock-tools.js +2 -2
  705. package/modules/stock-tools.src.js +3 -3
  706. package/modules/stock.js +3 -3
  707. package/modules/stock.src.js +4 -4
  708. package/modules/streamgraph.js +1 -1
  709. package/modules/streamgraph.src.js +1 -1
  710. package/modules/sunburst.js +2 -2
  711. package/modules/sunburst.src.js +8 -6
  712. package/modules/textpath.js +1 -1
  713. package/modules/textpath.src.js +1 -1
  714. package/modules/tiledwebmap.js +1 -1
  715. package/modules/tiledwebmap.src.js +1 -1
  716. package/modules/tilemap.js +1 -1
  717. package/modules/tilemap.src.js +1 -1
  718. package/modules/timeline.js +1 -1
  719. package/modules/timeline.src.js +1 -1
  720. package/modules/treegraph.js +1 -1
  721. package/modules/treegraph.src.js +1 -1
  722. package/modules/treegrid.js +1 -1
  723. package/modules/treegrid.src.js +1 -1
  724. package/modules/treemap.js +2 -2
  725. package/modules/treemap.src.js +8 -6
  726. package/modules/variable-pie.js +1 -1
  727. package/modules/variable-pie.src.js +1 -1
  728. package/modules/variwide.js +1 -1
  729. package/modules/variwide.src.js +1 -1
  730. package/modules/vector.js +1 -1
  731. package/modules/vector.src.js +1 -1
  732. package/modules/venn.js +1 -1
  733. package/modules/venn.src.js +1 -1
  734. package/modules/windbarb.js +1 -1
  735. package/modules/windbarb.src.js +1 -1
  736. package/modules/wordcloud.js +1 -1
  737. package/modules/wordcloud.src.js +1 -1
  738. package/modules/xrange.js +1 -1
  739. package/modules/xrange.src.js +1 -1
  740. package/options/sunburst.d.ts +1 -1
  741. package/options/sunburst.src.d.ts +1 -1
  742. package/options/treemap.d.ts +1 -1
  743. package/options/treemap.src.d.ts +1 -1
  744. package/package.json +1 -1
  745. package/standalone-navigator.js +3 -3
  746. package/standalone-navigator.src.js +50 -18
  747. package/themes/adaptive.js +1 -1
  748. package/themes/adaptive.src.js +1 -1
  749. package/themes/avocado.js +1 -1
  750. package/themes/avocado.src.js +1 -1
  751. package/themes/brand-dark.js +1 -1
  752. package/themes/brand-dark.src.js +1 -1
  753. package/themes/brand-light.js +1 -1
  754. package/themes/brand-light.src.js +1 -1
  755. package/themes/dark-blue.js +1 -1
  756. package/themes/dark-blue.src.js +1 -1
  757. package/themes/dark-green.js +1 -1
  758. package/themes/dark-green.src.js +1 -1
  759. package/themes/dark-unica.js +1 -1
  760. package/themes/dark-unica.src.js +1 -1
  761. package/themes/gray.js +1 -1
  762. package/themes/gray.src.js +1 -1
  763. package/themes/grid-light.js +1 -1
  764. package/themes/grid-light.src.js +1 -1
  765. package/themes/grid.js +1 -1
  766. package/themes/grid.src.js +1 -1
  767. package/themes/high-contrast-dark.js +1 -1
  768. package/themes/high-contrast-dark.src.js +1 -1
  769. package/themes/high-contrast-light.js +1 -1
  770. package/themes/high-contrast-light.src.js +1 -1
  771. package/themes/sand-signika.js +1 -1
  772. package/themes/sand-signika.src.js +1 -1
  773. package/themes/skies.js +1 -1
  774. package/themes/skies.src.js +1 -1
  775. package/themes/sunset.js +1 -1
  776. package/themes/sunset.src.js +1 -1
  777. package/.github/workflows/codeql.yml +0 -99
package/LICENSE.txt CHANGED
@@ -1,6 +1,11 @@
1
- Use of this software is governed by the Highsoft Standard License Agreement
1
+ Commercial use of this software is governed by the Highsoft Standard License Agreement
2
2
  found at:
3
3
 
4
4
  https://www.highcharts.com/license
5
5
 
6
+ Non-commercial use of this software is governed by the Highsoft End-User License Agreement (EULA)
7
+ found at:
8
+
9
+ https://www.highcharts.com/license-eula
10
+
6
11
  By installing or using this software, you agree to these terms.
package/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "highcharts",
3
- "version": "12.6.0",
3
+ "version": "12.6.2",
4
4
  "main": "highcharts.js",
5
5
  "license": "https://www.highcharts.com/license",
6
6
  "types": "highcharts.d.ts",
@@ -1842,6 +1842,12 @@ class Chart {
1842
1842
  addCredits(credits) {
1843
1843
  const chart = this, creds = merge(true, this.options.credits, credits);
1844
1844
  if (creds.enabled && !this.credits) {
1845
+ // Run the user-supplied URL through the allow list, so that
1846
+ // references like `javascript:` can't be executed from the
1847
+ // credits label
1848
+ const href = creds.href ?
1849
+ AST.filterUserAttributes({ href: creds.href }).href :
1850
+ void 0;
1845
1851
  /**
1846
1852
  * The chart's credits label. The label has an `update` method that
1847
1853
  * allows setting new options as per the
@@ -1855,8 +1861,8 @@ class Chart {
1855
1861
  .on('click', function (e) {
1856
1862
  // Fire the event with browser redirect as default function
1857
1863
  fireEvent(chart, 'creditsClick', e, () => {
1858
- if (creds.href) {
1859
- win.location.href = creds.href;
1864
+ if (href) {
1865
+ win.location.href = href;
1860
1866
  }
1861
1867
  });
1862
1868
  })
@@ -2701,6 +2701,10 @@ const defaultOptions = {
2701
2701
  /**
2702
2702
  * The URL for the credits label.
2703
2703
  *
2704
+ * URLs that do not start with one of the
2705
+ * [AST.allowedReferences](https://api.highcharts.com/class-reference/Highcharts.AST#.allowedReferences),
2706
+ * for example `javascript:` URLs, are ignored.
2707
+ *
2704
2708
  * @sample {highcharts} highcharts/credits/href/
2705
2709
  * Custom URL and text
2706
2710
  * @sample {highmaps} maps/credits/customized/
@@ -25,7 +25,7 @@ var Globals;
25
25
  * Constants
26
26
  *
27
27
  * */
28
- Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.6.0', Globals.win = (typeof window !== 'undefined' ?
28
+ Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '12.6.2', Globals.win = (typeof window !== 'undefined' ?
29
29
  window :
30
30
  {}), // eslint-disable-line node/no-unsupported-features/es-builtins
31
31
  Globals.doc = Globals.win.document, Globals.svg = !!Globals.doc?.createElementNS?.(Globals.SVG_NS, 'svg')?.createSVGRect, Globals.pageLang = Globals.doc?.documentElement?.closest('[lang]')?.lang, Globals.userAgent = Globals.win.navigator?.userAgent || '', Globals.isChrome = Globals.win.chrome, Globals.isFirefox = Globals.userAgent.indexOf('Firefox') !== -1, Globals.isMS = /(edge|msie|trident)/i.test(Globals.userAgent) && !Globals.win.opera, Globals.isSafari = !Globals.isChrome && Globals.userAgent.indexOf('Safari') !== -1, Globals.isTouchDevice = /(Mobile|Android|Windows Phone)/.test(Globals.userAgent), Globals.isWebKit = Globals.userAgent.indexOf('AppleWebKit') !== -1, Globals.deg2rad = Math.PI * 2 / 360, Globals.marginNames = [
@@ -11,7 +11,7 @@
11
11
  'use strict';
12
12
  import H from '../../Globals.js';
13
13
  const { SVG_NS, win } = H;
14
- import { attr, createElement, css, isFunction, isString, objectEach, splat } from '../../../Shared/Utilities.js';
14
+ import { attr, css, isFunction, isString, objectEach, splat } from '../../../Shared/Utilities.js';
15
15
  import { error } from '../../Utilities.js';
16
16
  const { trustedTypes } = win;
17
17
  /* *
@@ -68,7 +68,7 @@ class AST {
68
68
  if (AST.allowedAttributes.indexOf(key) === -1) {
69
69
  valid = false;
70
70
  }
71
- if (['background', 'dynsrc', 'href', 'lowsrc', 'src']
71
+ if (['background', 'dynsrc', 'href', 'lowsrc', 'src', 'xlink:href']
72
72
  .indexOf(key) !== -1) {
73
73
  valid = isString(val) && AST.allowedReferences.some((ref) => val.indexOf(ref) === 0);
74
74
  }
@@ -251,17 +251,25 @@ class AST {
251
251
  markup, 'text/html');
252
252
  }
253
253
  catch {
254
- // There are two cases where this fails:
255
- // 1. IE9 and PhantomJS, where the DOMParser only supports parsing
256
- // XML
257
- // 2. Due to a Chromium issue where chart redraws are triggered by
258
- // a `beforeprint` event (#16931),
259
- // https://issues.chromium.org/issues/40222135
254
+ // Due to a Chromium issue where chart redraws are triggered by a
255
+ // `beforeprint` event (#16931),
256
+ // https://issues.chromium.org/issues/40222135, the Trusted
257
+ // Types `createHTML` callback can throw "The provided callback
258
+ // is no longer runnable" while the browser is mid-print. Retry
259
+ // with the raw string - `DOMParser` itself is not a Trusted
260
+ // Types sink, so parsing it directly is safe.
261
+ try {
262
+ doc = new DOMParser().parseFromString(markup, 'text/html');
263
+ }
264
+ catch {
265
+ // Ignore, fall through to the inert-document fallback below.
266
+ }
260
267
  }
261
268
  if (!doc) {
262
- const body = createElement('div');
263
- body.innerHTML = markup;
264
- doc = { body };
269
+ // Never assign untrusted markup to a live document's innerHTML.
270
+ // Parse into a detached, inert document instead.
271
+ doc = H.doc.implementation.createHTMLDocument('');
272
+ doc.body.innerHTML = markup;
265
273
  }
266
274
  const appendChildNodes = (node, addTo) => {
267
275
  const tagName = node.nodeName.toLowerCase();
@@ -174,7 +174,7 @@ class SVGRenderer {
174
174
  this.url = this.getReferenceURL();
175
175
  // Add description
176
176
  const desc = this.createElement('desc').add();
177
- desc.element.appendChild(doc.createTextNode('Created with Highcharts 12.6.0'));
177
+ desc.element.appendChild(doc.createTextNode('Created with Highcharts 12.6.2'));
178
178
  this.defs = this.createElement('defs').add();
179
179
  this.allowHTML = allowHTML;
180
180
  this.forExport = forExport;
@@ -732,11 +732,18 @@ class Point {
732
732
  */
733
733
  setNestedProperty(object, value, key) {
734
734
  const nestedKeys = key.split('.');
735
+ // Reject nested keys that would allow prototype pollution
736
+ if (nestedKeys.some((nestedKey) => (nestedKey === '__proto__' || nestedKey === 'constructor'))) {
737
+ return object;
738
+ }
735
739
  nestedKeys.reduce(function (result, key, i, arr) {
736
740
  const isLastKey = arr.length - 1 === i;
737
741
  result[key] = (isLastKey ?
738
742
  value :
739
- isObject(result[key], true) ?
743
+ // Inherited objects are shared with everything else on
744
+ // that prototype, so start a fresh one instead
745
+ isObject(result[key], true) &&
746
+ Object.hasOwnProperty.call(result, key) ?
740
747
  result[key] :
741
748
  {});
742
749
  return result[key];
@@ -984,6 +984,13 @@ class Series {
984
984
  for (i = 0; i < dataLength; i++) {
985
985
  const pt = series.pointClass.prototype.applyOptions.apply({ series }, [data[i]]);
986
986
  for (const key of dataColumnKeys) {
987
+ // Assigning these would write through to
988
+ // `Object.prototype` or the `Object` constructor
989
+ // instead of creating a column, and thereby affect
990
+ // unrelated objects on the page
991
+ if (key === '__proto__' || key === 'constructor') {
992
+ continue;
993
+ }
987
994
  columns[key][i] = pt[key];
988
995
  }
989
996
  }
@@ -343,7 +343,7 @@ const navigation = {
343
343
  * from a different server.
344
344
  *
345
345
  * @type {string}
346
- * @default https://code.highcharts.com/12.6.0/gfx/stock-icons/
346
+ * @default https://code.highcharts.com/12.6.2/gfx/stock-icons/
347
347
  * @since 7.1.3
348
348
  * @apioption navigation.iconsURL
349
349
  */
@@ -41,7 +41,7 @@ function onNavigationBindingsShowPopup(config) {
41
41
  this.popup = new Popup(this.chart.container, (this.chart.options.navigation.iconsURL ||
42
42
  (this.chart.options.stockTools &&
43
43
  this.chart.options.stockTools.gui.iconsURL) ||
44
- 'https://code.highcharts.com/12.6.0/gfx/stock-icons/'), this.chart);
44
+ 'https://code.highcharts.com/12.6.2/gfx/stock-icons/'), this.chart);
45
45
  }
46
46
  this.popup.showForm(config.formType, this.chart, config.options, config.onSubmit);
47
47
  }
@@ -322,7 +322,12 @@ class Breadcrumbs {
322
322
  * Returns the SVG button
323
323
  */
324
324
  renderButton(breadcrumb, posX, posY) {
325
- const breadcrumbs = this, chart = this.chart, breadcrumbsOptions = breadcrumbs.options, buttonTheme = merge(breadcrumbsOptions.buttonTheme);
325
+ const breadcrumbs = this, chart = this.chart, breadcrumbsOptions = breadcrumbs.options,
326
+ // The `style` option is CSS for the button text, so it belongs in
327
+ // the theme's `style` rather than being applied afterwards. A
328
+ // later `setState` re-applies the normal state style, which would
329
+ // otherwise wipe it (#25357).
330
+ buttonTheme = merge(breadcrumbsOptions.buttonTheme, chart.styledMode ? void 0 : { style: breadcrumbsOptions.style });
326
331
  const button = chart.renderer
327
332
  .button(breadcrumbs.getButtonText(breadcrumb), posX, posY, function (e /* @todo (Event|any) */) {
328
333
  // Extract events from button object and call
@@ -351,9 +356,6 @@ class Breadcrumbs {
351
356
  }, buttonTheme)
352
357
  .addClass('highcharts-breadcrumbs-button')
353
358
  .add(breadcrumbs.group);
354
- if (!chart.styledMode) {
355
- button.attr(breadcrumbsOptions.style);
356
- }
357
359
  return button;
358
360
  }
359
361
  /**
@@ -236,7 +236,7 @@ const options = {
236
236
  * `.highcharts-breadcrumbs-buttons .highcharts-button` rule with its
237
237
  * different states.
238
238
  *
239
- * @type {Highcharts.SVGAttributes}
239
+ * @type {Highcharts.CSSObject}
240
240
  * @since 10.0.0
241
241
  */
242
242
  style: {},
@@ -187,7 +187,7 @@ const exporting = {
187
187
  * @since 5.0.0
188
188
  * @apioption exporting.libURL
189
189
  */
190
- libURL: 'https://code.highcharts.com/12.6.0/lib/',
190
+ libURL: 'https://code.highcharts.com/12.6.2/lib/',
191
191
  /**
192
192
  * Whether the chart should be exported using the browser's built-in
193
193
  * capabilities, allowing offline exports without requiring access to the
@@ -578,7 +578,7 @@ class Toolbar {
578
578
  getIconsURL() {
579
579
  return this.chart.options.navigation.iconsURL ||
580
580
  this.options.iconsURL ||
581
- 'https://code.highcharts.com/12.6.0/gfx/stock-icons/';
581
+ 'https://code.highcharts.com/12.6.2/gfx/stock-icons/';
582
582
  }
583
583
  }
584
584
  Toolbar.prototype.classMapping = {
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/highcharts-3d
5
5
  * @requires highcharts
6
6
  *
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts Gantt JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts Gantt JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/highcharts-gantt
5
5
  *
6
6
  * (c) 2017-2026 Highsoft AS
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/highcharts-more
5
5
  * @requires highcharts
6
6
  *
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/highcharts
5
5
  *
6
6
  * (c) 2009-2026 Highsoft AS
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts Maps v12.6.0 (2026-04-13)
3
+ * @license Highcharts Maps v12.6.2 (2026-09-21)
4
4
  * @module highcharts/highmaps
5
5
  *
6
6
  * (c) 2011-2026 Highsoft AS
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts Stock v12.6.0 (2026-04-13)
3
+ * @license Highcharts Stock v12.6.2 (2026-09-21)
4
4
  * @module highcharts/highstock
5
5
  *
6
6
  * (c) 2009-2026 Highsoft AS
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v12.6.0 (2026-04-13)
2
+ * @license Highcharts JS v12.6.2 (2026-09-21)
3
3
  * @module highcharts/i18n/fr-FR
4
4
  * @requires highcharts
5
5
  *
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/i18n/fr-FR
5
5
  * @requires highcharts
6
6
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v12.6.0 (2026-04-13)
2
+ * @license Highcharts JS v12.6.2 (2026-09-21)
3
3
  * @module highcharts/i18n/nb-NO
4
4
  * @requires highcharts
5
5
  *
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/i18n/nb-NO
5
5
  * @requires highcharts
6
6
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highcharts JS v12.6.0 (2026-04-13)
2
+ * @license Highcharts JS v12.6.2 (2026-09-21)
3
3
  * @module highcharts/i18n/zh-CN
4
4
  * @requires highcharts
5
5
  *
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/i18n/zh-CN
5
5
  * @requires highcharts
6
6
  *
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/acceleration-bands
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/accumulation-distribution
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/ao
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/apo
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/aroon-oscillator
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/aroon
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/atr
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/bollinger-bands
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/cci
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/chaikin
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/cmf
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/cmo
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/dema
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/disparity-index
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/dmi
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/dpo
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/ichimoku-kinko-hyo
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/indicators-all
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/indicators
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/keltner-channels
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highcharts Stock JS v12.6.0 (2026-04-13)
3
+ * @license Highcharts Stock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/klinger
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/macd
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/mfi
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/momentum
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/natr
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/obv
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/pivot-points
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/ppo
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock
@@ -1,6 +1,6 @@
1
1
  // SPDX-License-Identifier: LicenseRef-Highcharts
2
2
  /**
3
- * @license Highstock JS v12.6.0 (2026-04-13)
3
+ * @license Highstock JS v12.6.2 (2026-09-21)
4
4
  * @module highcharts/indicators/price-channel
5
5
  * @requires highcharts
6
6
  * @requires highcharts/modules/stock