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 2022/02/16 11:52:59 UTC

[GitHub] [echarts] rundleman commented on issue #16503: [Bug] Custom series doesn't remove previously rendered items any more

rundleman commented on issue #16503:
URL: https://github.com/apache/echarts/issues/16503#issuecomment-1041409832


   Hello! I have the same problem. I am also very surprised by the performance increase in version 5.3.0. It is possible to manually delete old data. For example like this:
   `  chart.setOption({ series: [] }, {
       notMerge: true,
     });`
   https://codepen.io/rundleman/pen/yLPPzmj


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