dousee163 opened a new issue #10037: 整个图表加载完成如何监听?rendered和finished都不正确
URL: https://github.com/apache/incubator-echarts/issues/10037
 
 
   ### Version
   4.2.1-rc.3
   
   ### Steps to reproduce
   比如
   var myChart = echarts.init(...);
   myChart.setOption(...);
   myChart.on('......', function() {
   //我的代码在这里
   });
   
   ### What is expected?
   我要图表的所有绘画结束之后,调用ajax处理其他逻辑。
   应该怎么写?
   
   ### What is actually happening?
   没有回调函数
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to