Highcharts v12.3.0

Core v12.3.0 ·
  • Refactored the exporting modules (exporting.js and offline-exporting.js), making local export default for the PNG, JPEG, and SVG types.
  • Introduced a new module non-cartesian-zoom, which adds zooming functionality to non-cartesian series like treegraph, sankey, wordcloud, pie and more. Read more in the docs.
  • Added new theme, adaptive.js, supporting dark/light mode switching with the default palette in non-styled mode.
UPGRADE NOTES EXPAND COLLAPSE
  • PNG, JPEG and SVG exports from the context menu will now be handled locally in the browser, unless explicitly disabled by setting exporting.local to false.
11 BUGFIXES EXPAND COLLAPSE
  • Fixed #22892, hovering a changing packed bubble series could result in error thrown.
  • Fixed #22563, Accessibility module caused a deprecation warning in Edge.
  • Fixed #22264, users could not supply strings of numbers for style.borderRadius.
  • Fixed #20330, hovered points in boost mode persisted outside the plot area after zoom.
  • Fixed #23081, bar series hover style with was not applied in styled mode.
  • ​Fixed #22945, selection event did not fire when selecting full x-axis range.
  • Fixed #22168, could not toggle series visibility after loading highcharts-more.js dynamically.
  • Fixed #22953, disappearing points in item charts with height constraint.
  • Fixed #8333, local PDF export for a boosted chart was not working.
  • Fixed #20611, wrong linear x-axis extremes for variwide series.
  • Fixed #22045, sorting the data export table broke the DOM structure, affecting styling.