node.sum()
  • References/JavaScript/D3.js/Hierarchy

node.sum(value) Evaluates the specified value function for this node and each descendant in

2025-01-10 15:47:30
tree.separation()
  • References/JavaScript/D3.js/Hierarchy

tree.separation([separation]) If separation is specified, sets the separation accessor to the specified function

2025-01-10 15:47:30
treemap.tile()
  • References/JavaScript/D3.js/Hierarchy

treemap.tile([tile]) If tile is specified, sets the

2025-01-10 15:47:30
node.descendants()
  • References/JavaScript/D3.js/Hierarchy

node.descendants() Returns the array of descendant nodes, starting with this node, then followed by each child in topological

2025-01-10 15:47:30
node.eachAfter()
  • References/JavaScript/D3.js/Hierarchy

node.eachAfter(function) Invokes the specified function for node and each descendant in

2025-01-10 15:47:30
d3.packSiblings()
  • References/JavaScript/D3.js/Hierarchy

d3.packSiblings(circles) Packs the specified array of circles, each of which must have a circle.r property

2025-01-10 15:47:30
node.sort()
  • References/JavaScript/D3.js/Hierarchy

node.sort(compare) Sorts the children of this node, if any, and each of this node’s descendants’ children

2025-01-10 15:47:30
cluster.nodeSize()
  • References/JavaScript/D3.js/Hierarchy

cluster.nodeSize([size]) If size is specified, sets this cluster layout’s node size to the specified two-element

2025-01-10 15:47:30
pack.size()
  • References/JavaScript/D3.js/Hierarchy

pack.size([size]) If size is specified, sets this pack layout’s size to the specified two-element array of

2025-01-10 15:47:30
cluster.size()
  • References/JavaScript/D3.js/Hierarchy

cluster.size([size]) If size is specified, sets this cluster layout’s size to the specified two-element array

2025-01-10 15:47:30