Highcharts Stock v11.3.0

Released: Jan 10, 2024

Updates in v11.3.0

Funktionen

  • Implemented native handling of 'time.timezone' option, making dependency on moment.js redundant.
  • Added new 'colorAxis.width' and 'colorAxis.height' options, allowing absolute or relative size.
  • Added new 'chart.axisLayoutRuns' option which allows opting in for more predictable axis tick and label layout, at the cost of performance.
  • Added new default legendSymbol for area series and its derivatives.

Fehlerkorrekturen

  • series.searchPoint returned undefined after annotation redraw.
  • If the last point in the dataset was from a scatter series, it was invisible.
  • A combination of scatter, boost and ordinal axis threw error about processedXData.
  • Chart update failed with dataGrouping and dataSorting.
  • Data grouping anchor positions weren't working correctly if there was only one point. Also tooltip didn't take into consideration the anchors.
  • The rangeSelector button state was not preserved after adding data to a series.
  • Incorrect zooming with multiple series and ordinal axis.
  • The range selector All button is now auto-selected if the data range is smaller than the selected range.
  • Click event wasn't bound correctly for annotations with HTML labels.
  • Trendline was not working for duplicate x values.
  • HeikinAshi and Hollow Candlestick were not working with certain dataGrouping periods.