Hi,
I have an issue with using the newest version of highcharts to dynamically update series data. The series themselves are not supposed to change, just the numeric data values. But when I update(), all the y values are getting painted at y = 0.
To reproduce, see the desired behavior in the stackblitz and then update package.json to 11.1.0 see the issue behavior.
https://stackblitz.com/edit/react-highs ... st-version
(Thank you for quick and helpful replies to my past questions!)