You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: