Highcharts Suite 新版本发表

Released: Jan 12, 2026

v12.5.0 中的更新

特性

  • New in Highcharts Core v12.5.0:
    • Added support for dendrograms by allowing treegraph charts to be plotted against an x-axis.
    • Added new option, legend.maxWidth.
    • Added the color-scheme CSS property across CSS files and Adaptive theme, to allow setting any color with the light-dark() CSS function.
    • Added a warning when chart.styledMode is enabled and the required CSS file is not loaded.
  • New in Highcharts Stock v12.5.0:
    • Added className option in navigation.bindings to allow for CSS customizations...

Released: Sep 4, 2025

v12.4.0 中的更新

特性

  • New in Highcharts Core v12.4.0:
    • Enhanced bell-curve and histogram series to accept the data option directly. An array of numbers can now be passed in, instead of being derived from another series in the chart.
    • Added inlining of web fonts when exporting chart to image.
      • The new font inlining feature can be bypassed by defining a fontFamily in exporting.chartOptions.
    • Implemented more granular border radius options on polar bar charts and radial gauge plot bands.
    • Added support for boosted series...

Released: Jun 21, 2025

v12.3.0 中的更新

特性

  • New in Highcharts 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.
    • Added new adaptive.js theme, supporting dark/light mode switching with the default palette in non-styled mode.

修补程序

  • Fixes in Highcharts Core v12.3.0:
    • Hovering a changing packed...

Released: Apr 7, 2025

v12.2.0 中的更新

特性

  • New in Highcharts Core v12.2.0:
    • Added support for native color-mix. This means colors don't have to be parsed and analyzed in order to allow tweening and modification. Which means full support for CSS variables, named colors and all color definitions known to the browser.
    • Added experimental flag, HTMLElement.useForeignObject. When true, labels with the useHTML flag are rendered inside a <foreignObject> in SVG, instead of the traditional parallel div structure.
    • Added ESM bundles for...

Released: Dec 21, 2024

v12.1.2 中的更新

修补程序

  • Fixed: a regression in v12.1.1 causing Highcharts to crash when loaded from a script tag in the head section.

Released: Dec 20, 2024

v12.1.1 中的更新

修补程序

  • Fixed: the global Highcharts.dateTime function didn't pick the locale from the html.lang attribute, fell back to browser default.
  • Fixed: min and max settings in exporting.chartOptions axis options were not respected if the user had interacted with the axis.
  • Fixed: a regression in v12 causing wrong number formatting with lang.decimalPoint and lang.thousandsSep set to , and . respectively (European style).
  • Fixed: a regression in v12.1.0 causing bad alignment of text inside the reset zoom...

Released: Dec 17, 2024

v12.1.0 中的更新

特性

  • Added new treemap feature, the grouping of small leaf nodes, configured by the treemap.cluster option.

修补程序

  • Fixed: a regression causing wrong tooltip header with plus sign in date formats.
  • Fixed: treemap data label padding was not respected.
  • Fixed: multiline text was not centered within data labels.
  • Fixed: some tooltip date formats were not correctly replaced.
  • Fixed: setting the time.timezone option explicitly to undefined didn't work as described.
  • Fixed: stickyTracking was broken for...

Released: Dec 4, 2024

v12.0.2 中的更新

修补程序

  • Fixed: numeric font-size for labels didn't work as announced.
  • Fixed: v12 modules didn't work with highstock, highmaps and highcharts-gantt NPM bundles.
  • Fixed: drilldown breadcrumb showed the wrong label when scrollbar was enabled.
  • Fixed: tooltip could spill over at certain widths.
  • Fixed: missing points in scatter series with boost.
  • Fixed: only the first zone got shadow when shadow was true.

Released: Nov 28, 2024

v12.0.1 中的更新

修补程序

  • Fixed: compiled files were not available on npm.

Released: Nov 27, 2024

v12.0.0 中的更新

特性

  • Refactored the Series class to organize its data in a DataTable instead of parallel arrays. Removed the internal Series properties xData, yData, processedXData and processedYData, as well as some additional series-specific data arrays, in favor of Series.dataTable.
  • Added support for data.x values as date strings. These can now be defined for example as '2024-10-03' as a more human readable alternative to timestamps.
  • Also allowed date string in other options referring to x values, like...