Version
5.2.0
Reproduction link
https://echarts.apache.org/examples/zh/editor.html?c=map-usa
Steps to reproduce
在官方列子后面注册事件
myChart.on("geoselectchanged", function (a) {
console.log(a);
});
控制台观察点击效果
What is expected?
有结果输出
What is actually happening?
无结果输出
3条答案
按热度按时间5tmbdcev1#
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that it containsa minimum reproducible demoand necessaryimagesto illustrate. Otherwise, our committers will ask you to do so.
You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.
If you are interested in the project, you may also subscribe to our mailing list .
Have a nice day! 🍵
vmdwslir2#
@yongdu555 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people, we'd like to suggest using English next time. 🤗
TRANSLATED
TITLE
geoselected geoSelect is not valid
BODY
Version
5.2.0
Reproduction link
https://echarts.apache.org/examples/zh/editor.html?c=map-usa
Steps to reproduce
Register the event behind the official column
myChart.on("geoselectchanged", function (a) {
console.log(a);
});
Console to observe the click effect
What is expected?
There is a result output
What is actually happening?
No result output
yzuktlbb3#
开启
selectedMode
后监听 selectchanged 事件