echarts geoselectchanged geoSelect 无效

lx0bsm1f  于 2022-11-05  发布在  Echarts
关注(0)|答案(3)|浏览(613)

Version

5.2.0

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?

无结果输出

5tmbdcev

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.

  • A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.

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

vmdwslir

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

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

yzuktlbb

yzuktlbb3#

开启 selectedMode 后监听 selectchanged 事件

相关问题