Highcharts Stock JS v8.2.x

Released: Aug 20, 2020

Atualizações na v8.2.x

v8.2.2

Updated Oct 22, 2020

Fixes

  • Fixed #14060, navigator's yAxis did not match the chart.
  • Fixed #14254, the plotBands.acrossPanes option had no effect.
  • Fixed #13751, wrong clip path after adding/removing series.
  • Fixed #13950, in StockTools, adding technical indicators to column-type series did not use the same dataGrouping.approximation.
  • Fixed #13811, Point.partialFill didn't override Series.partialFill.
  • Fixed #14356, offline PDF export failed for larger datasets.
  • Fixed #14352, wrong button text displayed when chart initialized with a table.
  • Fixed #14349, first point being null broke the accessibility screen reader.
  • Fixed #14366, error in boost module on older Windows installations.
  • Fixed #14050, error when passing empty dataLabels array columnrange and related series.
  • Fixed #14298, Chrome complained about touch events not being cancelable when calling preventDefault.
  • Fixed #14310, addPlotBandOrLine didn't check if the axis was visible before rendering.
  • Fixed #14278, first point was highlighted on long touch when the accessibility module was loaded.
  • Fixed #13956, annotations had the wrong position for resized Y axis.
  • Fixed #14230, chart.update failed to update time options in some cases.

v8.2.0

Updated Aug 20, 2020

Features

  • Reorganized source file structure and naming.
  • Added defer as animation parameter. This allows for granular deferring of series animation, labels etc.
  • Added toggle feature for the data table in the export-data module.
  • Added support for configuring sonification options in the chart configuration, as well as support for disabling individual series, configuring master volume, and inverted polarity mapping. Note that chart configuration options are still considered experimental and may change.
  • Added new option, time.moment, allowing the moment.js library to be used without being available in the window context.

Fixes

  • Fixes in Highcharts Stock v8.2.0
    • Fixed #13205, range selector showed wrong values ​​after update.
    • Fixed #13664, measure had wrong position when used on a positioned Y axis.
    • Fixed issue with range selector buttons text color, see #13798.
    • Fixed #13788, adding data to an empty chart and updating rangeSelector.selected altogether did not render new series.
    • Fixed #13813, hiding series when dataGrouping was enabled and legend.layout was set to "proximate" used to render legend item at the wrong position.