You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on a point of a scatter plot inside a shadow dom, the mouse coordinates are shifted ~100px in the x and y directions, which either leads to no click event or a click event on a incorrect point. The bug doesn't occur when hovering however.
Here is a codepen showing the problem: https://codepen.io/0074d9/full/wvPzmLy (left: without shadow dom, right: inside shadow dom). The shift is visible on the tooltip after clicking on a point, as well as on the logged coordinates of the point.