SilvaYH opened a new issue #10738: 地图点击事件无响应,mouseover事件有响应
URL: https://github.com/apache/incubator-echarts/issues/10738
 
 
   echart 版本4.2.1  
   // 在地图中 绑定事件 这样写有效果 
           this.chart.on('click', function(params) {
             console.log(params)
           })
    // 绑定事件 这样写有效果 
           this.chart.on('mouseover', function(params) {
             console.log(params)
           })
   换成3.50 仍然无效

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