You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/11/24 01:44:50 UTC

[GitHub] [echarts] pissang commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

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-unsubscribe@echarts.apache.org

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



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