You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/05/10 03:01:46 UTC

[GitHub] Adelaide1014 commented on issue #8225: lines使用effect后 无法clear()

Adelaide1014 commented on issue #8225: lines使用effect后 无法clear()
URL: https://github.com/apache/incubator-echarts/issues/8225#issuecomment-387937623
 
 
   需要注意加载顺序,若是图标没有加载完成就执行了chart.clear();就不会起作用;
   可以
   <pre>
   setTimeout(function() {
       chart.clear();
       //chart.dispose();
   }, 10000);
   </pre>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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