-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] customdata is missing in clickData for pie charts #1663
Comments
Hello, I'm using the following packages:
Here is a sample code:
As one can see on the screenshot below, when clicking on an object, clickData contains its point values, but not the custom data information. It seems like a similar bug as the one depicted for go.Pie above. |
I'm running into the same issue and it's driving me up a wall! |
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowpie charts clickData is missing customdata and ids
I am trying to implement cross filtering between scatter plots and pie charts using selectedData and clickData respectively. Click data for pie charts has pointNumbers but not customdata or ids. I need some way to keep track of the index from the unfiltered data set.
As per documentation of go.Pie, customdata is meant for this task, but it is not behaving as expected. Sample code is attached.
The text was updated successfully, but these errors were encountered: