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
It might be a bug, but I've been wrapping my head around this for a couple of hours now. Once I put the Y-Axis on the left side, the tooltip is no longer in sync with the position of the mouse.
It seems to be caused by the orientation-prop of the YAxis.
hey @jhofstede thanks for checking out @data-ui. We recently discovered this bug as well when orientation="left". It should be a pretty straightforward fix, I think the computation just doesn't take into account the left margin properly.
It might be a bug, but I've been wrapping my head around this for a couple of hours now. Once I put the Y-Axis on the left side, the tooltip is no longer in sync with the position of the mouse.
It seems to be caused by the
orientation
-prop of theYAxis
.Full
Any help is appreciated!
The text was updated successfully, but these errors were encountered: