-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
onClick for shared tooltips #452
Comments
Hi @ThinkSalat |
It does have access to the current data series index and data point index though, which would be enough for my purposes. If the tooltip formatted has access to that info, then the onClick on should be able to as well! |
Cool, I will see this soon |
Added a new event |
I'd like to invoke an onClick event when clicking on a shared tooltip. At the moment that isn't possible, but it would be very useful in one of my use cases. Ideally, it'd call the onClick event whenever the tooltip is showing, using the data from the datapoints from which tooltip is receiving its information.
The text was updated successfully, but these errors were encountered: