Skip to content Skip to sidebar Skip to footer

D3js Collapsible Tree Decreasing The Length Between Nodes

I am displaying the json in collapsible tree. The tree is displaying fine but the length between the nodes should be reduced. Please let me know how to do this in d3js. var treeDa

Solution 1:

Height and width of links are set on line 355 and in the function on lines 363-368 of dndTree.js file, respectively.


Post a Comment for "D3js Collapsible Tree Decreasing The Length Between Nodes"