-
Notifications
You must be signed in to change notification settings - Fork 10
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
Get chart on click event #2
Comments
OK, I will take a look at it. It is a bit strange because "mychart.bindPopup()" works correctly so I don't see why "mychart.on(...)" would not work. |
So I have done some tests and I cannot reproduce your problem. Could you check you use the last version of the library? (0.2.2) |
I'm on 0.2.2 with Leaflet 1.0.3. |
Oh OK, the problem appears with leaflet 1.0.X |
This should be solved. Could you get the development version (branch develop) and confirm this and #5 are OK now? |
Edit: replied to the wrong issue. Click events are working great now! |
Still loving this library, thanks again!
Is there any way to attach a click event to a chart? I see that the library is an extension of L.CircleMarker, but adding:
Isn't providing me with any event fired.
Thanks!
The text was updated successfully, but these errors were encountered: