highcharts 9.1.1 → 9.1.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 (424) hide show
  1. package/bower.json +1 -1
  2. package/css/annotations/popup.css +29 -28
  3. package/css/annotations/popup.scss +29 -27
  4. package/es-modules/Core/Axis/Axis.js +24 -17
  5. package/es-modules/Core/Axis/AxisDefaults.js +0 -1
  6. package/es-modules/Core/Axis/OrdinalAxis.js +141 -61
  7. package/es-modules/Core/Globals.js +7 -1
  8. package/es-modules/Core/Renderer/SVG/SVGRenderer.js +1 -1
  9. package/es-modules/Core/Series/Series.js +16 -1
  10. package/es-modules/Core/Time.js +2 -2
  11. package/es-modules/Core/Tooltip.js +7 -11
  12. package/es-modules/Extensions/Annotations/NavigationBindings.js +1 -1
  13. package/es-modules/Extensions/Annotations/Popup.js +4 -1
  14. package/es-modules/Extensions/Boost/WGLRenderer.js +5 -0
  15. package/es-modules/Extensions/Drilldown.js +39 -12
  16. package/es-modules/Extensions/OfflineExporting.js +1 -1
  17. package/es-modules/Extensions/Oldie/Oldie.js +1 -1
  18. package/es-modules/Extensions/PatternFill.js +23 -10
  19. package/es-modules/Stock/StockToolsGui.js +1 -1
  20. package/es-modules/masters/highcharts-3d.src.js +1 -1
  21. package/es-modules/masters/highcharts-gantt.src.js +1 -1
  22. package/es-modules/masters/highcharts-more.src.js +1 -1
  23. package/es-modules/masters/highcharts.src.js +1 -1
  24. package/es-modules/masters/highmaps.src.js +1 -1
  25. package/es-modules/masters/highstock.src.js +1 -1
  26. package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
  27. package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
  28. package/es-modules/masters/indicators/ao.src.js +1 -1
  29. package/es-modules/masters/indicators/apo.src.js +1 -1
  30. package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
  31. package/es-modules/masters/indicators/aroon.src.js +1 -1
  32. package/es-modules/masters/indicators/atr.src.js +1 -1
  33. package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
  34. package/es-modules/masters/indicators/cci.src.js +1 -1
  35. package/es-modules/masters/indicators/chaikin.src.js +1 -1
  36. package/es-modules/masters/indicators/cmf.src.js +1 -1
  37. package/es-modules/masters/indicators/cmo.src.js +1 -1
  38. package/es-modules/masters/indicators/dema.src.js +1 -1
  39. package/es-modules/masters/indicators/disparity-index.src.js +1 -1
  40. package/es-modules/masters/indicators/dmi.src.js +1 -1
  41. package/es-modules/masters/indicators/dpo.src.js +1 -1
  42. package/es-modules/masters/indicators/ema.src.js +1 -1
  43. package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
  44. package/es-modules/masters/indicators/indicators-all.src.js +1 -1
  45. package/es-modules/masters/indicators/indicators.src.js +1 -1
  46. package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
  47. package/es-modules/masters/indicators/klinger.src.js +1 -1
  48. package/es-modules/masters/indicators/macd.src.js +1 -1
  49. package/es-modules/masters/indicators/mfi.src.js +1 -1
  50. package/es-modules/masters/indicators/momentum.src.js +1 -1
  51. package/es-modules/masters/indicators/natr.src.js +1 -1
  52. package/es-modules/masters/indicators/obv.src.js +1 -1
  53. package/es-modules/masters/indicators/pivot-points.src.js +1 -1
  54. package/es-modules/masters/indicators/ppo.src.js +1 -1
  55. package/es-modules/masters/indicators/price-channel.src.js +1 -1
  56. package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
  57. package/es-modules/masters/indicators/psar.src.js +1 -1
  58. package/es-modules/masters/indicators/regressions.src.js +1 -1
  59. package/es-modules/masters/indicators/roc.src.js +1 -1
  60. package/es-modules/masters/indicators/rsi.src.js +1 -1
  61. package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
  62. package/es-modules/masters/indicators/stochastic.src.js +1 -1
  63. package/es-modules/masters/indicators/supertrend.src.js +1 -1
  64. package/es-modules/masters/indicators/tema.src.js +1 -1
  65. package/es-modules/masters/indicators/trendline.src.js +1 -1
  66. package/es-modules/masters/indicators/trix.src.js +1 -1
  67. package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
  68. package/es-modules/masters/indicators/vwap.src.js +1 -1
  69. package/es-modules/masters/indicators/williams-r.src.js +1 -1
  70. package/es-modules/masters/indicators/wma.src.js +1 -1
  71. package/es-modules/masters/indicators/zigzag.src.js +1 -1
  72. package/es-modules/masters/modules/accessibility.src.js +1 -1
  73. package/es-modules/masters/modules/annotations-advanced.src.js +1 -1
  74. package/es-modules/masters/modules/annotations.src.js +1 -1
  75. package/es-modules/masters/modules/arrow-symbols.src.js +1 -1
  76. package/es-modules/masters/modules/boost-canvas.src.js +1 -1
  77. package/es-modules/masters/modules/boost.src.js +1 -1
  78. package/es-modules/masters/modules/broken-axis.src.js +1 -1
  79. package/es-modules/masters/modules/bullet.src.js +1 -1
  80. package/es-modules/masters/modules/coloraxis.src.js +1 -1
  81. package/es-modules/masters/modules/current-date-indicator.src.js +1 -1
  82. package/es-modules/masters/modules/cylinder.src.js +1 -1
  83. package/es-modules/masters/modules/data.src.js +1 -1
  84. package/es-modules/masters/modules/datagrouping.src.js +1 -1
  85. package/es-modules/masters/modules/debugger.src.js +1 -1
  86. package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
  87. package/es-modules/masters/modules/dotplot.src.js +1 -1
  88. package/es-modules/masters/modules/drag-panes.src.js +1 -1
  89. package/es-modules/masters/modules/draggable-points.src.js +1 -1
  90. package/es-modules/masters/modules/drilldown.src.js +1 -1
  91. package/es-modules/masters/modules/dumbbell.src.js +1 -1
  92. package/es-modules/masters/modules/export-data.src.js +1 -1
  93. package/es-modules/masters/modules/exporting.src.js +1 -1
  94. package/es-modules/masters/modules/full-screen.src.js +1 -1
  95. package/es-modules/masters/modules/funnel.src.js +1 -1
  96. package/es-modules/masters/modules/funnel3d.src.js +1 -1
  97. package/es-modules/masters/modules/gantt.src.js +1 -1
  98. package/es-modules/masters/modules/grid-axis.src.js +1 -1
  99. package/es-modules/masters/modules/heatmap.src.js +1 -1
  100. package/es-modules/masters/modules/histogram-bellcurve.src.js +1 -1
  101. package/es-modules/masters/modules/item-series.src.js +1 -1
  102. package/es-modules/masters/modules/lollipop.src.js +1 -1
  103. package/es-modules/masters/modules/map.src.js +1 -1
  104. package/es-modules/masters/modules/marker-clusters.src.js +1 -1
  105. package/es-modules/masters/modules/networkgraph.src.js +1 -1
  106. package/es-modules/masters/modules/no-data-to-display.src.js +1 -1
  107. package/es-modules/masters/modules/offline-exporting.src.js +1 -1
  108. package/es-modules/masters/modules/oldie-polyfills.src.js +1 -1
  109. package/es-modules/masters/modules/oldie.src.js +1 -1
  110. package/es-modules/masters/modules/organization.src.js +1 -1
  111. package/es-modules/masters/modules/overlapping-datalabels.src.js +1 -1
  112. package/es-modules/masters/modules/parallel-coordinates.src.js +1 -1
  113. package/es-modules/masters/modules/pareto.src.js +1 -1
  114. package/es-modules/masters/modules/pathfinder.src.js +1 -1
  115. package/es-modules/masters/modules/pattern-fill.src.js +1 -1
  116. package/es-modules/masters/modules/price-indicator.src.js +1 -1
  117. package/es-modules/masters/modules/pyramid3d.src.js +1 -1
  118. package/es-modules/masters/modules/sankey.src.js +1 -1
  119. package/es-modules/masters/modules/series-label.src.js +1 -1
  120. package/es-modules/masters/modules/solid-gauge.src.js +1 -1
  121. package/es-modules/masters/modules/sonification.src.js +1 -1
  122. package/es-modules/masters/modules/static-scale.src.js +1 -1
  123. package/es-modules/masters/modules/stock-tools.src.js +1 -1
  124. package/es-modules/masters/modules/stock.src.js +1 -1
  125. package/es-modules/masters/modules/streamgraph.src.js +1 -1
  126. package/es-modules/masters/modules/sunburst.src.js +1 -1
  127. package/es-modules/masters/modules/tilemap.src.js +1 -1
  128. package/es-modules/masters/modules/timeline.src.js +1 -1
  129. package/es-modules/masters/modules/treegrid.src.js +1 -1
  130. package/es-modules/masters/modules/treemap.src.js +1 -1
  131. package/es-modules/masters/modules/variable-pie.src.js +1 -1
  132. package/es-modules/masters/modules/variwide.src.js +1 -1
  133. package/es-modules/masters/modules/vector.src.js +1 -1
  134. package/es-modules/masters/modules/venn.src.js +1 -1
  135. package/es-modules/masters/modules/windbarb.src.js +1 -1
  136. package/es-modules/masters/modules/wordcloud.src.js +1 -1
  137. package/es-modules/masters/modules/xrange.src.js +1 -1
  138. package/es-modules/masters/themes/avocado.src.js +1 -1
  139. package/es-modules/masters/themes/dark-blue.src.js +1 -1
  140. package/es-modules/masters/themes/dark-green.src.js +1 -1
  141. package/es-modules/masters/themes/dark-unica.src.js +1 -1
  142. package/es-modules/masters/themes/gray.src.js +1 -1
  143. package/es-modules/masters/themes/grid-light.src.js +1 -1
  144. package/es-modules/masters/themes/grid.src.js +1 -1
  145. package/es-modules/masters/themes/high-contrast-dark.src.js +1 -1
  146. package/es-modules/masters/themes/high-contrast-light.src.js +1 -1
  147. package/es-modules/masters/themes/sand-signika.src.js +1 -1
  148. package/es-modules/masters/themes/skies.src.js +1 -1
  149. package/es-modules/masters/themes/sunset.src.js +1 -1
  150. package/highcharts-3d.js +1 -1
  151. package/highcharts-3d.src.js +1 -1
  152. package/highcharts-gantt.js +782 -782
  153. package/highcharts-gantt.js.map +1 -1
  154. package/highcharts-gantt.src.js +109 -87
  155. package/highcharts-more.js +1 -1
  156. package/highcharts-more.src.js +1 -1
  157. package/highcharts.d.ts +30 -9
  158. package/highcharts.js +467 -467
  159. package/highcharts.js.map +1 -1
  160. package/highcharts.src.d.ts +30 -9
  161. package/highcharts.src.js +109 -87
  162. package/highmaps.js +697 -697
  163. package/highmaps.js.map +1 -1
  164. package/highmaps.src.js +109 -87
  165. package/highstock.js +757 -755
  166. package/highstock.js.map +1 -1
  167. package/highstock.src.js +270 -157
  168. package/indicators/acceleration-bands.js +1 -1
  169. package/indicators/acceleration-bands.src.js +1 -1
  170. package/indicators/accumulation-distribution.js +1 -1
  171. package/indicators/accumulation-distribution.src.js +1 -1
  172. package/indicators/ao.js +1 -1
  173. package/indicators/ao.src.js +1 -1
  174. package/indicators/apo.js +1 -1
  175. package/indicators/apo.src.js +1 -1
  176. package/indicators/aroon-oscillator.js +1 -1
  177. package/indicators/aroon-oscillator.src.js +1 -1
  178. package/indicators/aroon.js +1 -1
  179. package/indicators/aroon.src.js +1 -1
  180. package/indicators/atr.js +1 -1
  181. package/indicators/atr.src.js +1 -1
  182. package/indicators/bollinger-bands.js +1 -1
  183. package/indicators/bollinger-bands.src.js +1 -1
  184. package/indicators/cci.js +1 -1
  185. package/indicators/cci.src.js +1 -1
  186. package/indicators/chaikin.js +1 -1
  187. package/indicators/chaikin.src.js +1 -1
  188. package/indicators/cmf.js +1 -1
  189. package/indicators/cmf.src.js +1 -1
  190. package/indicators/cmo.js +1 -1
  191. package/indicators/cmo.src.js +1 -1
  192. package/indicators/dema.js +1 -1
  193. package/indicators/dema.src.js +1 -1
  194. package/indicators/disparity-index.js +1 -1
  195. package/indicators/disparity-index.src.js +1 -1
  196. package/indicators/dmi.js +1 -1
  197. package/indicators/dmi.src.js +1 -1
  198. package/indicators/dpo.js +1 -1
  199. package/indicators/dpo.src.js +1 -1
  200. package/indicators/ema.js +1 -1
  201. package/indicators/ema.src.js +1 -1
  202. package/indicators/ichimoku-kinko-hyo.js +1 -1
  203. package/indicators/ichimoku-kinko-hyo.src.js +1 -1
  204. package/indicators/indicators-all.js +1 -1
  205. package/indicators/indicators-all.src.js +1 -1
  206. package/indicators/indicators.js +1 -1
  207. package/indicators/indicators.src.js +1 -1
  208. package/indicators/keltner-channels.js +1 -1
  209. package/indicators/keltner-channels.src.js +1 -1
  210. package/indicators/klinger.js +1 -1
  211. package/indicators/klinger.src.js +1 -1
  212. package/indicators/macd.js +1 -1
  213. package/indicators/macd.src.js +1 -1
  214. package/indicators/mfi.js +1 -1
  215. package/indicators/mfi.src.js +1 -1
  216. package/indicators/momentum.js +1 -1
  217. package/indicators/momentum.src.js +1 -1
  218. package/indicators/natr.js +1 -1
  219. package/indicators/natr.src.js +1 -1
  220. package/indicators/obv.js +1 -1
  221. package/indicators/obv.src.js +1 -1
  222. package/indicators/pivot-points.js +1 -1
  223. package/indicators/pivot-points.src.js +1 -1
  224. package/indicators/ppo.js +1 -1
  225. package/indicators/ppo.src.js +1 -1
  226. package/indicators/price-channel.js +1 -1
  227. package/indicators/price-channel.src.js +1 -1
  228. package/indicators/price-envelopes.js +1 -1
  229. package/indicators/price-envelopes.src.js +1 -1
  230. package/indicators/psar.js +1 -1
  231. package/indicators/psar.src.js +1 -1
  232. package/indicators/regressions.js +1 -1
  233. package/indicators/regressions.src.js +1 -1
  234. package/indicators/roc.js +1 -1
  235. package/indicators/roc.src.js +1 -1
  236. package/indicators/rsi.js +1 -1
  237. package/indicators/rsi.src.js +1 -1
  238. package/indicators/slow-stochastic.js +1 -1
  239. package/indicators/slow-stochastic.src.js +1 -1
  240. package/indicators/stochastic.js +1 -1
  241. package/indicators/stochastic.src.js +1 -1
  242. package/indicators/supertrend.js +1 -1
  243. package/indicators/supertrend.src.js +1 -1
  244. package/indicators/tema.js +1 -1
  245. package/indicators/tema.src.js +1 -1
  246. package/indicators/trendline.js +1 -1
  247. package/indicators/trendline.src.js +1 -1
  248. package/indicators/trix.js +1 -1
  249. package/indicators/trix.src.js +1 -1
  250. package/indicators/volume-by-price.js +1 -1
  251. package/indicators/volume-by-price.src.js +1 -1
  252. package/indicators/vwap.js +1 -1
  253. package/indicators/vwap.src.js +1 -1
  254. package/indicators/williams-r.js +1 -1
  255. package/indicators/williams-r.src.js +1 -1
  256. package/indicators/wma.js +1 -1
  257. package/indicators/wma.src.js +1 -1
  258. package/indicators/zigzag.js +1 -1
  259. package/indicators/zigzag.src.js +1 -1
  260. package/modules/accessibility.js +1 -1
  261. package/modules/accessibility.src.js +1 -1
  262. package/modules/annotations-advanced.js +16 -16
  263. package/modules/annotations-advanced.js.map +1 -1
  264. package/modules/annotations-advanced.src.js +6 -3
  265. package/modules/annotations.js +16 -16
  266. package/modules/annotations.js.map +1 -1
  267. package/modules/annotations.src.js +6 -3
  268. package/modules/arrow-symbols.js +1 -1
  269. package/modules/arrow-symbols.src.js +1 -1
  270. package/modules/boost-canvas.js +1 -1
  271. package/modules/boost-canvas.src.js +1 -1
  272. package/modules/boost.js +34 -34
  273. package/modules/boost.js.map +1 -1
  274. package/modules/boost.src.js +6 -1
  275. package/modules/broken-axis.js +1 -1
  276. package/modules/broken-axis.src.js +1 -1
  277. package/modules/bullet.js +1 -1
  278. package/modules/bullet.src.js +1 -1
  279. package/modules/coloraxis.js +1 -1
  280. package/modules/coloraxis.src.js +1 -1
  281. package/modules/current-date-indicator.js +1 -1
  282. package/modules/current-date-indicator.src.js +1 -1
  283. package/modules/cylinder.js +1 -1
  284. package/modules/cylinder.src.js +1 -1
  285. package/modules/data.js +1 -1
  286. package/modules/data.src.js +1 -1
  287. package/modules/datagrouping.js +1 -1
  288. package/modules/datagrouping.src.js +1 -1
  289. package/modules/debugger.js +1 -1
  290. package/modules/debugger.src.js +1 -1
  291. package/modules/dependency-wheel.js +1 -1
  292. package/modules/dependency-wheel.src.js +1 -1
  293. package/modules/dotplot.js +1 -1
  294. package/modules/dotplot.src.js +1 -1
  295. package/modules/drag-panes.js +1 -1
  296. package/modules/drag-panes.src.js +1 -1
  297. package/modules/draggable-points.js +1 -1
  298. package/modules/draggable-points.src.js +1 -1
  299. package/modules/drilldown.d.ts +27 -0
  300. package/modules/drilldown.js +16 -16
  301. package/modules/drilldown.js.map +1 -1
  302. package/modules/drilldown.src.d.ts +27 -0
  303. package/modules/drilldown.src.js +40 -14
  304. package/modules/dumbbell.js +1 -1
  305. package/modules/dumbbell.src.js +1 -1
  306. package/modules/export-data.js +1 -1
  307. package/modules/export-data.src.js +1 -1
  308. package/modules/exporting.js +1 -1
  309. package/modules/exporting.src.js +1 -1
  310. package/modules/full-screen.js +1 -1
  311. package/modules/full-screen.src.js +1 -1
  312. package/modules/funnel.js +1 -1
  313. package/modules/funnel.src.js +1 -1
  314. package/modules/funnel3d.js +1 -1
  315. package/modules/funnel3d.src.js +1 -1
  316. package/modules/gantt.js +1 -1
  317. package/modules/gantt.src.js +1 -1
  318. package/modules/grid-axis.js +1 -1
  319. package/modules/grid-axis.src.js +1 -1
  320. package/modules/heatmap.js +1 -1
  321. package/modules/heatmap.src.js +1 -1
  322. package/modules/histogram-bellcurve.js +1 -1
  323. package/modules/histogram-bellcurve.src.js +1 -1
  324. package/modules/item-series.js +1 -1
  325. package/modules/item-series.src.js +1 -1
  326. package/modules/lollipop.js +1 -1
  327. package/modules/lollipop.src.js +1 -1
  328. package/modules/map.js +1 -1
  329. package/modules/map.src.js +1 -1
  330. package/modules/marker-clusters.js +1 -1
  331. package/modules/marker-clusters.src.js +1 -1
  332. package/modules/networkgraph.js +1 -1
  333. package/modules/networkgraph.src.js +1 -1
  334. package/modules/no-data-to-display.js +1 -1
  335. package/modules/no-data-to-display.src.js +1 -1
  336. package/modules/offline-exporting.js +2 -2
  337. package/modules/offline-exporting.src.js +2 -2
  338. package/modules/oldie-polyfills.js +1 -1
  339. package/modules/oldie-polyfills.src.js +1 -1
  340. package/modules/oldie.js +2 -2
  341. package/modules/oldie.src.js +2 -2
  342. package/modules/organization.js +1 -1
  343. package/modules/organization.src.js +1 -1
  344. package/modules/overlapping-datalabels.js +1 -1
  345. package/modules/overlapping-datalabels.src.js +1 -1
  346. package/modules/parallel-coordinates.js +1 -1
  347. package/modules/parallel-coordinates.src.js +1 -1
  348. package/modules/pareto.js +1 -1
  349. package/modules/pareto.src.js +1 -1
  350. package/modules/pathfinder.js +1 -1
  351. package/modules/pathfinder.src.js +1 -1
  352. package/modules/pattern-fill.js +14 -14
  353. package/modules/pattern-fill.js.map +1 -1
  354. package/modules/pattern-fill.src.js +24 -12
  355. package/modules/price-indicator.js +1 -1
  356. package/modules/price-indicator.src.js +1 -1
  357. package/modules/pyramid3d.js +1 -1
  358. package/modules/pyramid3d.src.js +1 -1
  359. package/modules/sankey.js +1 -1
  360. package/modules/sankey.src.js +1 -1
  361. package/modules/series-label.js +1 -1
  362. package/modules/series-label.src.js +1 -1
  363. package/modules/solid-gauge.js +1 -1
  364. package/modules/solid-gauge.src.js +1 -1
  365. package/modules/sonification.js +1 -1
  366. package/modules/sonification.src.js +1 -1
  367. package/modules/static-scale.js +1 -1
  368. package/modules/static-scale.src.js +1 -1
  369. package/modules/stock-tools.js +2 -2
  370. package/modules/stock-tools.src.js +3 -3
  371. package/modules/stock.js +191 -189
  372. package/modules/stock.js.map +1 -1
  373. package/modules/stock.src.js +162 -71
  374. package/modules/streamgraph.js +1 -1
  375. package/modules/streamgraph.src.js +1 -1
  376. package/modules/sunburst.js +1 -1
  377. package/modules/sunburst.src.js +1 -1
  378. package/modules/tilemap.js +1 -1
  379. package/modules/tilemap.src.js +1 -1
  380. package/modules/timeline.js +1 -1
  381. package/modules/timeline.src.js +1 -1
  382. package/modules/treegrid.js +1 -1
  383. package/modules/treegrid.src.js +1 -1
  384. package/modules/treemap.js +1 -1
  385. package/modules/treemap.src.js +1 -1
  386. package/modules/variable-pie.js +1 -1
  387. package/modules/variable-pie.src.js +1 -1
  388. package/modules/variwide.js +1 -1
  389. package/modules/variwide.src.js +1 -1
  390. package/modules/vector.js +1 -1
  391. package/modules/vector.src.js +1 -1
  392. package/modules/venn.js +1 -1
  393. package/modules/venn.src.js +1 -1
  394. package/modules/windbarb.js +1 -1
  395. package/modules/windbarb.src.js +1 -1
  396. package/modules/wordcloud.js +1 -1
  397. package/modules/wordcloud.src.js +1 -1
  398. package/modules/xrange.js +1 -1
  399. package/modules/xrange.src.js +1 -1
  400. package/package.json +1 -1
  401. package/themes/avocado.js +1 -1
  402. package/themes/avocado.src.js +1 -1
  403. package/themes/dark-blue.js +1 -1
  404. package/themes/dark-blue.src.js +1 -1
  405. package/themes/dark-green.js +1 -1
  406. package/themes/dark-green.src.js +1 -1
  407. package/themes/dark-unica.js +1 -1
  408. package/themes/dark-unica.src.js +1 -1
  409. package/themes/gray.js +1 -1
  410. package/themes/gray.src.js +1 -1
  411. package/themes/grid-light.js +1 -1
  412. package/themes/grid-light.src.js +1 -1
  413. package/themes/grid.js +1 -1
  414. package/themes/grid.src.js +1 -1
  415. package/themes/high-contrast-dark.js +1 -1
  416. package/themes/high-contrast-dark.src.js +1 -1
  417. package/themes/high-contrast-light.js +1 -1
  418. package/themes/high-contrast-light.src.js +1 -1
  419. package/themes/sand-signika.js +1 -1
  420. package/themes/sand-signika.src.js +1 -1
  421. package/themes/skies.js +1 -1
  422. package/themes/skies.src.js +1 -1
  423. package/themes/sunset.js +1 -1
  424. package/themes/sunset.src.js +1 -1
package/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "highcharts",
3
- "version": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "main": "highcharts.js",
5
5
  "license": "https://www.highcharts.com/license",
6
6
  "types": "highcharts.d.ts"
@@ -27,7 +27,7 @@
27
27
  top: 5%;
28
28
  left: 15%;
29
29
  overflow-x: hidden;
30
- overflow-y: auto;
30
+ overflow-y: hidden;
31
31
  width: 75%;
32
32
  min-width: 300px;
33
33
  max-width: 600px;
@@ -39,7 +39,7 @@
39
39
  }
40
40
 
41
41
  .highcharts-popup div, .highcharts-popup span {
42
- box-sizing: content-box;
42
+ box-sizing: border-box;
43
43
  }
44
44
 
45
45
  .highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
@@ -47,56 +47,56 @@
47
47
  float: left;
48
48
  width: 100%;
49
49
  margin-bottom: 10px;
50
+ box-sizing: border-box;
50
51
  }
51
52
 
52
53
  .highcharts-popup input {
53
54
  border: 1px solid #e6e6e6;
54
55
  padding: 5px;
55
- width: calc(100% - 12px);
56
+ width: 100%;
56
57
  }
57
58
 
58
59
  .highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
59
- padding: 20px;
60
- height: calc(100% - 84px);
61
- /* 44px - padding, 40px - tabs*/
60
+ height: 100%;
62
61
  float: left;
62
+ overflow-y: auto;
63
63
  }
64
64
 
65
65
  .highcharts-popup-lhs-col.highcharts-popup-lhs-full {
66
- width: calc(100% - 52px);
67
- overflow-y: auto;
66
+ width: 100%;
68
67
  overflow-x: hidden;
69
- height: calc(100% - 140px);
68
+ height: calc(100% - 104px);
70
69
  border: none;
71
- padding: 0px 20px 20px 20px;
70
+ padding: 20px;
71
+ padding-bottom: 10px;
72
72
  }
73
73
 
74
74
  .highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
75
- width: calc(100% - 32px);
75
+ width: 100%;
76
76
  }
77
77
 
78
78
  .highcharts-popup-lhs-col {
79
79
  clear: both;
80
- width: calc(30% - 44px);
80
+ width: 30%;
81
81
  border-right: 1px solid #e6e6e6;
82
82
  }
83
83
 
84
84
  .highcharts-popup-bottom-row {
85
85
  float: left;
86
86
  padding: 0px 20px;
87
- width: calc(100% - 40px);
87
+ padding-bottom: 12px;
88
+ width: 100%;
89
+ border-top: 1px solid #e6e6e6;
88
90
  }
89
91
 
90
92
  .highcharts-popup-rhs-col {
91
- width: calc(70% - 40px);
93
+ width: 70%;
94
+ height: calc(100% - 40px);
95
+ padding: 20px;
92
96
  }
93
97
 
94
98
  .highcharts-popup-rhs-col-wrapper {
95
- float: left;
96
- width: calc(100% - 20px);
97
- padding-right: 20px;
98
- height: calc(100% - 40px);
99
- overflow-y: auto;
99
+ width: 100%;
100
100
  overflow-x: hidden;
101
101
  }
102
102
 
@@ -109,22 +109,22 @@
109
109
  .highcharts-indicator-list {
110
110
  float: left;
111
111
  color: #666;
112
- height: 100%;
112
+ height: calc(100% - 70px);
113
113
  width: 100%;
114
- overflow-y: auto;
115
114
  overflow-x: hidden;
116
115
  margin: 0px;
117
- padding: 0px;
116
+ padding: 15px 0px;
118
117
  }
119
118
 
120
119
  .highcharts-indicator-list li {
121
120
  cursor: pointer;
122
- padding: 0px 0px 5px 0px;
121
+ padding: 5px 20px;
123
122
  margin: 0px;
124
123
  width: 100%;
125
124
  height: auto;
126
125
  overflow: hidden;
127
126
  word-break: break-all;
127
+ box-sizing: border-box;
128
128
  }
129
129
 
130
130
  .highcharts-indicator-list li:hover {
@@ -136,8 +136,9 @@
136
136
  cursor: pointer;
137
137
  display: block;
138
138
  float: left;
139
- padding: 10px;
140
- height: 20px;
139
+ padding: 0px 10px;
140
+ height: 40px;
141
+ line-height: 40px;
141
142
  }
142
143
 
143
144
  .highcharts-tab-item.highcharts-tab-item-active {
@@ -160,8 +161,8 @@
160
161
  .highcharts-popup-close {
161
162
  background-repeat: no-repeat;
162
163
  background-position: 50% 50%;
163
- width: 20px;
164
- height: 20px;
164
+ width: 40px;
165
+ height: 40px;
165
166
  cursor: pointer;
166
167
  position: absolute;
167
168
  padding: 10px;
@@ -225,7 +226,7 @@
225
226
 
226
227
  .highcharts-popup .highcharts-popup-main-title {
227
228
  border-bottom: 1px solid #e6e6e6;
228
- margin: 0px 0px 20px 0px;
229
+ margin: 0px;
229
230
  padding: 8px 0px 6px 20px;
230
231
  }
231
232
 
@@ -33,7 +33,7 @@ $button-hover-color: #e6ebf5;
33
33
  top: 5%;
34
34
  left: 15%;
35
35
  overflow-x: hidden;
36
- overflow-y: auto;
36
+ overflow-y: hidden;
37
37
  width: 75%;
38
38
  min-width: 300px;
39
39
  max-width: 600px;
@@ -45,7 +45,7 @@ $button-hover-color: #e6ebf5;
45
45
  }
46
46
 
47
47
  .highcharts-popup div, .highcharts-popup span {
48
- box-sizing: content-box;
48
+ box-sizing: border-box;
49
49
  }
50
50
 
51
51
  .highcharts-popup input, .highcharts-popup label, .highcharts-popup select {
@@ -53,55 +53,56 @@ $button-hover-color: #e6ebf5;
53
53
  float: left;
54
54
  width: 100%;
55
55
  margin-bottom: 10px;
56
+ box-sizing: border-box;
56
57
  }
57
58
 
58
59
  .highcharts-popup input {
59
60
  border: 1px solid #e6e6e6;
60
61
  padding: 5px;
61
- width: calc(100% - 12px);
62
+ width: 100%;
62
63
  }
63
64
 
64
65
  .highcharts-popup-lhs-col, .highcharts-popup-rhs-col {
65
- padding: 20px;
66
- height: calc(100% - 84px); /* 44px - padding, 40px - tabs*/
66
+ height: 100%;
67
67
  float: left;
68
+ overflow-y: auto;
68
69
  }
69
70
 
70
71
  .highcharts-popup-lhs-col.highcharts-popup-lhs-full {
71
- width: calc(100% - 52px);
72
- overflow-y: auto;
72
+ width: 100%;
73
73
  overflow-x: hidden;
74
- height: calc(100% - 140px);
74
+ height: calc(100% - 104px);
75
75
  border: none;
76
- padding: 0px 20px 20px 20px;
76
+ padding: 20px;
77
+ padding-bottom: 10px;
77
78
  }
78
79
 
79
80
  .highcharts-popup-lhs-col.highcharts-popup-lhs-full + .highcharts-popup-bottom-row {
80
- width: calc(100% - 32px);
81
+ width: 100%;
81
82
  }
82
83
 
83
84
  .highcharts-popup-lhs-col {
84
85
  clear: both;
85
- width: calc(30% - 44px);
86
+ width: 30%;
86
87
  border-right: 1px solid #e6e6e6;
87
88
  }
88
89
 
89
90
  .highcharts-popup-bottom-row {
90
91
  float: left;
91
92
  padding: 0px 20px;
92
- width: calc(100% - 40px);
93
+ padding-bottom: 12px;
94
+ width: 100%;
95
+ border-top: 1px solid #e6e6e6;
93
96
  }
94
97
 
95
98
  .highcharts-popup-rhs-col {
96
- width: calc(70% - 40px);
99
+ width: 70%;
100
+ height: calc(100% - 40px);
101
+ padding: 20px;
97
102
  }
98
103
 
99
104
  .highcharts-popup-rhs-col-wrapper {
100
- float: left;
101
- width: calc(100% - 20px);
102
- padding-right: 20px;
103
- height: calc(100% - 40px);
104
- overflow-y: auto;
105
+ width: 100%;
105
106
  overflow-x: hidden;
106
107
  }
107
108
 
@@ -114,22 +115,22 @@ $button-hover-color: #e6ebf5;
114
115
  .highcharts-indicator-list {
115
116
  float: left;
116
117
  color: #666;
117
- height: 100%;
118
+ height: calc(100% - 70px);
118
119
  width: 100%;
119
- overflow-y: auto;
120
120
  overflow-x: hidden;
121
121
  margin: 0px;
122
- padding: 0px;
122
+ padding: 15px 0px;
123
123
  }
124
124
 
125
125
  .highcharts-indicator-list li {
126
126
  cursor: pointer;
127
- padding: 0px 0px 5px 0px;
127
+ padding: 5px 20px;
128
128
  margin: 0px;
129
129
  width: 100%;
130
130
  height: auto;
131
131
  overflow: hidden;
132
132
  word-break: break-all;
133
+ box-sizing: border-box;
133
134
  }
134
135
 
135
136
  .highcharts-indicator-list li:hover {
@@ -141,8 +142,9 @@ $button-hover-color: #e6ebf5;
141
142
  cursor: pointer;
142
143
  display: block;
143
144
  float:left;
144
- padding: 10px;
145
- height: 20px;
145
+ padding: 0px 10px;
146
+ height: 40px;
147
+ line-height: 40px;
146
148
  }
147
149
 
148
150
  .highcharts-tab-item.highcharts-tab-item-active {
@@ -165,8 +167,8 @@ $button-hover-color: #e6ebf5;
165
167
  .highcharts-popup-close {
166
168
  background-repeat: no-repeat;
167
169
  background-position: 50% 50%;
168
- width: 20px;
169
- height: 20px;
170
+ width: 40px;
171
+ height: 40px;
170
172
  cursor: pointer;
171
173
  position: absolute;
172
174
  padding: 10px;
@@ -229,7 +231,7 @@ $button-hover-color: #e6ebf5;
229
231
 
230
232
  .highcharts-popup .highcharts-popup-main-title {
231
233
  border-bottom: 1px solid #e6e6e6;
232
- margin: 0px 0px 20px 0px;
234
+ margin: 0px;
233
235
  padding: 8px 0px 6px 20px;
234
236
  }
235
237
 
@@ -9,18 +9,18 @@
9
9
  * */
10
10
  'use strict';
11
11
  import A from '../Animation/AnimationUtilities.js';
12
- var animObject = A.animObject;
13
- import AxisDefaults from './AxisDefaults.js';
14
12
  import Color from '../Color/Color.js';
13
+ import Palette from '../Color/Palette.js';
14
+ import D from '../DefaultOptions.js';
15
15
  import F from '../Foundation.js';
16
- var registerEventOptions = F.registerEventOptions;
17
16
  import H from '../Globals.js';
17
+ import U from '../Utilities.js';
18
+ import AxisDefaults from './AxisDefaults.js';
19
+ import Tick from './Tick.js';
20
+ var animObject = A.animObject;
21
+ var registerEventOptions = F.registerEventOptions;
18
22
  var deg2rad = H.deg2rad;
19
- import Palette from '../Color/Palette.js';
20
- import D from '../DefaultOptions.js';
21
23
  var defaultOptions = D.defaultOptions;
22
- import Tick from './Tick.js';
23
- import U from '../Utilities.js';
24
24
  var arrayMax = U.arrayMax, arrayMin = U.arrayMin, clamp = U.clamp, correctFloat = U.correctFloat, defined = U.defined, destroyObjectProperties = U.destroyObjectProperties, erase = U.erase, error = U.error, extend = U.extend, fireEvent = U.fireEvent, getMagnitude = U.getMagnitude, isArray = U.isArray, isNumber = U.isNumber, isString = U.isString, merge = U.merge, normalizeTickInterval = U.normalizeTickInterval, objectEach = U.objectEach, pick = U.pick, relativeLength = U.relativeLength, removeEvent = U.removeEvent, splat = U.splat, syncTimeout = U.syncTimeout;
25
25
  /* *
26
26
  *
@@ -557,13 +557,13 @@ var Axis = /** @class */ (function () {
557
557
  val -= minPixelPadding;
558
558
  // from chart pixel to value:
559
559
  returnValue = val / localA + localMin;
560
- if (doPostTranslate) { // log and ordinal axes
560
+ if (doPostTranslate) { // log, ordinal and broken axis
561
561
  returnValue = axis.lin2val(returnValue);
562
562
  }
563
563
  // From value to pixels
564
564
  }
565
565
  else {
566
- if (doPostTranslate) { // log and ordinal axes
566
+ if (doPostTranslate) { // log, ordinal and broken axis
567
567
  val = axis.val2lin(val);
568
568
  }
569
569
  returnValue = isNumber(localMin) ?
@@ -2457,16 +2457,18 @@ var Axis = /** @class */ (function () {
2457
2457
  *
2458
2458
  * @param {number} pos
2459
2459
  * The position in axis values.
2460
+ *
2461
+ * @param {boolean} slideIn
2462
+ * Whether the tick should animate in from last computed position
2460
2463
  */
2461
- Axis.prototype.renderMinorTick = function (pos) {
2464
+ Axis.prototype.renderMinorTick = function (pos, slideIn) {
2462
2465
  var axis = this;
2463
- var slideInTicks = axis.chart.hasRendered && axis.old;
2464
2466
  var minorTicks = axis.minorTicks;
2465
2467
  if (!minorTicks[pos]) {
2466
2468
  minorTicks[pos] = new Tick(axis, pos, 'minor');
2467
2469
  }
2468
2470
  // Render new ticks in old position
2469
- if (slideInTicks && minorTicks[pos].isNew) {
2471
+ if (slideIn && minorTicks[pos].isNew) {
2470
2472
  minorTicks[pos].render(null, true);
2471
2473
  }
2472
2474
  minorTicks[pos].render(null, false, 1);
@@ -2482,9 +2484,12 @@ var Axis = /** @class */ (function () {
2482
2484
  *
2483
2485
  * @param {number} i
2484
2486
  * The tick index.
2487
+ *
2488
+ * @param {boolean} slideIn
2489
+ * Whether the tick should animate in from last computed position
2485
2490
  */
2486
- Axis.prototype.renderTick = function (pos, i) {
2487
- var axis = this, isLinked = axis.isLinked, ticks = axis.ticks, slideInTicks = axis.chart.hasRendered && axis.old;
2491
+ Axis.prototype.renderTick = function (pos, i, slideIn) {
2492
+ var axis = this, isLinked = axis.isLinked, ticks = axis.ticks;
2488
2493
  // Linked axes need an extra check to find out if
2489
2494
  if (!isLinked ||
2490
2495
  (pos >= axis.min && pos <= axis.max) ||
@@ -2495,7 +2500,7 @@ var Axis = /** @class */ (function () {
2495
2500
  // NOTE this seems like overkill. Could be handled in tick.render by
2496
2501
  // setting old position in attr, then set new position in animate.
2497
2502
  // render new ticks in old position
2498
- if (slideInTicks && ticks[pos].isNew) {
2503
+ if (slideIn && ticks[pos].isNew) {
2499
2504
  // Start with negative opacity so that it is visible from
2500
2505
  // halfway into the animation
2501
2506
  ticks[pos].render(i, true, -1);
@@ -2525,17 +2530,19 @@ var Axis = /** @class */ (function () {
2525
2530
  });
2526
2531
  // If the series has data draw the ticks. Else only the line and title
2527
2532
  if (axis.hasData() || isLinked) {
2533
+ var slideInTicks_1 = axis.chart.hasRendered &&
2534
+ axis.old && isNumber(axis.old.min);
2528
2535
  // minor ticks
2529
2536
  if (axis.minorTickInterval && !axis.categories) {
2530
2537
  axis.getMinorTickPositions().forEach(function (pos) {
2531
- axis.renderMinorTick(pos);
2538
+ axis.renderMinorTick(pos, slideInTicks_1);
2532
2539
  });
2533
2540
  }
2534
2541
  // Major ticks. Pull out the first item and render it last so that
2535
2542
  // we can get the position of the neighbour label. #808.
2536
2543
  if (tickPositions.length) { // #1300
2537
2544
  tickPositions.forEach(function (pos, i) {
2538
- axis.renderTick(pos, i);
2545
+ axis.renderTick(pos, i, slideInTicks_1);
2539
2546
  });
2540
2547
  // In a categorized axis, the tick marks are displayed
2541
2548
  // between labels. So we need to add a tick mark and
@@ -900,7 +900,6 @@ var AxisDefaults;
900
900
  * Show labels over two lines
901
901
  *
902
902
  * @since 2.1
903
- * @apioption xAxis.labels.staggerLines
904
903
  */
905
904
  staggerLines: 0,
906
905
  /**