Hello, I've upgraded Highcharts from 8.1 to the latest 9.2.2 and the flip axes usecase fails. Calling `chart.update(updatedConfig, true, true, false)` updates the axis information, but it also removes the series. This is unexpected becase the `updatedConfig` object does not have the `series` field. ...