Closed
Description
When applying a css-transform with translate
or translate3d
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