Version
echarts-gl2.0.8和echarts5.2.0
Link to Minimal Reproduction
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
2条答案
按热度按时间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
mrwjdhj32#
duplicate of ecomfe/echarts-gl#486 ?