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).