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
The issue is present if there's a large number of items to show and hovermode is not false. The requestAnimationFrame loop seems to repeat tasks, some of which would need to be done only if something pertinent changed, for example, the user moved the mouse and this necessitated the display of a different hover tooltip (for another scatterpoint).