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


   I'm not sure the amount of your data. But keep appending data without 
removing the old data is not a good idea.  `appendData` is used for streaming 
data. But we can do nothing if the data increases unlimitedly. It will bring 
lot's of pressure to the memory and GC. 
   
   Instead you can use `setOption` to update the data. And keep the amount of 
data under a line(this line can be arbitrary).


-- 
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