[Bug] echarts-gl的地图监听不了地点的数据信息点击事件

kse8i1jr  于 3个月前  发布在  Echarts
关注(0)|答案(2)|浏览(74)

Version

echarts-gl2.0.8和echarts5.2.0

echarts-gl2.0.8和echarts5.2.0

Steps to Reproduce

this.chart.on('click', this.echartsMapClick);

echartsMapClick(params) {
console.log('name', params);
}

Current Behavior

this.chart.on('click', this.echartsMapClick);

echartsMapClick(params) {
console.log('name', params);
}

Expected Behavior

需要支持geo3d地图数据信息的点击事件

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

zphenhs4

zphenhs41#

@ios-study It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED

TITLE

[Bug] echarts-gl's map cannot listen to location data information click events

相关问题