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/16 06:36:30 UTC

[GitHub] [echarts] laijinsheng commented on issue #7125: echarts动态数据+时间坐标轴 内存溢出,页面崩溃

laijinsheng commented on issue #7125:
URL: https://github.com/apache/echarts/issues/7125#issuecomment-969914807


   
setInterval(function(){

       myChart.clear();
 
      myChart.setOption(option)
 
   
}, 5000)

   
   目前通过该方法可以解决内存泄漏问题 但是5秒页面闪一下 感觉有点恶心
   


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