-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Filter transform doesn't restore data text #1666
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
Comments
Interesting. Thanks for the report @n-riesco ! I can replicate the problem on |
OK. I found the problem. When a filter transform filters out all items in data arrays the resulting x: [],
y: [],
visible: true whereas (all?) other plotly code paths force In details, logging Luckily the marker points appear to update correctly when In brief @n-riesco , one workaround would have your toggle buttons never reach that |
@etpinard How about |
I'm using filter transforms to hide and show points in a trace. These points have a
text
and I've noticed that in some cases when I unhide a point, itstext
isn't displayed.Here's a codepen reproducing the issue.
The text was updated successfully, but these errors were encountered: