You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing out the series data plots the new points correctly, but it draws the lines incorrectly. Instead of drawing a line from the last point in the series to the new point, it draws the line from the first point to the new point without erasing the old line in between. Is there a way to force a complete redraw?
The text was updated successfully, but these errors were encountered:
I should probably add that the whole data set has to be updated, not just a single point. Data can be updated at any point across the x-axis and not just the last in the series.
Thank you for your report. Could you try produce live example (using CodeSandbox or StackBlitz platform), where the issue occurs? I need to see how exactly are you updating your data.
Additionally, I have to point out that the series should be sorted by x values (timestamps), otherwise you will always get the effect above. Please tell me, have you noticed some errors (e.g Highcharts error 15) after opening a browser console?
Changing out the series data plots the new points correctly, but it draws the lines incorrectly. Instead of drawing a line from the last point in the series to the new point, it draws the line from the first point to the new point without erasing the old line in between. Is there a way to force a complete redraw?
The text was updated successfully, but these errors were encountered: