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
This is especially visible when we have both crosshair and mouse wheel zoom enabled on the same plot.
It's not obvious how to fix it because useCrosshair is called outside of the Plot component and can't be notified when the plot changes.
This is especially visible when we have both crosshair and mouse wheel zoom enabled on the same plot.
It's not obvious how to fix it because
useCrosshairis called outside of thePlotcomponent and can't be notified when the plot changes.