VivaGraphJS
VivaGraphJS copied to clipboard
mouse event accuracy
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
Is the rendering paused or not ? I thought if the layout is still adjusting, you may have inaccuracy.