score:0

Accepted answer

it turns out i was adding child nodes after the fact. i'm using d3 to make a multiparent tree. i realize i could use a network map for that, but i found the force layout to be erratic and difficult to tame. the issue was a parent node would point to another parent's child. this caused unexpected behavior. to make a multiparent tree you have to manage the extra link connections outside of the tree layout.

http://bl.ocks.org/robschmuecker/6afc2ecb05b191359862


Related Query

More Query from same tag