You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/26 02:20:04 UTC

[GitHub] [incubator-echarts] SilvaYH opened a new issue #10738: 地图点击事件无响应,mouseover事件有响应

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org