eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-987465672
Thanks @pissang for the reply. I implemented replaceMerged feature to solve my main issue (to improve the performance of the globe and prevent browser crashes). However. by using replaceMerged ,the browser and globe performance is too slow compared to using the setOption and appendData feature. I think appendData is the best way to handle large amount of data. Can you please help to solve my problem using appendData? Is there a way to remove old data from browser and keep adding new ones using 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
