highcharts 11.0.0 → 11.0.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 (932) hide show
  1. package/bower.json +1 -1
  2. package/css/highcharts.css +6 -1
  3. package/es-modules/Accessibility/Options/LangDefaults.js +41 -0
  4. package/es-modules/Core/Axis/Axis.js +13 -4
  5. package/es-modules/Core/Axis/AxisDefaults.js +13 -0
  6. package/es-modules/Core/Axis/Color/ColorAxis.js +1 -1
  7. package/es-modules/Core/Axis/ScrollbarAxis.js +4 -2
  8. package/es-modules/Core/Chart/Chart.js +1 -1
  9. package/es-modules/Core/Globals.js +1 -1
  10. package/es-modules/Core/Legend/LegendSymbol.js +6 -6
  11. package/es-modules/Core/Renderer/HTML/HTMLRenderer.js +19 -4
  12. package/es-modules/Core/Renderer/SVG/SVGRenderer.js +2 -2
  13. package/es-modules/Core/Series/Series.js +9 -1
  14. package/es-modules/Core/Series/SeriesDefaults.js +11 -0
  15. package/es-modules/Core/Tooltip.js +11 -1
  16. package/es-modules/Core/Utilities.js +4 -5
  17. package/es-modules/Extensions/Annotations/NavigationBindingsDefaults.js +1 -1
  18. package/es-modules/Extensions/Annotations/Popup/PopupComposition.js +1 -1
  19. package/es-modules/Extensions/Annotations/Types/FibonacciTimeZones.js +21 -26
  20. package/es-modules/Extensions/Annotations/Types/TimeCycles.js +18 -22
  21. package/es-modules/Extensions/Boost/Boost.js +8 -2
  22. package/es-modules/Extensions/Boost/BoostChart.js +3 -6
  23. package/es-modules/Extensions/Boost/BoostSeries.js +26 -14
  24. package/es-modules/Extensions/BoostCanvas.js +1 -1
  25. package/es-modules/Extensions/DraggablePoints.js +1 -1
  26. package/es-modules/Extensions/Drilldown.js +20 -11
  27. package/es-modules/Extensions/OfflineExporting/OfflineExportingDefaults.js +1 -1
  28. package/es-modules/Extensions/SeriesLabel/SeriesLabel.js +7 -2
  29. package/es-modules/Extensions/Sonification/SonificationTimeline.js +4 -2
  30. package/es-modules/Extensions/Sonification/SynthPatch.js +1 -0
  31. package/es-modules/Extensions/Themes/HighContrastLight.js +5 -0
  32. package/es-modules/Series/Area/AreaSeries.js +3 -4
  33. package/es-modules/Series/AreaSpline/AreaSplineSeries.js +1 -3
  34. package/es-modules/Series/Column/ColumnSeries.js +0 -14
  35. package/es-modules/Series/HLC/HLCSeriesDefaults.js +1 -0
  36. package/es-modules/Series/Heatmap/HeatmapSeries.js +2 -6
  37. package/es-modules/Series/Line/LineSeries.js +1 -1
  38. package/es-modules/Series/Map/MapPoint.js +3 -8
  39. package/es-modules/Series/Map/MapSeries.js +2 -3
  40. package/es-modules/Series/MapLine/MapLineSeries.js +2 -2
  41. package/es-modules/Series/MapPoint/MapPointSeries.js +2 -1
  42. package/es-modules/Series/OHLC/OHLCSeriesDefaults.js +1 -0
  43. package/es-modules/Series/Pie/PieSeries.js +0 -2
  44. package/es-modules/Series/Polygon/PolygonSeries.js +2 -3
  45. package/es-modules/Series/SolidGauge/SolidGaugeSeries.js +0 -4
  46. package/es-modules/Series/Sunburst/SunburstPoint.js +7 -2
  47. package/es-modules/Series/Timeline/TimelineSeries.js +0 -3
  48. package/es-modules/Series/Timeline/TimelineSeriesDefaults.js +2 -1
  49. package/es-modules/Series/Treemap/TreemapSeries.js +2 -3
  50. package/es-modules/Series/Venn/VennSeries.js +2 -3
  51. package/es-modules/Stock/Scrollbar/ScrollbarDefaults.js +1 -1
  52. package/es-modules/Stock/StockTools/StockToolbar.js +1 -1
  53. package/es-modules/masters/highcharts-3d.src.d.ts +1 -3
  54. package/es-modules/masters/highcharts-3d.src.js +1 -1
  55. package/es-modules/masters/highcharts-gantt.src.js +1 -1
  56. package/es-modules/masters/highcharts-more.src.d.ts +1 -3
  57. package/es-modules/masters/highcharts-more.src.js +1 -1
  58. package/es-modules/masters/highcharts.src.js +1 -1
  59. package/es-modules/masters/highmaps.src.js +1 -1
  60. package/es-modules/masters/highstock.src.js +1 -1
  61. package/es-modules/masters/indicators/acceleration-bands.src.d.ts +1 -3
  62. package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
  63. package/es-modules/masters/indicators/accumulation-distribution.src.d.ts +1 -3
  64. package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
  65. package/es-modules/masters/indicators/ao.src.d.ts +1 -3
  66. package/es-modules/masters/indicators/ao.src.js +1 -1
  67. package/es-modules/masters/indicators/apo.src.d.ts +1 -3
  68. package/es-modules/masters/indicators/apo.src.js +1 -1
  69. package/es-modules/masters/indicators/aroon-oscillator.src.d.ts +1 -3
  70. package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
  71. package/es-modules/masters/indicators/aroon.src.d.ts +1 -3
  72. package/es-modules/masters/indicators/aroon.src.js +1 -1
  73. package/es-modules/masters/indicators/atr.src.d.ts +1 -3
  74. package/es-modules/masters/indicators/atr.src.js +1 -1
  75. package/es-modules/masters/indicators/bollinger-bands.src.d.ts +1 -3
  76. package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
  77. package/es-modules/masters/indicators/cci.src.d.ts +1 -3
  78. package/es-modules/masters/indicators/cci.src.js +1 -1
  79. package/es-modules/masters/indicators/chaikin.src.d.ts +1 -3
  80. package/es-modules/masters/indicators/chaikin.src.js +1 -1
  81. package/es-modules/masters/indicators/cmf.src.d.ts +1 -3
  82. package/es-modules/masters/indicators/cmf.src.js +1 -1
  83. package/es-modules/masters/indicators/cmo.src.d.ts +1 -3
  84. package/es-modules/masters/indicators/cmo.src.js +1 -1
  85. package/es-modules/masters/indicators/dema.src.d.ts +1 -3
  86. package/es-modules/masters/indicators/dema.src.js +1 -1
  87. package/es-modules/masters/indicators/disparity-index.src.d.ts +1 -3
  88. package/es-modules/masters/indicators/disparity-index.src.js +1 -1
  89. package/es-modules/masters/indicators/dmi.src.d.ts +1 -3
  90. package/es-modules/masters/indicators/dmi.src.js +1 -1
  91. package/es-modules/masters/indicators/dpo.src.d.ts +1 -3
  92. package/es-modules/masters/indicators/dpo.src.js +1 -1
  93. package/es-modules/masters/indicators/ema.src.d.ts +1 -3
  94. package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.d.ts +1 -3
  95. package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
  96. package/es-modules/masters/indicators/indicators-all.src.d.ts +1 -3
  97. package/es-modules/masters/indicators/indicators-all.src.js +1 -1
  98. package/es-modules/masters/indicators/indicators.src.d.ts +1 -3
  99. package/es-modules/masters/indicators/indicators.src.js +1 -1
  100. package/es-modules/masters/indicators/keltner-channels.src.d.ts +1 -3
  101. package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
  102. package/es-modules/masters/indicators/klinger.src.d.ts +1 -3
  103. package/es-modules/masters/indicators/klinger.src.js +1 -1
  104. package/es-modules/masters/indicators/macd.src.d.ts +1 -3
  105. package/es-modules/masters/indicators/macd.src.js +1 -1
  106. package/es-modules/masters/indicators/mfi.src.d.ts +1 -3
  107. package/es-modules/masters/indicators/mfi.src.js +1 -1
  108. package/es-modules/masters/indicators/momentum.src.d.ts +1 -3
  109. package/es-modules/masters/indicators/momentum.src.js +1 -1
  110. package/es-modules/masters/indicators/natr.src.d.ts +1 -3
  111. package/es-modules/masters/indicators/natr.src.js +1 -1
  112. package/es-modules/masters/indicators/obv.src.d.ts +1 -3
  113. package/es-modules/masters/indicators/obv.src.js +1 -1
  114. package/es-modules/masters/indicators/pivot-points.src.d.ts +1 -3
  115. package/es-modules/masters/indicators/pivot-points.src.js +1 -1
  116. package/es-modules/masters/indicators/ppo.src.d.ts +1 -3
  117. package/es-modules/masters/indicators/ppo.src.js +1 -1
  118. package/es-modules/masters/indicators/price-channel.src.d.ts +1 -3
  119. package/es-modules/masters/indicators/price-channel.src.js +1 -1
  120. package/es-modules/masters/indicators/price-envelopes.src.d.ts +1 -3
  121. package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
  122. package/es-modules/masters/indicators/psar.src.d.ts +1 -3
  123. package/es-modules/masters/indicators/psar.src.js +1 -1
  124. package/es-modules/masters/indicators/regressions.src.d.ts +1 -3
  125. package/es-modules/masters/indicators/regressions.src.js +1 -1
  126. package/es-modules/masters/indicators/roc.src.d.ts +1 -3
  127. package/es-modules/masters/indicators/roc.src.js +1 -1
  128. package/es-modules/masters/indicators/rsi.src.d.ts +1 -3
  129. package/es-modules/masters/indicators/rsi.src.js +1 -1
  130. package/es-modules/masters/indicators/slow-stochastic.src.d.ts +1 -3
  131. package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
  132. package/es-modules/masters/indicators/stochastic.src.d.ts +1 -3
  133. package/es-modules/masters/indicators/stochastic.src.js +1 -1
  134. package/es-modules/masters/indicators/supertrend.src.d.ts +1 -3
  135. package/es-modules/masters/indicators/supertrend.src.js +1 -1
  136. package/es-modules/masters/indicators/tema.src.d.ts +1 -3
  137. package/es-modules/masters/indicators/tema.src.js +1 -1
  138. package/es-modules/masters/indicators/trendline.src.d.ts +1 -3
  139. package/es-modules/masters/indicators/trendline.src.js +1 -1
  140. package/es-modules/masters/indicators/trix.src.d.ts +1 -3
  141. package/es-modules/masters/indicators/trix.src.js +1 -1
  142. package/es-modules/masters/indicators/volume-by-price.src.d.ts +1 -3
  143. package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
  144. package/es-modules/masters/indicators/vwap.src.d.ts +1 -3
  145. package/es-modules/masters/indicators/vwap.src.js +1 -1
  146. package/es-modules/masters/indicators/williams-r.src.d.ts +1 -3
  147. package/es-modules/masters/indicators/williams-r.src.js +1 -1
  148. package/es-modules/masters/indicators/wma.src.d.ts +1 -3
  149. package/es-modules/masters/indicators/wma.src.js +1 -1
  150. package/es-modules/masters/indicators/zigzag.src.d.ts +1 -3
  151. package/es-modules/masters/indicators/zigzag.src.js +1 -1
  152. package/es-modules/masters/modules/accessibility.src.d.ts +1 -3
  153. package/es-modules/masters/modules/accessibility.src.js +1 -1
  154. package/es-modules/masters/modules/annotations-advanced.src.d.ts +1 -3
  155. package/es-modules/masters/modules/annotations-advanced.src.js +1 -1
  156. package/es-modules/masters/modules/annotations.src.d.ts +1 -3
  157. package/es-modules/masters/modules/annotations.src.js +1 -1
  158. package/es-modules/masters/modules/arc-diagram.src.d.ts +1 -3
  159. package/es-modules/masters/modules/arc-diagram.src.js +1 -1
  160. package/es-modules/masters/modules/arrow-symbols.src.d.ts +1 -3
  161. package/es-modules/masters/modules/arrow-symbols.src.js +1 -1
  162. package/es-modules/masters/modules/boost-canvas.src.d.ts +1 -3
  163. package/es-modules/masters/modules/boost-canvas.src.js +1 -1
  164. package/es-modules/masters/modules/boost.src.d.ts +1 -3
  165. package/es-modules/masters/modules/boost.src.js +1 -1
  166. package/es-modules/masters/modules/broken-axis.src.d.ts +1 -3
  167. package/es-modules/masters/modules/broken-axis.src.js +1 -1
  168. package/es-modules/masters/modules/bullet.src.d.ts +1 -3
  169. package/es-modules/masters/modules/bullet.src.js +1 -1
  170. package/es-modules/masters/modules/coloraxis.src.d.ts +1 -3
  171. package/es-modules/masters/modules/coloraxis.src.js +1 -1
  172. package/es-modules/masters/modules/current-date-indicator.src.d.ts +1 -3
  173. package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
  174. package/es-modules/masters/modules/cylinder.src.d.ts +1 -3
  175. package/es-modules/masters/modules/cylinder.src.js +1 -1
  176. package/es-modules/masters/modules/data-tools.src.js +1 -1
  177. package/es-modules/masters/modules/data.src.d.ts +1 -3
  178. package/es-modules/masters/modules/data.src.js +1 -1
  179. package/es-modules/masters/modules/datagrouping.src.d.ts +1 -3
  180. package/es-modules/masters/modules/datagrouping.src.js +1 -1
  181. package/es-modules/masters/modules/debugger.src.d.ts +1 -3
  182. package/es-modules/masters/modules/debugger.src.js +1 -1
  183. package/es-modules/masters/modules/dependency-wheel.src.d.ts +1 -3
  184. package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
  185. package/es-modules/masters/modules/dotplot.src.d.ts +1 -3
  186. package/es-modules/masters/modules/dotplot.src.js +1 -1
  187. package/es-modules/masters/modules/drag-panes.src.d.ts +1 -3
  188. package/es-modules/masters/modules/drag-panes.src.js +1 -1
  189. package/es-modules/masters/modules/draggable-points.src.d.ts +1 -3
  190. package/es-modules/masters/modules/draggable-points.src.js +1 -1
  191. package/es-modules/masters/modules/drilldown.src.d.ts +1 -3
  192. package/es-modules/masters/modules/drilldown.src.js +1 -1
  193. package/es-modules/masters/modules/dumbbell.src.d.ts +1 -3
  194. package/es-modules/masters/modules/dumbbell.src.js +1 -1
  195. package/es-modules/masters/modules/export-data.src.d.ts +1 -3
  196. package/es-modules/masters/modules/export-data.src.js +1 -1
  197. package/es-modules/masters/modules/exporting.src.d.ts +1 -3
  198. package/es-modules/masters/modules/exporting.src.js +1 -1
  199. package/es-modules/masters/modules/flowmap.src.js +1 -1
  200. package/es-modules/masters/modules/full-screen.src.d.ts +1 -3
  201. package/es-modules/masters/modules/full-screen.src.js +1 -1
  202. package/es-modules/masters/modules/funnel.src.d.ts +1 -3
  203. package/es-modules/masters/modules/funnel.src.js +1 -1
  204. package/es-modules/masters/modules/funnel3d.src.d.ts +1 -3
  205. package/es-modules/masters/modules/funnel3d.src.js +1 -1
  206. package/es-modules/masters/modules/gantt.src.d.ts +1 -3
  207. package/es-modules/masters/modules/gantt.src.js +1 -1
  208. package/es-modules/masters/modules/geoheatmap.src.js +1 -1
  209. package/es-modules/masters/modules/grid-axis.src.d.ts +1 -3
  210. package/es-modules/masters/modules/grid-axis.src.js +1 -1
  211. package/es-modules/masters/modules/heatmap.src.d.ts +1 -3
  212. package/es-modules/masters/modules/heatmap.src.js +1 -1
  213. package/es-modules/masters/modules/heikinashi.src.d.ts +1 -3
  214. package/es-modules/masters/modules/heikinashi.src.js +1 -1
  215. package/es-modules/masters/modules/histogram-bellcurve.src.d.ts +1 -3
  216. package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
  217. package/es-modules/masters/modules/hollowcandlestick.src.d.ts +1 -3
  218. package/es-modules/masters/modules/hollowcandlestick.src.js +1 -1
  219. package/es-modules/masters/modules/item-series.src.d.ts +1 -3
  220. package/es-modules/masters/modules/item-series.src.js +1 -1
  221. package/es-modules/masters/modules/lollipop.src.d.ts +1 -3
  222. package/es-modules/masters/modules/lollipop.src.js +1 -1
  223. package/es-modules/masters/modules/map.src.d.ts +1 -3
  224. package/es-modules/masters/modules/map.src.js +1 -1
  225. package/es-modules/masters/modules/marker-clusters.src.d.ts +1 -3
  226. package/es-modules/masters/modules/marker-clusters.src.js +1 -1
  227. package/es-modules/masters/modules/networkgraph.src.d.ts +1 -3
  228. package/es-modules/masters/modules/networkgraph.src.js +1 -1
  229. package/es-modules/masters/modules/no-data-to-display.src.d.ts +1 -3
  230. package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
  231. package/es-modules/masters/modules/offline-exporting.src.d.ts +1 -3
  232. package/es-modules/masters/modules/offline-exporting.src.js +1 -1
  233. package/es-modules/masters/modules/organization.src.d.ts +1 -3
  234. package/es-modules/masters/modules/organization.src.js +1 -1
  235. package/es-modules/masters/modules/overlapping-datalabels.src.d.ts +1 -3
  236. package/es-modules/masters/modules/overlapping-datalabels.src.js +1 -1
  237. package/es-modules/masters/modules/parallel-coordinates.src.d.ts +1 -3
  238. package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
  239. package/es-modules/masters/modules/pareto.src.d.ts +1 -3
  240. package/es-modules/masters/modules/pareto.src.js +1 -1
  241. package/es-modules/masters/modules/pathfinder.src.d.ts +1 -3
  242. package/es-modules/masters/modules/pathfinder.src.js +1 -1
  243. package/es-modules/masters/modules/pattern-fill.src.d.ts +1 -3
  244. package/es-modules/masters/modules/pattern-fill.src.js +1 -1
  245. package/es-modules/masters/modules/pictorial.src.js +1 -1
  246. package/es-modules/masters/modules/price-indicator.src.d.ts +1 -3
  247. package/es-modules/masters/modules/price-indicator.src.js +1 -1
  248. package/es-modules/masters/modules/pyramid3d.src.d.ts +1 -3
  249. package/es-modules/masters/modules/pyramid3d.src.js +1 -1
  250. package/es-modules/masters/modules/sankey.src.d.ts +1 -3
  251. package/es-modules/masters/modules/sankey.src.js +1 -1
  252. package/es-modules/masters/modules/series-label.src.d.ts +1 -3
  253. package/es-modules/masters/modules/series-label.src.js +1 -1
  254. package/es-modules/masters/modules/series-on-point.src.d.ts +1 -3
  255. package/es-modules/masters/modules/series-on-point.src.js +1 -1
  256. package/es-modules/masters/modules/solid-gauge.src.d.ts +1 -3
  257. package/es-modules/masters/modules/solid-gauge.src.js +1 -1
  258. package/es-modules/masters/modules/sonification.src.d.ts +1 -3
  259. package/es-modules/masters/modules/sonification.src.js +1 -1
  260. package/es-modules/masters/modules/static-scale.src.d.ts +1 -3
  261. package/es-modules/masters/modules/static-scale.src.js +1 -1
  262. package/es-modules/masters/modules/stock-tools.src.d.ts +1 -3
  263. package/es-modules/masters/modules/stock-tools.src.js +1 -1
  264. package/es-modules/masters/modules/stock.src.d.ts +1 -3
  265. package/es-modules/masters/modules/stock.src.js +1 -1
  266. package/es-modules/masters/modules/streamgraph.src.d.ts +1 -3
  267. package/es-modules/masters/modules/streamgraph.src.js +1 -1
  268. package/es-modules/masters/modules/sunburst.src.d.ts +1 -3
  269. package/es-modules/masters/modules/sunburst.src.js +1 -1
  270. package/es-modules/masters/modules/tilemap.src.d.ts +1 -3
  271. package/es-modules/masters/modules/tilemap.src.js +1 -1
  272. package/es-modules/masters/modules/timeline.src.d.ts +1 -3
  273. package/es-modules/masters/modules/timeline.src.js +1 -1
  274. package/es-modules/masters/modules/treegraph.src.d.ts +1 -3
  275. package/es-modules/masters/modules/treegraph.src.js +1 -1
  276. package/es-modules/masters/modules/treegrid.src.d.ts +1 -3
  277. package/es-modules/masters/modules/treegrid.src.js +1 -1
  278. package/es-modules/masters/modules/treemap.src.d.ts +1 -3
  279. package/es-modules/masters/modules/treemap.src.js +1 -1
  280. package/es-modules/masters/modules/variable-pie.src.d.ts +1 -3
  281. package/es-modules/masters/modules/variable-pie.src.js +1 -1
  282. package/es-modules/masters/modules/variwide.src.d.ts +1 -3
  283. package/es-modules/masters/modules/variwide.src.js +1 -1
  284. package/es-modules/masters/modules/vector.src.d.ts +1 -3
  285. package/es-modules/masters/modules/vector.src.js +1 -1
  286. package/es-modules/masters/modules/venn.src.d.ts +1 -3
  287. package/es-modules/masters/modules/venn.src.js +1 -1
  288. package/es-modules/masters/modules/windbarb.src.d.ts +1 -3
  289. package/es-modules/masters/modules/windbarb.src.js +1 -1
  290. package/es-modules/masters/modules/wordcloud.src.d.ts +1 -3
  291. package/es-modules/masters/modules/wordcloud.src.js +1 -1
  292. package/es-modules/masters/modules/xrange.src.d.ts +1 -3
  293. package/es-modules/masters/modules/xrange.src.js +1 -1
  294. package/es-modules/masters/themes/avocado.src.d.ts +1 -3
  295. package/es-modules/masters/themes/avocado.src.js +1 -1
  296. package/es-modules/masters/themes/brand-dark.src.d.ts +1 -3
  297. package/es-modules/masters/themes/brand-dark.src.js +1 -1
  298. package/es-modules/masters/themes/brand-light.src.d.ts +1 -3
  299. package/es-modules/masters/themes/brand-light.src.js +1 -1
  300. package/es-modules/masters/themes/dark-blue.src.d.ts +1 -3
  301. package/es-modules/masters/themes/dark-blue.src.js +1 -1
  302. package/es-modules/masters/themes/dark-green.src.d.ts +1 -3
  303. package/es-modules/masters/themes/dark-green.src.js +1 -1
  304. package/es-modules/masters/themes/dark-unica.src.d.ts +1 -3
  305. package/es-modules/masters/themes/dark-unica.src.js +1 -1
  306. package/es-modules/masters/themes/gray.src.d.ts +1 -3
  307. package/es-modules/masters/themes/gray.src.js +1 -1
  308. package/es-modules/masters/themes/grid-light.src.d.ts +1 -3
  309. package/es-modules/masters/themes/grid-light.src.js +1 -1
  310. package/es-modules/masters/themes/grid.src.d.ts +1 -3
  311. package/es-modules/masters/themes/grid.src.js +1 -1
  312. package/es-modules/masters/themes/high-contrast-dark.src.d.ts +1 -3
  313. package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
  314. package/es-modules/masters/themes/high-contrast-light.src.d.ts +1 -3
  315. package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
  316. package/es-modules/masters/themes/sand-signika.src.d.ts +1 -3
  317. package/es-modules/masters/themes/sand-signika.src.js +1 -1
  318. package/es-modules/masters/themes/skies.src.d.ts +1 -3
  319. package/es-modules/masters/themes/skies.src.js +1 -1
  320. package/es-modules/masters/themes/sunset.src.d.ts +1 -3
  321. package/es-modules/masters/themes/sunset.src.js +1 -1
  322. package/es5/highcharts-3d.js +1 -1
  323. package/es5/highcharts-3d.src.js +1 -1
  324. package/es5/highcharts-gantt.js +818 -818
  325. package/es5/highcharts-gantt.js.map +1 -1
  326. package/es5/highcharts-gantt.src.js +110 -57
  327. package/es5/highcharts-more.js +210 -210
  328. package/es5/highcharts-more.js.map +1 -1
  329. package/es5/highcharts-more.src.js +4 -4
  330. package/es5/highcharts.js +598 -597
  331. package/es5/highcharts.js.map +1 -1
  332. package/es5/highcharts.src.js +102 -48
  333. package/es5/highmaps.js +771 -770
  334. package/es5/highmaps.js.map +1 -1
  335. package/es5/highmaps.src.js +117 -69
  336. package/es5/highstock.js +799 -798
  337. package/es5/highstock.js.map +1 -1
  338. package/es5/highstock.src.js +112 -57
  339. package/es5/indicators/acceleration-bands.js +1 -1
  340. package/es5/indicators/acceleration-bands.src.js +1 -1
  341. package/es5/indicators/accumulation-distribution.js +1 -1
  342. package/es5/indicators/accumulation-distribution.src.js +1 -1
  343. package/es5/indicators/ao.js +1 -1
  344. package/es5/indicators/ao.src.js +1 -1
  345. package/es5/indicators/apo.js +1 -1
  346. package/es5/indicators/apo.src.js +1 -1
  347. package/es5/indicators/aroon-oscillator.js +1 -1
  348. package/es5/indicators/aroon-oscillator.src.js +1 -1
  349. package/es5/indicators/aroon.js +1 -1
  350. package/es5/indicators/aroon.src.js +1 -1
  351. package/es5/indicators/atr.js +1 -1
  352. package/es5/indicators/atr.src.js +1 -1
  353. package/es5/indicators/bollinger-bands.js +1 -1
  354. package/es5/indicators/bollinger-bands.src.js +1 -1
  355. package/es5/indicators/cci.js +1 -1
  356. package/es5/indicators/cci.src.js +1 -1
  357. package/es5/indicators/chaikin.js +1 -1
  358. package/es5/indicators/chaikin.src.js +1 -1
  359. package/es5/indicators/cmf.js +1 -1
  360. package/es5/indicators/cmf.src.js +1 -1
  361. package/es5/indicators/cmo.js +1 -1
  362. package/es5/indicators/cmo.src.js +1 -1
  363. package/es5/indicators/dema.js +1 -1
  364. package/es5/indicators/dema.src.js +1 -1
  365. package/es5/indicators/disparity-index.js +1 -1
  366. package/es5/indicators/disparity-index.src.js +1 -1
  367. package/es5/indicators/dmi.js +1 -1
  368. package/es5/indicators/dmi.src.js +1 -1
  369. package/es5/indicators/dpo.js +1 -1
  370. package/es5/indicators/dpo.src.js +1 -1
  371. package/es5/indicators/ichimoku-kinko-hyo.js +1 -1
  372. package/es5/indicators/ichimoku-kinko-hyo.src.js +1 -1
  373. package/es5/indicators/indicators-all.js +1 -1
  374. package/es5/indicators/indicators-all.src.js +1 -1
  375. package/es5/indicators/indicators.js +1 -1
  376. package/es5/indicators/indicators.src.js +1 -1
  377. package/es5/indicators/keltner-channels.js +1 -1
  378. package/es5/indicators/keltner-channels.src.js +1 -1
  379. package/es5/indicators/klinger.js +1 -1
  380. package/es5/indicators/klinger.src.js +1 -1
  381. package/es5/indicators/macd.js +1 -1
  382. package/es5/indicators/macd.src.js +1 -1
  383. package/es5/indicators/mfi.js +1 -1
  384. package/es5/indicators/mfi.src.js +1 -1
  385. package/es5/indicators/momentum.js +1 -1
  386. package/es5/indicators/momentum.src.js +1 -1
  387. package/es5/indicators/natr.js +1 -1
  388. package/es5/indicators/natr.src.js +1 -1
  389. package/es5/indicators/obv.js +1 -1
  390. package/es5/indicators/obv.src.js +1 -1
  391. package/es5/indicators/pivot-points.js +1 -1
  392. package/es5/indicators/pivot-points.src.js +1 -1
  393. package/es5/indicators/ppo.js +1 -1
  394. package/es5/indicators/ppo.src.js +1 -1
  395. package/es5/indicators/price-channel.js +1 -1
  396. package/es5/indicators/price-channel.src.js +1 -1
  397. package/es5/indicators/price-envelopes.js +1 -1
  398. package/es5/indicators/price-envelopes.src.js +1 -1
  399. package/es5/indicators/psar.js +1 -1
  400. package/es5/indicators/psar.src.js +1 -1
  401. package/es5/indicators/regressions.js +1 -1
  402. package/es5/indicators/regressions.src.js +1 -1
  403. package/es5/indicators/roc.js +1 -1
  404. package/es5/indicators/roc.src.js +1 -1
  405. package/es5/indicators/rsi.js +1 -1
  406. package/es5/indicators/rsi.src.js +1 -1
  407. package/es5/indicators/slow-stochastic.js +1 -1
  408. package/es5/indicators/slow-stochastic.src.js +1 -1
  409. package/es5/indicators/stochastic.js +1 -1
  410. package/es5/indicators/stochastic.src.js +1 -1
  411. package/es5/indicators/supertrend.js +1 -1
  412. package/es5/indicators/supertrend.src.js +1 -1
  413. package/es5/indicators/tema.js +1 -1
  414. package/es5/indicators/tema.src.js +1 -1
  415. package/es5/indicators/trendline.js +1 -1
  416. package/es5/indicators/trendline.src.js +1 -1
  417. package/es5/indicators/trix.js +1 -1
  418. package/es5/indicators/trix.src.js +1 -1
  419. package/es5/indicators/volume-by-price.js +1 -1
  420. package/es5/indicators/volume-by-price.src.js +1 -1
  421. package/es5/indicators/vwap.js +1 -1
  422. package/es5/indicators/vwap.src.js +1 -1
  423. package/es5/indicators/williams-r.js +1 -1
  424. package/es5/indicators/williams-r.src.js +1 -1
  425. package/es5/indicators/wma.js +1 -1
  426. package/es5/indicators/wma.src.js +1 -1
  427. package/es5/indicators/zigzag.js +1 -1
  428. package/es5/indicators/zigzag.src.js +1 -1
  429. package/es5/modules/accessibility.js +1 -1
  430. package/es5/modules/accessibility.js.map +1 -1
  431. package/es5/modules/accessibility.src.js +42 -1
  432. package/es5/modules/annotations-advanced.js +4 -4
  433. package/es5/modules/annotations-advanced.js.map +1 -1
  434. package/es5/modules/annotations-advanced.src.js +42 -51
  435. package/es5/modules/annotations.js +2 -2
  436. package/es5/modules/annotations.src.js +3 -3
  437. package/es5/modules/arc-diagram.js +1 -1
  438. package/es5/modules/arc-diagram.src.js +1 -1
  439. package/es5/modules/arrow-symbols.js +1 -1
  440. package/es5/modules/arrow-symbols.src.js +1 -1
  441. package/es5/modules/boost-canvas.js +76 -76
  442. package/es5/modules/boost-canvas.js.map +1 -1
  443. package/es5/modules/boost-canvas.src.js +34 -24
  444. package/es5/modules/boost.js +85 -85
  445. package/es5/modules/boost.js.map +1 -1
  446. package/es5/modules/boost.src.js +42 -26
  447. package/es5/modules/broken-axis.js +1 -1
  448. package/es5/modules/broken-axis.src.js +1 -1
  449. package/es5/modules/bullet.js +1 -1
  450. package/es5/modules/bullet.src.js +1 -1
  451. package/es5/modules/coloraxis.js +3 -3
  452. package/es5/modules/coloraxis.js.map +1 -1
  453. package/es5/modules/coloraxis.src.js +2 -2
  454. package/es5/modules/current-date-indicator.js +1 -1
  455. package/es5/modules/current-date-indicator.src.js +1 -1
  456. package/es5/modules/cylinder.js +1 -1
  457. package/es5/modules/cylinder.src.js +1 -1
  458. package/es5/modules/data-tools.js +1 -1
  459. package/es5/modules/data-tools.src.js +1 -1
  460. package/es5/modules/data.js +1 -1
  461. package/es5/modules/data.src.js +1 -1
  462. package/es5/modules/datagrouping.js +1 -1
  463. package/es5/modules/datagrouping.src.js +1 -1
  464. package/es5/modules/debugger.js +1 -1
  465. package/es5/modules/debugger.src.js +1 -1
  466. package/es5/modules/dependency-wheel.js +1 -1
  467. package/es5/modules/dependency-wheel.src.js +1 -1
  468. package/es5/modules/dotplot.js +1 -1
  469. package/es5/modules/dotplot.src.js +1 -1
  470. package/es5/modules/drag-panes.js +1 -1
  471. package/es5/modules/drag-panes.src.js +1 -1
  472. package/es5/modules/draggable-points.js +16 -16
  473. package/es5/modules/draggable-points.js.map +1 -1
  474. package/es5/modules/draggable-points.src.js +2 -2
  475. package/es5/modules/drilldown.js +44 -44
  476. package/es5/modules/drilldown.js.map +1 -1
  477. package/es5/modules/drilldown.src.js +23 -11
  478. package/es5/modules/dumbbell.js +1 -1
  479. package/es5/modules/dumbbell.src.js +1 -1
  480. package/es5/modules/export-data.js +1 -1
  481. package/es5/modules/export-data.src.js +1 -1
  482. package/es5/modules/exporting.js +1 -1
  483. package/es5/modules/exporting.src.js +1 -1
  484. package/es5/modules/flowmap.js +101 -101
  485. package/es5/modules/flowmap.js.map +1 -1
  486. package/es5/modules/flowmap.src.js +8 -12
  487. package/es5/modules/full-screen.js +1 -1
  488. package/es5/modules/full-screen.src.js +1 -1
  489. package/es5/modules/funnel.js +1 -1
  490. package/es5/modules/funnel.src.js +1 -1
  491. package/es5/modules/funnel3d.js +1 -1
  492. package/es5/modules/funnel3d.src.js +1 -1
  493. package/es5/modules/gantt.js +114 -114
  494. package/es5/modules/gantt.js.map +1 -1
  495. package/es5/modules/gantt.src.js +9 -10
  496. package/es5/modules/geoheatmap.js +1 -1
  497. package/es5/modules/geoheatmap.src.js +1 -1
  498. package/es5/modules/grid-axis.js +1 -1
  499. package/es5/modules/grid-axis.src.js +1 -1
  500. package/es5/modules/heatmap.js +40 -40
  501. package/es5/modules/heatmap.js.map +1 -1
  502. package/es5/modules/heatmap.src.js +5 -8
  503. package/es5/modules/heikinashi.js +1 -1
  504. package/es5/modules/heikinashi.src.js +1 -1
  505. package/es5/modules/histogram-bellcurve.js +1 -1
  506. package/es5/modules/histogram-bellcurve.src.js +1 -1
  507. package/es5/modules/hollowcandlestick.js +1 -1
  508. package/es5/modules/hollowcandlestick.src.js +1 -1
  509. package/es5/modules/item-series.js +1 -1
  510. package/es5/modules/item-series.src.js +1 -1
  511. package/es5/modules/lollipop.js +1 -1
  512. package/es5/modules/lollipop.src.js +1 -1
  513. package/es5/modules/map.js +180 -180
  514. package/es5/modules/map.js.map +1 -1
  515. package/es5/modules/map.src.js +16 -22
  516. package/es5/modules/marker-clusters.js +1 -1
  517. package/es5/modules/marker-clusters.src.js +1 -1
  518. package/es5/modules/networkgraph.js +1 -1
  519. package/es5/modules/networkgraph.src.js +1 -1
  520. package/es5/modules/no-data-to-display.js +1 -1
  521. package/es5/modules/no-data-to-display.src.js +1 -1
  522. package/es5/modules/offline-exporting.js +2 -2
  523. package/es5/modules/offline-exporting.src.js +2 -2
  524. package/es5/modules/organization.js +1 -1
  525. package/es5/modules/organization.src.js +1 -1
  526. package/es5/modules/overlapping-datalabels.js +1 -1
  527. package/es5/modules/overlapping-datalabels.src.js +1 -1
  528. package/es5/modules/parallel-coordinates.js +1 -1
  529. package/es5/modules/parallel-coordinates.src.js +1 -1
  530. package/es5/modules/pareto.js +1 -1
  531. package/es5/modules/pareto.src.js +1 -1
  532. package/es5/modules/pathfinder.js +1 -1
  533. package/es5/modules/pathfinder.src.js +1 -1
  534. package/es5/modules/pattern-fill.js +1 -1
  535. package/es5/modules/pattern-fill.src.js +1 -1
  536. package/es5/modules/pictorial.js +1 -1
  537. package/es5/modules/pictorial.src.js +1 -1
  538. package/es5/modules/price-indicator.js +1 -1
  539. package/es5/modules/price-indicator.src.js +1 -1
  540. package/es5/modules/pyramid3d.js +1 -1
  541. package/es5/modules/pyramid3d.src.js +1 -1
  542. package/es5/modules/sankey.js +1 -1
  543. package/es5/modules/sankey.src.js +1 -1
  544. package/es5/modules/series-label.js +20 -20
  545. package/es5/modules/series-label.js.map +1 -1
  546. package/es5/modules/series-label.src.js +9 -3
  547. package/es5/modules/series-on-point.js +1 -1
  548. package/es5/modules/series-on-point.src.js +1 -1
  549. package/es5/modules/solid-gauge.js +11 -11
  550. package/es5/modules/solid-gauge.js.map +1 -1
  551. package/es5/modules/solid-gauge.src.js +2 -5
  552. package/es5/modules/sonification.js +30 -30
  553. package/es5/modules/sonification.js.map +1 -1
  554. package/es5/modules/sonification.src.js +6 -3
  555. package/es5/modules/static-scale.js +1 -1
  556. package/es5/modules/static-scale.src.js +1 -1
  557. package/es5/modules/stock-tools.js +2 -2
  558. package/es5/modules/stock-tools.src.js +3 -3
  559. package/es5/modules/stock.js +38 -38
  560. package/es5/modules/stock.js.map +1 -1
  561. package/es5/modules/stock.src.js +11 -10
  562. package/es5/modules/streamgraph.js +1 -1
  563. package/es5/modules/streamgraph.src.js +1 -1
  564. package/es5/modules/sunburst.js +83 -83
  565. package/es5/modules/sunburst.js.map +1 -1
  566. package/es5/modules/sunburst.src.js +11 -6
  567. package/es5/modules/tilemap.js +1 -1
  568. package/es5/modules/tilemap.src.js +1 -1
  569. package/es5/modules/timeline.js +19 -19
  570. package/es5/modules/timeline.js.map +1 -1
  571. package/es5/modules/timeline.src.js +4 -5
  572. package/es5/modules/treegraph.js +1 -1
  573. package/es5/modules/treegraph.src.js +1 -1
  574. package/es5/modules/treegrid.js +1 -1
  575. package/es5/modules/treegrid.src.js +1 -1
  576. package/es5/modules/treemap.js +50 -50
  577. package/es5/modules/treemap.js.map +1 -1
  578. package/es5/modules/treemap.src.js +4 -4
  579. package/es5/modules/variable-pie.js +1 -1
  580. package/es5/modules/variable-pie.src.js +1 -1
  581. package/es5/modules/variwide.js +1 -1
  582. package/es5/modules/variwide.src.js +1 -1
  583. package/es5/modules/vector.js +1 -1
  584. package/es5/modules/vector.src.js +1 -1
  585. package/es5/modules/venn.js +33 -33
  586. package/es5/modules/venn.js.map +1 -1
  587. package/es5/modules/venn.src.js +4 -4
  588. package/es5/modules/windbarb.js +1 -1
  589. package/es5/modules/windbarb.src.js +1 -1
  590. package/es5/modules/wordcloud.js +1 -1
  591. package/es5/modules/wordcloud.src.js +1 -1
  592. package/es5/modules/xrange.js +1 -1
  593. package/es5/modules/xrange.src.js +1 -1
  594. package/es5/themes/avocado.js +1 -1
  595. package/es5/themes/avocado.src.js +1 -1
  596. package/es5/themes/brand-dark.js +1 -1
  597. package/es5/themes/brand-dark.src.js +1 -1
  598. package/es5/themes/brand-light.js +1 -1
  599. package/es5/themes/brand-light.src.js +1 -1
  600. package/es5/themes/dark-blue.js +1 -1
  601. package/es5/themes/dark-blue.src.js +1 -1
  602. package/es5/themes/dark-green.js +1 -1
  603. package/es5/themes/dark-green.src.js +1 -1
  604. package/es5/themes/dark-unica.js +1 -1
  605. package/es5/themes/dark-unica.src.js +1 -1
  606. package/es5/themes/gray.js +1 -1
  607. package/es5/themes/gray.src.js +1 -1
  608. package/es5/themes/grid-light.js +1 -1
  609. package/es5/themes/grid-light.src.js +1 -1
  610. package/es5/themes/grid.js +1 -1
  611. package/es5/themes/grid.src.js +1 -1
  612. package/es5/themes/high-contrast-dark.js +1 -1
  613. package/es5/themes/high-contrast-dark.src.js +1 -1
  614. package/es5/themes/high-contrast-light.js +3 -3
  615. package/es5/themes/high-contrast-light.js.map +1 -1
  616. package/es5/themes/high-contrast-light.src.js +6 -1
  617. package/es5/themes/sand-signika.js +1 -1
  618. package/es5/themes/sand-signika.src.js +1 -1
  619. package/es5/themes/skies.js +1 -1
  620. package/es5/themes/skies.src.js +1 -1
  621. package/es5/themes/sunset.js +1 -1
  622. package/es5/themes/sunset.src.js +1 -1
  623. package/highcharts-3d.js +1 -1
  624. package/highcharts-3d.src.js +1 -1
  625. package/highcharts-gantt.js +767 -767
  626. package/highcharts-gantt.js.map +1 -1
  627. package/highcharts-gantt.src.js +105 -53
  628. package/highcharts-more.js +155 -155
  629. package/highcharts-more.js.map +1 -1
  630. package/highcharts-more.src.js +4 -4
  631. package/highcharts.d.ts +452 -5
  632. package/highcharts.js +558 -558
  633. package/highcharts.js.map +1 -1
  634. package/highcharts.src.d.ts +452 -5
  635. package/highcharts.src.js +100 -50
  636. package/highmaps.js +710 -709
  637. package/highmaps.js.map +1 -1
  638. package/highmaps.src.js +114 -71
  639. package/highstock.js +752 -751
  640. package/highstock.js.map +1 -1
  641. package/highstock.src.js +107 -53
  642. package/indicators/acceleration-bands.js +1 -1
  643. package/indicators/acceleration-bands.src.js +1 -1
  644. package/indicators/accumulation-distribution.js +1 -1
  645. package/indicators/accumulation-distribution.src.js +1 -1
  646. package/indicators/ao.js +1 -1
  647. package/indicators/ao.src.js +1 -1
  648. package/indicators/apo.js +1 -1
  649. package/indicators/apo.src.js +1 -1
  650. package/indicators/aroon-oscillator.js +1 -1
  651. package/indicators/aroon-oscillator.src.js +1 -1
  652. package/indicators/aroon.js +1 -1
  653. package/indicators/aroon.src.js +1 -1
  654. package/indicators/atr.js +1 -1
  655. package/indicators/atr.src.js +1 -1
  656. package/indicators/bollinger-bands.js +1 -1
  657. package/indicators/bollinger-bands.src.js +1 -1
  658. package/indicators/cci.js +1 -1
  659. package/indicators/cci.src.js +1 -1
  660. package/indicators/chaikin.js +1 -1
  661. package/indicators/chaikin.src.js +1 -1
  662. package/indicators/cmf.js +1 -1
  663. package/indicators/cmf.src.js +1 -1
  664. package/indicators/cmo.js +1 -1
  665. package/indicators/cmo.src.js +1 -1
  666. package/indicators/dema.js +1 -1
  667. package/indicators/dema.src.js +1 -1
  668. package/indicators/disparity-index.js +1 -1
  669. package/indicators/disparity-index.src.js +1 -1
  670. package/indicators/dmi.js +1 -1
  671. package/indicators/dmi.src.js +1 -1
  672. package/indicators/dpo.js +1 -1
  673. package/indicators/dpo.src.js +1 -1
  674. package/indicators/ichimoku-kinko-hyo.js +1 -1
  675. package/indicators/ichimoku-kinko-hyo.src.js +1 -1
  676. package/indicators/indicators-all.js +1 -1
  677. package/indicators/indicators-all.src.js +1 -1
  678. package/indicators/indicators.js +1 -1
  679. package/indicators/indicators.src.js +1 -1
  680. package/indicators/keltner-channels.js +1 -1
  681. package/indicators/keltner-channels.src.js +1 -1
  682. package/indicators/klinger.js +1 -1
  683. package/indicators/klinger.src.js +1 -1
  684. package/indicators/macd.js +1 -1
  685. package/indicators/macd.src.js +1 -1
  686. package/indicators/mfi.js +1 -1
  687. package/indicators/mfi.src.js +1 -1
  688. package/indicators/momentum.js +1 -1
  689. package/indicators/momentum.src.js +1 -1
  690. package/indicators/natr.js +1 -1
  691. package/indicators/natr.src.js +1 -1
  692. package/indicators/obv.js +1 -1
  693. package/indicators/obv.src.js +1 -1
  694. package/indicators/pivot-points.js +1 -1
  695. package/indicators/pivot-points.src.js +1 -1
  696. package/indicators/ppo.js +1 -1
  697. package/indicators/ppo.src.js +1 -1
  698. package/indicators/price-channel.js +1 -1
  699. package/indicators/price-channel.src.js +1 -1
  700. package/indicators/price-envelopes.js +1 -1
  701. package/indicators/price-envelopes.src.js +1 -1
  702. package/indicators/psar.js +1 -1
  703. package/indicators/psar.src.js +1 -1
  704. package/indicators/regressions.js +1 -1
  705. package/indicators/regressions.src.js +1 -1
  706. package/indicators/roc.js +1 -1
  707. package/indicators/roc.src.js +1 -1
  708. package/indicators/rsi.js +1 -1
  709. package/indicators/rsi.src.js +1 -1
  710. package/indicators/slow-stochastic.js +1 -1
  711. package/indicators/slow-stochastic.src.js +1 -1
  712. package/indicators/stochastic.js +1 -1
  713. package/indicators/stochastic.src.js +1 -1
  714. package/indicators/supertrend.js +1 -1
  715. package/indicators/supertrend.src.js +1 -1
  716. package/indicators/tema.js +1 -1
  717. package/indicators/tema.src.js +1 -1
  718. package/indicators/trendline.js +1 -1
  719. package/indicators/trendline.src.js +1 -1
  720. package/indicators/trix.js +1 -1
  721. package/indicators/trix.src.js +1 -1
  722. package/indicators/volume-by-price.js +1 -1
  723. package/indicators/volume-by-price.src.js +1 -1
  724. package/indicators/vwap.js +1 -1
  725. package/indicators/vwap.src.js +1 -1
  726. package/indicators/williams-r.js +1 -1
  727. package/indicators/williams-r.src.js +1 -1
  728. package/indicators/wma.js +1 -1
  729. package/indicators/wma.src.js +1 -1
  730. package/indicators/zigzag.js +1 -1
  731. package/indicators/zigzag.src.js +1 -1
  732. package/modules/accessibility.js +1 -1
  733. package/modules/accessibility.js.map +1 -1
  734. package/modules/accessibility.src.js +42 -1
  735. package/modules/annotations-advanced.js +4 -4
  736. package/modules/annotations-advanced.js.map +1 -1
  737. package/modules/annotations-advanced.src.js +42 -51
  738. package/modules/annotations.js +2 -2
  739. package/modules/annotations.src.js +3 -3
  740. package/modules/arc-diagram.js +1 -1
  741. package/modules/arc-diagram.src.js +1 -1
  742. package/modules/arrow-symbols.js +1 -1
  743. package/modules/arrow-symbols.src.js +1 -1
  744. package/modules/boost-canvas.d.ts +0 -11
  745. package/modules/boost-canvas.js +61 -61
  746. package/modules/boost-canvas.js.map +1 -1
  747. package/modules/boost-canvas.src.d.ts +0 -11
  748. package/modules/boost-canvas.src.js +31 -22
  749. package/modules/boost.d.ts +6 -11
  750. package/modules/boost.js +64 -64
  751. package/modules/boost.js.map +1 -1
  752. package/modules/boost.src.d.ts +6 -11
  753. package/modules/boost.src.js +39 -24
  754. package/modules/broken-axis.js +1 -1
  755. package/modules/broken-axis.src.js +1 -1
  756. package/modules/bullet.js +1 -1
  757. package/modules/bullet.src.js +1 -1
  758. package/modules/coloraxis.js +2 -2
  759. package/modules/coloraxis.js.map +1 -1
  760. package/modules/coloraxis.src.js +2 -2
  761. package/modules/current-date-indicator.js +1 -1
  762. package/modules/current-date-indicator.src.js +1 -1
  763. package/modules/cylinder.js +1 -1
  764. package/modules/cylinder.src.js +1 -1
  765. package/modules/data-tools.js +1 -1
  766. package/modules/data-tools.src.js +1 -1
  767. package/modules/data.js +1 -1
  768. package/modules/data.src.js +1 -1
  769. package/modules/datagrouping.js +1 -1
  770. package/modules/datagrouping.src.js +1 -1
  771. package/modules/debugger.js +1 -1
  772. package/modules/debugger.src.js +1 -1
  773. package/modules/dependency-wheel.js +1 -1
  774. package/modules/dependency-wheel.src.js +1 -1
  775. package/modules/dotplot.js +1 -1
  776. package/modules/dotplot.src.js +1 -1
  777. package/modules/drag-panes.js +1 -1
  778. package/modules/drag-panes.src.js +1 -1
  779. package/modules/draggable-points.js +16 -16
  780. package/modules/draggable-points.js.map +1 -1
  781. package/modules/draggable-points.src.js +2 -2
  782. package/modules/drilldown.js +43 -42
  783. package/modules/drilldown.js.map +1 -1
  784. package/modules/drilldown.src.js +21 -12
  785. package/modules/dumbbell.js +1 -1
  786. package/modules/dumbbell.src.js +1 -1
  787. package/modules/export-data.js +1 -1
  788. package/modules/export-data.src.js +1 -1
  789. package/modules/exporting.js +1 -1
  790. package/modules/exporting.src.js +1 -1
  791. package/modules/flowmap.js +88 -88
  792. package/modules/flowmap.js.map +1 -1
  793. package/modules/flowmap.src.js +7 -12
  794. package/modules/full-screen.js +1 -1
  795. package/modules/full-screen.src.js +1 -1
  796. package/modules/funnel.js +1 -1
  797. package/modules/funnel.src.js +1 -1
  798. package/modules/funnel3d.js +1 -1
  799. package/modules/funnel3d.src.js +1 -1
  800. package/modules/gantt.js +9 -9
  801. package/modules/gantt.js.map +1 -1
  802. package/modules/gantt.src.js +6 -4
  803. package/modules/geoheatmap.js +1 -1
  804. package/modules/geoheatmap.src.js +1 -1
  805. package/modules/grid-axis.js +1 -1
  806. package/modules/grid-axis.src.js +1 -1
  807. package/modules/heatmap.js +36 -36
  808. package/modules/heatmap.js.map +1 -1
  809. package/modules/heatmap.src.js +5 -8
  810. package/modules/heikinashi.js +1 -1
  811. package/modules/heikinashi.src.js +1 -1
  812. package/modules/histogram-bellcurve.d.ts +7 -1
  813. package/modules/histogram-bellcurve.js +1 -1
  814. package/modules/histogram-bellcurve.src.d.ts +7 -1
  815. package/modules/histogram-bellcurve.src.js +1 -1
  816. package/modules/hollowcandlestick.js +1 -1
  817. package/modules/hollowcandlestick.src.js +1 -1
  818. package/modules/item-series.js +1 -1
  819. package/modules/item-series.src.js +1 -1
  820. package/modules/lollipop.js +1 -1
  821. package/modules/lollipop.src.js +1 -1
  822. package/modules/map.js +152 -152
  823. package/modules/map.js.map +1 -1
  824. package/modules/map.src.js +15 -22
  825. package/modules/marker-clusters.js +1 -1
  826. package/modules/marker-clusters.src.js +1 -1
  827. package/modules/networkgraph.js +1 -1
  828. package/modules/networkgraph.src.js +1 -1
  829. package/modules/no-data-to-display.js +1 -1
  830. package/modules/no-data-to-display.src.js +1 -1
  831. package/modules/offline-exporting.js +2 -2
  832. package/modules/offline-exporting.src.js +2 -2
  833. package/modules/organization.js +1 -1
  834. package/modules/organization.src.js +1 -1
  835. package/modules/overlapping-datalabels.js +1 -1
  836. package/modules/overlapping-datalabels.src.js +1 -1
  837. package/modules/parallel-coordinates.js +1 -1
  838. package/modules/parallel-coordinates.src.js +1 -1
  839. package/modules/pareto.js +1 -1
  840. package/modules/pareto.src.js +1 -1
  841. package/modules/pathfinder.js +1 -1
  842. package/modules/pathfinder.src.js +1 -1
  843. package/modules/pattern-fill.js +1 -1
  844. package/modules/pattern-fill.src.js +1 -1
  845. package/modules/pictorial.js +1 -1
  846. package/modules/pictorial.src.js +1 -1
  847. package/modules/price-indicator.js +1 -1
  848. package/modules/price-indicator.src.js +1 -1
  849. package/modules/pyramid3d.js +1 -1
  850. package/modules/pyramid3d.src.js +1 -1
  851. package/modules/sankey.js +1 -1
  852. package/modules/sankey.src.js +1 -1
  853. package/modules/series-label.js +19 -19
  854. package/modules/series-label.js.map +1 -1
  855. package/modules/series-label.src.js +8 -3
  856. package/modules/series-on-point.js +1 -1
  857. package/modules/series-on-point.src.js +1 -1
  858. package/modules/solid-gauge.js +9 -10
  859. package/modules/solid-gauge.js.map +1 -1
  860. package/modules/solid-gauge.src.js +2 -5
  861. package/modules/sonification.js +47 -46
  862. package/modules/sonification.js.map +1 -1
  863. package/modules/sonification.src.js +6 -3
  864. package/modules/static-scale.js +1 -1
  865. package/modules/static-scale.src.js +1 -1
  866. package/modules/stock-tools.js +2 -2
  867. package/modules/stock-tools.src.js +3 -3
  868. package/modules/stock.js +26 -26
  869. package/modules/stock.js.map +1 -1
  870. package/modules/stock.src.js +8 -4
  871. package/modules/streamgraph.js +1 -1
  872. package/modules/streamgraph.src.js +1 -1
  873. package/modules/sunburst.js +66 -66
  874. package/modules/sunburst.js.map +1 -1
  875. package/modules/sunburst.src.js +11 -6
  876. package/modules/tilemap.js +1 -1
  877. package/modules/tilemap.src.js +1 -1
  878. package/modules/timeline.js +15 -15
  879. package/modules/timeline.js.map +1 -1
  880. package/modules/timeline.src.js +4 -5
  881. package/modules/treegraph.js +1 -1
  882. package/modules/treegraph.src.js +1 -1
  883. package/modules/treegrid.js +1 -1
  884. package/modules/treegrid.src.js +1 -1
  885. package/modules/treemap.js +48 -48
  886. package/modules/treemap.js.map +1 -1
  887. package/modules/treemap.src.js +4 -4
  888. package/modules/variable-pie.js +1 -1
  889. package/modules/variable-pie.src.js +1 -1
  890. package/modules/variwide.js +1 -1
  891. package/modules/variwide.src.js +1 -1
  892. package/modules/vector.js +1 -1
  893. package/modules/vector.src.js +1 -1
  894. package/modules/venn.js +29 -29
  895. package/modules/venn.js.map +1 -1
  896. package/modules/venn.src.js +4 -4
  897. package/modules/windbarb.js +1 -1
  898. package/modules/windbarb.src.js +1 -1
  899. package/modules/wordcloud.js +1 -1
  900. package/modules/wordcloud.src.js +1 -1
  901. package/modules/xrange.js +1 -1
  902. package/modules/xrange.src.js +1 -1
  903. package/package.json +1 -1
  904. package/themes/avocado.js +1 -1
  905. package/themes/avocado.src.js +1 -1
  906. package/themes/brand-dark.js +1 -1
  907. package/themes/brand-dark.src.js +1 -1
  908. package/themes/brand-light.js +1 -1
  909. package/themes/brand-light.src.js +1 -1
  910. package/themes/dark-blue.js +1 -1
  911. package/themes/dark-blue.src.js +1 -1
  912. package/themes/dark-green.js +1 -1
  913. package/themes/dark-green.src.js +1 -1
  914. package/themes/dark-unica.js +1 -1
  915. package/themes/dark-unica.src.js +1 -1
  916. package/themes/gray.js +1 -1
  917. package/themes/gray.src.js +1 -1
  918. package/themes/grid-light.js +1 -1
  919. package/themes/grid-light.src.js +1 -1
  920. package/themes/grid.js +1 -1
  921. package/themes/grid.src.js +1 -1
  922. package/themes/high-contrast-dark.js +1 -1
  923. package/themes/high-contrast-dark.src.js +1 -1
  924. package/themes/high-contrast-light.js +3 -3
  925. package/themes/high-contrast-light.js.map +1 -1
  926. package/themes/high-contrast-light.src.js +6 -1
  927. package/themes/sand-signika.js +1 -1
  928. package/themes/sand-signika.src.js +1 -1
  929. package/themes/skies.js +1 -1
  930. package/themes/skies.src.js +1 -1
  931. package/themes/sunset.js +1 -1
  932. package/themes/sunset.src.js +1 -1
package/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "highcharts",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "main": "highcharts.js",
5
5
  "license": "https://www.highcharts.com/license",
6
6
  "types": "highcharts.d.ts"
@@ -473,6 +473,11 @@ text.highcharts-data-label {
473
473
  stroke-width: 0;
474
474
  }
475
475
 
476
+ .highcharts-series-label text {
477
+ fill: inherit;
478
+ font-weight: bold;
479
+ }
480
+
476
481
  .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
477
482
  .highcharts-markers .highcharts-point-select {
478
483
  fill: var(--highcharts-neutral-color-20);
@@ -829,7 +834,7 @@ circle.highcharts-legend-nav-inactive { /* tracker */
829
834
  }
830
835
 
831
836
  .highcharts-scrollbar-track {
832
- fill: none;
837
+ fill: rgba(255, 255, 255, 0.001);
833
838
  stroke: var(--highcharts-neutral-color-20);
834
839
  stroke-width: 1px;
835
840
  }
@@ -23,6 +23,10 @@ const langOptions = {
23
23
  * features, see
24
24
  * [Highcharts Accessibility](https://www.highcharts.com/docs/chart-concepts/accessibility).
25
25
  *
26
+ * The lang options use [Format Strings](https://www.highcharts.com/docs/chart-concepts/labels-and-string-formatting#format-strings)
27
+ * with variables that are replaced at run time. These variables should be
28
+ * used when available, to avoid duplicating text that is defined elsewhere.
29
+ *
26
30
  * For more dynamic control over the accessibility functionality, see
27
31
  * [accessibility.point.descriptionFormatter](#accessibility.point.descriptionFormatter),
28
32
  * [accessibility.series.descriptionFormatter](#accessibility.series.descriptionFormatter),
@@ -35,12 +39,33 @@ const langOptions = {
35
39
  accessibility: {
36
40
  /**
37
41
  * @deprecated 10.2.1
42
+ * @type {string}
38
43
  * @apioption lang.accessibility.resetZoomButton
39
44
  */
45
+ /**
46
+ * Default title of the chart for assistive technology, for charts
47
+ * without a chart title.
48
+ */
40
49
  defaultChartTitle: 'Chart',
50
+ /**
51
+ * Accessible label for the chart container HTML element.
52
+ * `{title}` refers to the chart title.
53
+ */
41
54
  chartContainerLabel: '{title}. Highcharts interactive chart.',
55
+ /**
56
+ * Accessible label for the chart SVG element.
57
+ * `{chartTitle}` refers to the chart title.
58
+ */
42
59
  svgContainerLabel: 'Interactive chart',
60
+ /**
61
+ * Accessible label for the drill-up button.
62
+ * `{buttonText}` refers to the visual text on the button.
63
+ */
43
64
  drillUpButton: '{buttonText}',
65
+ /**
66
+ * Accessible label for the chart credits.
67
+ * `{creditsStr}` refers to the visual text in the credits.
68
+ */
44
69
  credits: 'Chart credits: {creditsStr}',
45
70
  /**
46
71
  * Thousands separator to use when formatting numbers for screen
@@ -113,8 +138,21 @@ const langOptions = {
113
138
  * @since 8.0.0
114
139
  */
115
140
  legend: {
141
+ /**
142
+ * Accessible label for the legend, for charts where there is no
143
+ * legend title defined.
144
+ */
116
145
  legendLabelNoTitle: 'Toggle series visibility, {chartTitle}',
146
+ /**
147
+ * Accessible label for the legend, for charts where there is a
148
+ * legend title defined. `{legendTitle}` refers to the visual text
149
+ * in the legend title.
150
+ */
117
151
  legendLabel: 'Chart legend: {legendTitle}',
152
+ /**
153
+ * Accessible label for individual legend items. `{itemName}` refers
154
+ * to the visual text in the legend for that item.
155
+ */
118
156
  legendItem: 'Show {itemName}'
119
157
  },
120
158
  /**
@@ -317,6 +355,9 @@ const langOptions = {
317
355
  * User supplied description text. This is added in the point
318
356
  * comment description by default if present.
319
357
  *
358
+ * `{description}` refers to the value given in
359
+ * [point.accessibility.description](#series.line.data.accessibility.description).
360
+ *
320
361
  * @since 6.0.6
321
362
  */
322
363
  description: '{description}',
@@ -2347,7 +2347,7 @@ class Axis {
2347
2347
  const axis = this, { chart, horiz, options, side, ticks, tickPositions, coll, axisParent // Used in color axis
2348
2348
  } = axis, renderer = chart.renderer, invertedSide = (chart.inverted && !axis.isZAxis ?
2349
2349
  [1, 0, 3, 2][side] :
2350
- side), hasData = axis.hasData(), axisTitleOptions = options.title, labelOptions = options.labels, axisOffset = chart.axisOffset, clipOffset = chart.clipOffset, directionFactor = [-1, 1, 1, -1][side], className = options.className;
2350
+ side), hasData = axis.hasData(), axisTitleOptions = options.title, labelOptions = options.labels, hasCrossing = isNumber(options.crossing), axisOffset = chart.axisOffset, clipOffset = chart.clipOffset, directionFactor = [-1, 1, 1, -1][side], className = options.className;
2351
2351
  let showAxis, titleOffset = 0, titleOffsetOption, titleMargin = 0, labelOffset = 0, // reset
2352
2352
  labelOffsetPadded, lineHeightCorrection;
2353
2353
  // For reuse in Axis.render
@@ -2378,7 +2378,7 @@ class Axis {
2378
2378
  axis.reserveSpaceDefault = (side === 0 ||
2379
2379
  side === 2 ||
2380
2380
  { 1: 'left', 3: 'right' }[side] === axis.labelAlign);
2381
- if (pick(labelOptions.reserveSpace, axis.labelAlign === 'center' ? true : null, axis.reserveSpaceDefault)) {
2381
+ if (pick(labelOptions.reserveSpace, hasCrossing ? false : null, axis.labelAlign === 'center' ? true : null, axis.reserveSpaceDefault)) {
2382
2382
  tickPositions.forEach(function (pos) {
2383
2383
  // get the highest offset
2384
2384
  labelOffset = Math.max(ticks[pos].getLabelSize(), labelOffset);
@@ -2399,7 +2399,9 @@ class Axis {
2399
2399
  axisTitleOptions.text &&
2400
2400
  axisTitleOptions.enabled !== false) {
2401
2401
  axis.addTitle(showAxis);
2402
- if (showAxis && axisTitleOptions.reserveSpace !== false) {
2402
+ if (showAxis &&
2403
+ !hasCrossing &&
2404
+ axisTitleOptions.reserveSpace !== false) {
2403
2405
  axis.titleOffset = titleOffset =
2404
2406
  axis.axisTitle.getBBox()[horiz ? 'height' : 'width'];
2405
2407
  titleOffsetOption = axisTitleOptions.offset;
@@ -2627,7 +2629,7 @@ class Axis {
2627
2629
  * @emits Highcharts.Axis#event:afterRender
2628
2630
  */
2629
2631
  render() {
2630
- const axis = this, chart = axis.chart, log = axis.logarithmic, renderer = chart.renderer, options = axis.options, isLinked = axis.isLinked, tickPositions = axis.tickPositions, axisTitle = axis.axisTitle, ticks = axis.ticks, minorTicks = axis.minorTicks, alternateBands = axis.alternateBands, stackLabelOptions = options.stackLabels, alternateGridColor = options.alternateGridColor, tickmarkOffset = axis.tickmarkOffset, axisLine = axis.axisLine, showAxis = axis.showAxis, animation = animObject(renderer.globalAnimation);
2632
+ const axis = this, chart = axis.chart, log = axis.logarithmic, renderer = chart.renderer, options = axis.options, isLinked = axis.isLinked, tickPositions = axis.tickPositions, axisTitle = axis.axisTitle, ticks = axis.ticks, minorTicks = axis.minorTicks, alternateBands = axis.alternateBands, stackLabelOptions = options.stackLabels, alternateGridColor = options.alternateGridColor, crossing = options.crossing, tickmarkOffset = axis.tickmarkOffset, axisLine = axis.axisLine, showAxis = axis.showAxis, animation = animObject(renderer.globalAnimation);
2631
2633
  let from, to;
2632
2634
  // Reset
2633
2635
  axis.labelEdge.length = 0;
@@ -2638,6 +2640,13 @@ class Axis {
2638
2640
  tick.isActive = false;
2639
2641
  });
2640
2642
  });
2643
+ // Crossing
2644
+ if (isNumber(crossing)) {
2645
+ const otherAxis = this.isXAxis ? chart.yAxis[0] : chart.xAxis[0], directionFactor = [1, -1, -1, 1][this.side];
2646
+ if (otherAxis) {
2647
+ this.offset = directionFactor * otherAxis.toPixels(crossing, true);
2648
+ }
2649
+ }
2641
2650
  // If the series has data draw the ticks. Else only the line and title
2642
2651
  if (axis.hasData() || isLinked) {
2643
2652
  const slideInTicks = axis.chart.hasRendered &&
@@ -211,6 +211,19 @@ var AxisDefaults;
211
211
  * @since 4.1
212
212
  * @apioption xAxis.crosshair
213
213
  */
214
+ /**
215
+ * The value on a perpendicular axis where this axis should cross. This
216
+ * is typically used on mathematical plots where the axes cross at 0.
217
+ * When `crossing` is set, space will not be reserved at the sides of
218
+ * the chart for axis labels and title, so those may be clipped. In this
219
+ * case it is better to place the axes without the `crossing` option.
220
+ *
221
+ * @type {number}
222
+ * @sample highcharts/xaxis/crossing
223
+ * Function plot with axes crossing at 0
224
+ * @since 11.0.1
225
+ * @apioption xAxis.crossing
226
+ */
214
227
  /**
215
228
  * A class name for the crosshair, especially as a hook for styling.
216
229
  *
@@ -590,7 +590,7 @@ class ColorAxis extends Axis {
590
590
  chart,
591
591
  name,
592
592
  options: {},
593
- drawLegendSymbol: LegendSymbol.drawRectangle,
593
+ drawLegendSymbol: LegendSymbol.rectangle,
594
594
  visible: true,
595
595
  isDataClass: true,
596
596
  // Override setState to set either normal or inactive
@@ -87,8 +87,10 @@ class ScrollbarAxis {
87
87
  from = unitedMin + range * (1 - this.to);
88
88
  }
89
89
  if (this.shouldUpdateExtremes(e.DOMType)) {
90
- axis.setExtremes(from, to, true, (e.DOMType !== 'mousemove' &&
91
- e.DOMType !== 'touchmove'), e);
90
+ // #17977, set animation to undefined instead of true
91
+ const animate = e.DOMType === 'mousemove' ||
92
+ e.DOMType === 'touchmove' ? false : void 0;
93
+ axis.setExtremes(from, to, true, animate, e);
92
94
  }
93
95
  else {
94
96
  // When live redraw is disabled, don't change extremes
@@ -1173,7 +1173,7 @@ class Chart {
1173
1173
  }
1174
1174
  /**
1175
1175
  * Reflows the chart to its container. By default, the Resize Observer is
1176
- * attached to the chart's div which allows to reflows the he chart
1176
+ * attached to the chart's div which allows to reflows the chart
1177
1177
  * automatically to its container, as per the
1178
1178
  * [chart.reflow](https://api.highcharts.com/highcharts/chart.reflow)
1179
1179
  * option.
@@ -24,7 +24,7 @@ var Globals;
24
24
  * Constants
25
25
  *
26
26
  * */
27
- Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.0.0', Globals.win = (typeof window !== 'undefined' ?
27
+ Globals.SVG_NS = 'http://www.w3.org/2000/svg', Globals.product = 'Highcharts', Globals.version = '11.0.1', Globals.win = (typeof window !== 'undefined' ?
28
28
  window :
29
29
  {}), // eslint-disable-line node/no-unsupported-features/es-builtins
30
30
  Globals.doc = Globals.win.document, Globals.svg = (Globals.doc &&
@@ -30,12 +30,12 @@ var LegendSymbol;
30
30
  * Highcharts.seriesTypes[type].prototype.drawLegendSymbol.
31
31
  *
32
32
  * @private
33
- * @function Highcharts.LegendSymbolMixin.drawLineMarker
33
+ * @function Highcharts.LegendSymbolMixin.lineMarker
34
34
  *
35
35
  * @param {Highcharts.Legend} legend
36
36
  * The legend object.
37
37
  */
38
- function drawLineMarker(legend) {
38
+ function lineMarker(legend, item) {
39
39
  const legendItem = this.legendItem = this.legendItem || {}, options = this.options, symbolWidth = legend.symbolWidth, symbolHeight = legend.symbolHeight, generalRadius = symbolHeight / 2, renderer = this.chart.renderer, legendItemGroup = legendItem.group, verticalCenter = legend.baseline -
40
40
  Math.round(legend.fontMetrics.b * 0.3);
41
41
  let attr = {}, legendSymbol, markerOptions = options.marker, lineSizer = 0;
@@ -87,7 +87,7 @@ var LegendSymbol;
87
87
  legendSymbol.isMarker = true;
88
88
  }
89
89
  }
90
- LegendSymbol.drawLineMarker = drawLineMarker;
90
+ LegendSymbol.lineMarker = lineMarker;
91
91
  /**
92
92
  * Get the series' symbol in the legend.
93
93
  *
@@ -95,7 +95,7 @@ var LegendSymbol;
95
95
  * Highcharts.seriesTypes[type].prototype.drawLegendSymbol.
96
96
  *
97
97
  * @private
98
- * @function Highcharts.LegendSymbolMixin.drawRectangle
98
+ * @function Highcharts.LegendSymbolMixin.rectangle
99
99
  *
100
100
  * @param {Highcharts.Legend} legend
101
101
  * The legend object
@@ -103,7 +103,7 @@ var LegendSymbol;
103
103
  * @param {Highcharts.Point|Highcharts.Series} item
104
104
  * The series (this) or point
105
105
  */
106
- function drawRectangle(legend, item) {
106
+ function rectangle(legend, item) {
107
107
  const legendItem = item.legendItem || {}, options = legend.options, symbolHeight = legend.symbolHeight, square = options.squareSymbol, symbolWidth = square ? symbolHeight : legend.symbolWidth;
108
108
  legendItem.symbol = this.chart.renderer
109
109
  .rect(square ? (legend.symbolWidth - symbolHeight) / 2 : 0, legend.baseline - symbolHeight + 1, // #3988
@@ -114,7 +114,7 @@ var LegendSymbol;
114
114
  })
115
115
  .add(legendItem.group);
116
116
  }
117
- LegendSymbol.drawRectangle = drawRectangle;
117
+ LegendSymbol.rectangle = rectangle;
118
118
  })(LegendSymbol || (LegendSymbol = {}));
119
119
  /* *
120
120
  *
@@ -187,10 +187,6 @@ class HTMLRenderer extends SVGRenderer {
187
187
  top: (parentGroup.translateY || 0) + 'px',
188
188
  display: parentGroup.display,
189
189
  opacity: parentGroup.opacity,
190
- cursor: parentGroupStyles.cursor,
191
- pointerEvents: (
192
- // #5595
193
- parentGroupStyles.pointerEvents),
194
190
  visibility: parentGroup.visibility
195
191
  // the top group is appended to container
196
192
  }, htmlGroup || container);
@@ -207,6 +203,23 @@ class HTMLRenderer extends SVGRenderer {
207
203
  htmlGroup.className = value;
208
204
  };
209
205
  }(htmlGroup)),
206
+ // Extend the parent group's css function by
207
+ // updating the shadow div counterpart with the same
208
+ // style.
209
+ css: function (styles) {
210
+ wrapper.css.call(parentGroup, styles);
211
+ [
212
+ // #6794
213
+ 'cursor',
214
+ // #5595, #18821
215
+ 'pointerEvents'
216
+ ].forEach((prop) => {
217
+ if (styles[prop]) {
218
+ htmlGroupStyle[prop] = styles[prop];
219
+ }
220
+ });
221
+ return parentGroup;
222
+ },
210
223
  on: function () {
211
224
  if (parents[0].div) { // #6418
212
225
  wrapper.on.apply({
@@ -222,6 +235,8 @@ class HTMLRenderer extends SVGRenderer {
222
235
  if (!parentGroup.addedSetters) {
223
236
  addSetters(parentGroup);
224
237
  }
238
+ // Apply pre-existing style
239
+ parentGroup.css(parentGroupStyles);
225
240
  });
226
241
  }
227
242
  }
@@ -189,7 +189,7 @@ class SVGRenderer {
189
189
  this.url = this.getReferenceURL();
190
190
  // Add description
191
191
  const desc = this.createElement('desc').add();
192
- desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.0.0'));
192
+ desc.element.appendChild(doc.createTextNode('Created with Highcharts 11.0.1'));
193
193
  renderer.defs = this.createElement('defs').add();
194
194
  renderer.allowHTML = allowHTML;
195
195
  renderer.forExport = forExport;
@@ -444,7 +444,7 @@ class SVGRenderer {
444
444
  */
445
445
  shadowDefinition(shadowOptions) {
446
446
  const id = [
447
- 'drop-shadow',
447
+ `highcharts-drop-shadow-${this.chartIndex}`,
448
448
  ...Object.keys(shadowOptions)
449
449
  .map((key) => shadowOptions[key])
450
450
  ].join('-').replace(/[^a-z0-9\-]/g, ''), options = merge({
@@ -3263,6 +3263,15 @@ class Series {
3263
3263
  options.visiblePlotOnly = true;
3264
3264
  return this.chart.isInsidePlot(plotX, plotY, options);
3265
3265
  }
3266
+ /**
3267
+ * Draws the legend symbol based on the legendSymbol user option.
3268
+ *
3269
+ * @private
3270
+ */
3271
+ drawLegendSymbol(legend, item) {
3272
+ var _a;
3273
+ (_a = LegendSymbol[this.options.legendSymbol || 'rectangle']) === null || _a === void 0 ? void 0 : _a.call(this, legend, item);
3274
+ }
3266
3275
  }
3267
3276
  Series.defaultOptions = SeriesDefaults;
3268
3277
  /**
@@ -3296,7 +3305,6 @@ extend(Series.prototype, {
3296
3305
  colorCounter: 0,
3297
3306
  cropShoulder: 1,
3298
3307
  directTouch: false,
3299
- drawLegendSymbol: LegendSymbol.drawLineMarker,
3300
3308
  isCartesian: true,
3301
3309
  kdAxisArray: ['clientX', 'plotY'],
3302
3310
  // each point's x and y values are stored in this.xData and this.yData:
@@ -245,6 +245,9 @@ const seriesDefaults = {
245
245
  * Whether to connect a graph line across null points, or render a gap
246
246
  * between the two points on either side of the null.
247
247
  *
248
+ * In stacked area chart, if `connectNulls` is set to true,
249
+ * null points are interpreted as 0.
250
+ *
248
251
  * @sample {highcharts} highcharts/plotoptions/series-connectnulls-false/
249
252
  * False by default
250
253
  * @sample {highcharts} highcharts/plotoptions/series-connectnulls-true/
@@ -2326,6 +2329,14 @@ const seriesDefaults = {
2326
2329
  * @private
2327
2330
  */
2328
2331
  findNearestPointBy: 'x'
2332
+ /**
2333
+ * What type of legend symbol to render for this series.
2334
+ *
2335
+ * @validvalue ["lineMarker", "rectangle"]
2336
+ *
2337
+ * @sample {highcharts} highcharts/series/legend-symbol/
2338
+ * Change the legend symbol
2339
+ */
2329
2340
  };
2330
2341
  /* *
2331
2342
  *
@@ -11,7 +11,7 @@
11
11
  import F from './FormatUtilities.js';
12
12
  const { format } = F;
13
13
  import H from './Globals.js';
14
- const { doc } = H;
14
+ const { doc, isSafari } = H;
15
15
  import R from './Renderer/RendererUtilities.js';
16
16
  const { distribute } = R;
17
17
  import RendererRegistry from './Renderer/RendererRegistry.js';
@@ -1076,6 +1076,16 @@ class Tooltip {
1076
1076
  container.style.left = boxExtremes.left + 'px';
1077
1077
  container.style.top = chartTop + 'px';
1078
1078
  }
1079
+ // Workaround for #18927, artefacts left by the shadows of split
1080
+ // tooltips in Safari v16 (2023). Check again with later versions if we
1081
+ // can remove this.
1082
+ if (isSafari) {
1083
+ tooltipLabel.attr({
1084
+ // Force a redraw of the whole group by chaning the opacity
1085
+ // slightly
1086
+ opacity: tooltipLabel.opacity === 1 ? 0.999 : 1
1087
+ });
1088
+ }
1079
1089
  }
1080
1090
  /**
1081
1091
  * If the `stickOnContact` option is active, this will add a tracker shape.
@@ -988,7 +988,6 @@ function getNestedProperty(path, parent) {
988
988
  * The style value.
989
989
  */
990
990
  function getStyle(el, prop, toInt) {
991
- const customGetStyle = H.getStyle;
992
991
  let style;
993
992
  // For width and height, return the actual inner pixel size (#4913)
994
993
  if (prop === 'width') {
@@ -1006,14 +1005,14 @@ function getStyle(el, prop, toInt) {
1006
1005
  }
1007
1006
  return Math.max(0, // #8377
1008
1007
  (offsetWidth -
1009
- (customGetStyle(el, 'padding-left', true) || 0) -
1010
- (customGetStyle(el, 'padding-right', true) || 0)));
1008
+ (getStyle(el, 'padding-left', true) || 0) -
1009
+ (getStyle(el, 'padding-right', true) || 0)));
1011
1010
  }
1012
1011
  if (prop === 'height') {
1013
1012
  return Math.max(0, // #8377
1014
1013
  (Math.min(el.offsetHeight, el.scrollHeight) -
1015
- (customGetStyle(el, 'padding-top', true) || 0) -
1016
- (customGetStyle(el, 'padding-bottom', true) || 0)));
1014
+ (getStyle(el, 'padding-top', true) || 0) -
1015
+ (getStyle(el, 'padding-bottom', true) || 0)));
1017
1016
  }
1018
1017
  // Otherwise, get the computed style
1019
1018
  const css = win.getComputedStyle(el, void 0); // eslint-disable-line no-undefined
@@ -319,7 +319,7 @@ const navigation = {
319
319
  * from a different server.
320
320
  *
321
321
  * @type {string}
322
- * @default https://code.highcharts.com/11.0.0/gfx/stock-icons/
322
+ * @default https://code.highcharts.com/11.0.1/gfx/stock-icons/
323
323
  * @since 7.1.3
324
324
  * @apioption navigation.iconsURL
325
325
  */
@@ -53,7 +53,7 @@ function onNavigationBindingsShowPopup(config) {
53
53
  this.popup = new Popup(this.chart.container, (this.chart.options.navigation.iconsURL ||
54
54
  (this.chart.options.stockTools &&
55
55
  this.chart.options.stockTools.gui.iconsURL) ||
56
- 'https://code.highcharts.com/11.0.0/gfx/stock-icons/'), this.chart);
56
+ 'https://code.highcharts.com/11.0.1/gfx/stock-icons/'), this.chart);
57
57
  }
58
58
  this.popup.showForm(config.formType, this.chart, config.options, config.onSubmit);
59
59
  }
@@ -115,15 +115,33 @@ class FibonacciTimeZones extends CrookedLine {
115
115
  typeOptions.controlPointOptions = controlPoint.options;
116
116
  }
117
117
  }
118
- FibonacciTimeZones.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions, {
118
+ FibonacciTimeZones.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions,
119
+ /**
120
+ * The Fibonacci Time Zones annotation.
121
+ *
122
+ * @sample highcharts/annotations-advanced/fibonacci-time-zones/
123
+ * Fibonacci Time Zones
124
+ *
125
+ * @extends annotations.crookedLine
126
+ * @since 9.3.0
127
+ * @product highstock
128
+ * @optionparent annotations.fibonacciTimeZones
129
+ */
130
+ {
119
131
  typeOptions: {
132
+ /**
133
+ * @exclude y
134
+ * @since 9.3.0
135
+ * @product highstock
136
+ * @apioption annotations.fibonacciTimeZones.typeOptions.points
137
+ */
120
138
  // Options for showing in popup edit
121
139
  line: {
122
140
  /**
123
141
  * The color of the lines.
124
142
  *
125
143
  * @type {string}
126
- * @since 9.3.0
144
+ * @since 9.3.0
127
145
  * @default 'rgba(0, 0, 0, 0.75)'
128
146
  * @apioption annotations.fibonacciTimeZones.typeOptions.line.stroke
129
147
  */
@@ -132,7 +150,7 @@ FibonacciTimeZones.prototype.defaultOptions = merge(CrookedLine.prototype.defaul
132
150
  * The width of the lines.
133
151
  *
134
152
  * @type {number}
135
- * @since 9.3.0
153
+ * @since 9.3.0
136
154
  * @default 1
137
155
  * @apioption annotations.fibonacciTimeZones.typeOptions.line.strokeWidth
138
156
  */
@@ -175,26 +193,3 @@ Annotation.types.fibonacciTimeZones = FibonacciTimeZones;
175
193
  *
176
194
  * */
177
195
  export default FibonacciTimeZones;
178
- /* *
179
- *
180
- * API Declarations
181
- *
182
- * */
183
- /**
184
- * The Fibonacci Time Zones annotation.
185
- *
186
- * @sample highcharts/annotations-advanced/fibonacci-time-zones/
187
- * Fibonacci Time Zones
188
- *
189
- * @extends annotations.crookedLine
190
- * @since 9.3.0
191
- * @product highstock
192
- * @apioption annotations.fibonacciTimeZones
193
- */
194
- /**
195
- * @exclude y
196
- * @since 9.3.0
197
- * @product highstock
198
- * @apioption annotations.fibonacciTimeZones.typeOptions.points
199
- */
200
- (''); // keeps doclets above in transpiled file
@@ -130,8 +130,25 @@ class TimeCycles extends CrookedLine {
130
130
  super.redraw(animation);
131
131
  }
132
132
  }
133
- TimeCycles.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions, {
133
+ TimeCycles.prototype.defaultOptions = merge(CrookedLine.prototype.defaultOptions,
134
+ /**
135
+ * The TimeCycles Annotation
136
+ *
137
+ * @sample highcharts/annotations-advanced/time-cycles/
138
+ * Time Cycles annotation
139
+ *
140
+ * @extends annotations.crookedLine
141
+ * @product highstock
142
+ * @exclude labelOptions
143
+ * @optionparent annotations.timeCycles
144
+ */
145
+ {
134
146
  typeOptions: {
147
+ /**
148
+ * @exclude y
149
+ * @product highstock
150
+ * @apioption annotations.timeCycles.typeOptions.points
151
+ */
135
152
  controlPointOptions: [{
136
153
  positioner: function (target) {
137
154
  const point = target.points[0], position = target.anchor(point).absolutePosition;
@@ -172,24 +189,3 @@ Annotation.types.timeCycles = TimeCycles;
172
189
  *
173
190
  * */
174
191
  export default TimeCycles;
175
- /* *
176
- *
177
- * API Declarations
178
- *
179
- * */
180
- /**
181
- * The TimeCycles Annotation
182
- * @sample highcharts/annotations-advanced/time-cycles/
183
- * Time Cycles annotation
184
- *
185
- * @extends annotations.crookedLine
186
- * @product highstock
187
- * @exclude labelOptions
188
- * @apioption annotations.timeCycles
189
- */
190
- /**
191
- * @exclude y
192
- * @product highstock
193
- * @apioption annotations.timeCycles.typeOptions.points
194
- */
195
- (''); // keeps doclets above in transpiled file
@@ -57,8 +57,14 @@ function compose(ChartClass, SeriesClass, seriesTypes, ColorClass) {
57
57
  BoostSeries.compose(SeriesClass, seriesTypes, wglMode);
58
58
  }
59
59
  /**
60
- * Returns true if the current browser supports webgl
61
- * @private
60
+ * Returns true if the current browser supports WebGL.
61
+ *
62
+ * @requires module:modules/boost
63
+ *
64
+ * @function Highcharts.hasWebGLSupport
65
+ *
66
+ * @return {boolean}
67
+ * `true` if the browser supports WebGL.
62
68
  */
63
69
  function hasWebGLSupport() {
64
70
  let canvas, gl = false;
@@ -64,14 +64,11 @@ function getBoostClipRect(chart, target) {
64
64
  }
65
65
  /**
66
66
  * Returns true if the chart is in series boost mode.
67
- *
68
- * @function Highcharts.Chart#isChartSeriesBoosting
69
- *
67
+ * @private
70
68
  * @param {Highcharts.Chart} chart
71
- * the chart to check
72
- *
69
+ * Chart to check.
73
70
  * @return {boolean}
74
- * true if the chart is in series boost mode
71
+ * `true` if the chart is in series boost mode.
75
72
  */
76
73
  function isChartSeriesBoosting(chart) {
77
74
  const allSeries = chart.series, boost = chart.boost = chart.boost || {}, boostOptions = chart.options.boost || {}, threshold = pick(boostOptions.seriesThreshold, 50);