Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

click angleAxis.category can not be triggered #10382

Closed
peter-wang-wsl opened this issue Apr 30, 2019 · 2 comments
Closed

click angleAxis.category can not be triggered #10382

peter-wang-wsl opened this issue Apr 30, 2019 · 2 comments
Labels
bug en This issue is in English

Comments

@peter-wang-wsl
Copy link

Version

4.2.1

Steps to reproduce

1、add myChart.on('click','angleAxis.category',function (params) {alert(1)}); to end of https://gallery.echartsjs.com/editor.html?c=xINzhTRaHL&v=1

What is expected?

alert 1 when click 周一

What is actually happening?

nothing alert

@echarts-bot
Copy link

echarts-bot bot commented Apr 30, 2019

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 you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

Have a nice day! 🍵

@echarts-bot echarts-bot bot added bug en This issue is in English pending We are not sure about whether this is a bug/new feature. waiting-for-help labels Apr 30, 2019
@Ovilia Ovilia removed pending We are not sure about whether this is a bug/new feature. waiting-for-help labels May 5, 2019
@Ovilia
Copy link
Contributor

Ovilia commented May 27, 2019

I tried with current js files under dist (which is the same with npm i) and it has this bug. But it cannot reproduce with the build result of the latest source file in the master branch. So the conclusion is, this problem has been fixed but not released.
If you want to build by yourself, clone the project and:

npm i
node build/build.js --release

And use the result of dist.

@Ovilia Ovilia closed this as completed May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English
Projects
None yet
Development

No branches or pull requests

2 participants