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

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

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

d3.treemap() Creates a new treemap layout with default settings.

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.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