-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Interactions with choropleth plot inside elements with transform: translate
don't work in Firefox
#5525
Comments
transform: translate
don't work in Firefox
Unfortunately the PR mentioned above only addresses the hover part of the problem. Zooming with the mousewheel is still offset when the parent has a translate transform applied. |
The hover interactions are fixed now with #5607. |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson |
When applying a css-transform with
translate
ortranslate3d
to the parent element, interactions with a choropleth chart inside of that element unfortunately don't work in Firefox.This applies to hovering over data points and zooming with the mouse wheel. Hovering doesn't display the label, while zooming happens to an offset point.
Tested in Firefox 86.0 and 87.0b3 (Aurora / Developer edition).
Example: https://codepen.io/lucavazz/pen/mdOpgMY
possibly related: #5193
The text was updated successfully, but these errors were encountered: