adu8419 opened a new issue #12863:
URL: https://github.com/apache/incubator-echarts/issues/12863


   ### Version
   4.8.0
   
   ### Steps to reproduce
   配置项:
    silent: false,
    triggerEvent: true, 
   
   //点击事件代码
   this.charts.on('click', function (params) {
                console.log(123)    
     });
   
   ### What is expected?
   每次点击雷达图指示器文字都能执行console.log(123)
   
   ### 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:
us...@infra.apache.org



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

Reply via email to