|
|
|
|
|
by Cogito
4480 days ago
|
|
The only thing I could see after a quick look at the source is that tooltip.node()
is called twice in the top left quadrant, vs once or never in the other quadrants.Can't imagine that being the bottle neck, but it seems to be the only non-symmetrical code path. Might try and profile and see if anything pops up. |
|
https://github.com/mbostock/d3/blob/master/src/selection/nod...
Not sure what else it could be though, unable to duplicate.