node.path()

node.path(target)

Returns the shortest path through the hierarchy from this node to the specified target node. The path starts at this node, ascends to the least common ancestor of this node and the target node, and then descends to the target node. This is particularly useful for hierarchical edge bundling.

doc_D3_Js
2016-11-24 10:28:10
Comments
Leave a Comment

Please login to continue.