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
I gonna append candlestick data with socket channel on echart.
But while zooming is running, if socket data is received, then append data occur error.
How to fix it?
Also, DataZoom call back is triggered only dataZoom is finixhed.
How to check datazooom is running?
The text was updated successfully, but these errors were encountered:
Also running into this issue. I'm using echarts version 5.5.1. The only workaround I have as of now is to detect when the datazoom is zoomed in by following datazoom events, checking the bounds and if start is 0 and end is 100, I stop appending data, otherwise I enable it. This isn't a great workaround, because for my use case, users will probably want to zoom in on data as it comes in.
Unfortunately, this error pops up every once in a while too, and only when datazoom is active and new data is appended using appendData(), and this causes the chart to freeze entirely:
I gonna append candlestick data with socket channel on echart.
But while zooming is running, if socket data is received, then append data occur error.
How to fix it?
Also,
DataZoom
call back is triggered only dataZoom is finixhed.How to check datazooom is running?
The text was updated successfully, but these errors were encountered: