eniaclyl opened a new issue #11120: 无法正确删除图元
URL: https://github.com/apache/incubator-echarts/issues/11120
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xcUz8mQAdp&v=1](https://gallery.echartsjs.com/editor.html?c=xcUz8mQAdp&v=1)
   
   ### Steps to reproduce
   单击直线可以正确删除,单击圆无法删除
   
   ### What is expected?
   单击圆也可以正确删除
   
   ### What is actually happening?
   单击圆无法删除
   
   ---
   如果改为如下代码会删除真个坐标系,这是错误的效果
   myChart.setOption({
               graphic: [{
                   elements: []
               }]
           }, true);
   
   <!-- 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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to