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.
The text was updated successfully, but these errors were encountered:
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 thePlot
component and can't be notified when the plot changes.The text was updated successfully, but these errors were encountered: