eapatel commented on issue #16095:
URL: https://github.com/apache/echarts/issues/16095#issuecomment-977415394


   Thanks for the response @pissang.
   
   I also used setOptions to update the data and was accumulating only 100 
data. For example, when the length of the series reaches 100 then start 
deleting the first data (e.g. series.data[0]) and adding new data at the end. 
However, with this concept, browser freezes since from the beginning when 
updating the data. 
   
   While with appendData, I can at least see browser gets freeze after certain 
time say for example after half and hour or so and this is because I'm not 
finding any way to remove old data.
   
   So I'm looking for a way to delete the old data so that the browser works 
smoothly. For example when the length of the series reaches 100 then start 
deleting the first data (e.g. series.data[0]) and add new data at the end. Is 
it possible to achieve with appendData?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to