
Adds new feature to vertically scroll plot area, plus improvements for waterfall and packedbubble chart series.
Features
- 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.