-
-
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
Click events doesn't generate dataPointIndex and seriesIndex for Pie Charts #2251
Click events doesn't generate dataPointIndex and seriesIndex for Pie Charts #2251
Comments
This issue is also preventing me from detecting double-click events on a pie chart, since I apparently can't access the data point index that was clicked. |
Yeah this is a bug. I think you can get around this by using i.e
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please fix, not close. |
Please fix, not close2 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please fix not close. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
any idea? I'm getting |
I have the same issue but I will use the trick with |
Same issue here, we will use the same 'solution' as above. |
Bug report
Codepen
https://codepen.io/MadBoyEvo/pen/ExNbVeo
Explanation
Both dataPointSelection and click event should return dataPointindex or/and series for all types of events correctly.
Following code behaves differently for different charts. For Pie charts only dataPointSelection provides dataPointIndex, but click event always return -1, -1. Click event for bar chart works correctly so I'm assuming this is a bug, not a feature. Maybe other chart types have the same issue.
No error message.
The text was updated successfully, but these errors were encountered: