Highcharts JS v7.1.2

Released: Jun 3, 2019

Updates in v7.1.2

Funktionen

  • Added new feature, vertically scrollable plot area.
    This adds native scrolling features vertically, and is enabled using the chart.scrollablePlotArea.minHeight setting.
  • Deprecated the 'labels' option in favor of 'annotations'.
  • Added stack labels feature to waterfall series.
  • Added auto alignment for solid gauges with two labels.
  • Improved performance for exporting packedbubble series.
  • Added 'series.nodes[index].remove()' method to networkgraph series to remove a node with all connected links.
  • Added support for percentage value in yAxis.labels.distance option for gauge series.