eniaclyl commented on issue #11109: TypeError: Cannot read property 'charAt' of 
undefined
URL: 
https://github.com/apache/incubator-echarts/issues/11109#issuecomment-525542951
 
 
   @yufeng04  另一个问题,我使用下面的方法无法删除图表上的数据,当我再次缩放一次图表,要删除的项才消失,如何立刻更新
   var opt = myChart.getOption();
   opt.graphic[0].elements.splice(1, 1);
   myChart.setOption({
               graphic: [{
                   elements: opt.graphic[0].elements
               }]
           });

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