Closed princiya closed 7 years ago
@princiya Tested this; still doesn't work. The getX
and getY
methods return the (x,y) coordinates (width
, height
) if the d.x
exceeds width
and d.y
exceeds height
, causing these nodes to collapse onto each other at (width
, height
).
Looking to see if there's a d3 solution -- or in general a way to know the bounding box dimensions (and centroid) of each subgraph and adjust? Seems overly complicated...
@jonathanKingston I have added hover state for labels in this PR. This might help @biancadanforth debug during the capture phase :)
This doesn't solve #92, because the styling isn't complete.
Thanks @princiya!
This PR has some updates to
viz.js
This PR aimed to solve #76, but as per discussions, we have decided to implement it in #77.