Highcharts Stock v12.5.0

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 of annotations.
    • Removed the EMA indicator file, since it is a part of the indicators.js file.
    • Added feature to let linked series inherit the compare option from their parent.

不具合の修正

  • Fixes in Highcharts Core v12.5.0:
    • Fixed the last four of the default pattern fill definitions which had undefined color.
    • Fixed SeriesRegistry which was unavailable in custom ESM bundle because of circular import.
    • Fixed tooltip header which was rendered incorrectly for Chinese and other non-latin scripts.
    • Fixed tooltips with stickOnContact which now remain visible when the cursor leaves a point and re-enters the tooltip container within hideDelay.
    • Fixed points in boosted chart with zones that had the wrong color when not within a zone.
    • Fixed pie data labels which were misplaced after a chart size change.
    • Fixed a regression in templating which was causing bad formatting of decimal timestamps.
    • Fixed boosted series color which was wrong after updating to empty zones.
    • Fixed tooltip which was not rendering for heatmap cell on hover after dataClass legend toggle.
    • Fixed axis names which weren't translated in screen reader output.
    • Fixed gauge clip box which was incorrect when the pane position was close to the edge of the chart.
    • Fixed dataLabels.zIndex which was ignored, so labels could render above series regardless of the setting.
    • The Adaptive theme didn't work in Shadow DOM.
    • Disabled markers were appearing after zooming out when the accessibility module was loaded and the chart was in styled mode.
    • The chart.alignThreshold option did not always take effect after zooming.
    • Updating series with multiple data labels failed.
  • Fixes in Highcharts Stock v12.5.0:
    • className was not applied to flag points.
    • Fixed loading modules/annotations.js and modules/annotations-advanced.js at the same time didn't work.
    • Update was causing overscroll recalculations.
    • Fixed regression in range selector data grouping.
    • rangeSelector events were not working in standalone navigator.
    • Font size of crosshair label in styledMode was too large.
    • Fixed vertical panning which didn't work in series using OHLC data.
    • Fixed text-align attribute which was incorrectly set for the Range selector group.
    • Fixed invalid chart.plotHeight set with rangeSelector on shorter charts.
    • Fixed range selector style update which was not working.
    • MACD series color was changed on each series update.
    • Last price indicator was not hidden with parent series.
    • Unable to set rangeSelector button with offsetMin as selected.
    • Fixed rangeSelector dropdown which was not working after resize.