VivaGraphJS icon indicating copy to clipboard operation
VivaGraphJS copied to clipboard

mouse event accuracy

Open manishorkus opened this issue 7 years ago • 1 comments
trafficstars

I am noticing that in a large dense graph (1K+ nodes, 10K+ edges) the mousenter and click events are being fired inaccurately. That is even when I am outside a node mousenter is getting fired. Similarly I click on one one and the adjoining node is receiving the click event. It is like the accuracy of the mouse location is a bit off. Is this a known issue and is there a fix for this?

thx

manishorkus avatar Jul 13 '18 15:07 manishorkus

Is the rendering paused or not ? I thought if the layout is still adjusting, you may have inaccuracy.

gg4u avatar Aug 10 '18 07:08 gg4u