Fixed #15867, comparing an indicator with multiple lines (eg Bollinger Bands) was not possible.
Fixed #16036, VBP indicator graphic did not update correctly with volumeDivision enabled.
Fixed #15729, annotation did not stay selected after dragging.
Fixed #16011, some labels/shapes disappeared when updating annotation with multiple labels/shapes and not passing in any labels/shapes.
Fixed #15725, adding annotations with multiple steps used the wrong axis coordinates when moving the cursor to a different pane.
Fixed #15726, rectangle annotations were not clipped.
Fixed #15730, toolbar popup did not get hidden when hiding the selected annotation.
Fixed #15952, annotation afterUpdate event did not fire when using control point.
Fixed #15864, a regression in the navigator. When rangeSelector.selected was set, the navigator had the wrong position after adding a series to an empty chart.
Fixed #15733, missing ‘Periods’ label in Stock Tools pop-up for some indicators.
Fixed #15849, candlestick fill was wrong when updating point data from rising to falling.
Fixed #6765, changed how and when the dataGrouping should be fired for multiple series when one of them doesn’t require grouping.
Fixed #2406, fixed val2lin method to correctly calculate positions outside the visible plotArea in ordinal axis.
HIGHCHARTS CORE v9.2.0 CHANGES
These core changes also apply to this moduleEXPANDCOLLAPSE
Improved ES module architecture with support for tree shaking of the most commonly used modules. See #8667.
Fixed #16080, #13705, sankey chart with self-referential points broke on redraw.
Fixed #16084, #13671, updating timeline chart did not work properly in some cases.
Fixed #15334, some waterfall data labels did not show for points below threshold.
Fixed #16062, lines after the first line break in text with useHTML set to true were misaligned in exported charts when exporting.allowHTML was set to false.
Fixed #16053, color axis disappeared after toggling legend.
Fixed #16044, draggable point guide box was not big enough when the point was partially outside the end of the axis.
Fixed #16042, 1px gaps showed between some xrange points when there was no gaps in the data.
Fixed #1441, datetime axis ticks did not get date/time formatting applied when tickPositions were set.