stratify.id()
  • References/JavaScript/D3.js/Hierarchy

stratify.id([id]) If id is specified, sets the id accessor to the given function and returns this stratify

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.paddingOuter()
  • References/JavaScript/D3.js/Hierarchy

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

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
treemap.paddingBottom()
  • References/JavaScript/D3.js/Hierarchy

treemap.paddingBottom([padding]) If padding is specified, sets the bottom padding to the specified number or

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
d3.partition()
  • References/JavaScript/D3.js/Hierarchy

d3.partition() Creates a new partition layout with the default settings.

2025-01-10 15:47:30
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
node.leaves()
  • References/JavaScript/D3.js/Hierarchy

node.leaves() Returns the array of leaf nodes in traversal order; leaves are nodes with no children.

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

pack.padding([padding]) If padding is specified, sets this pack layout’s padding accessor to the specified

2025-01-10 15:47:30