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

d3.treemapSquarify(node, x0, y0, x1, y1) Implements the

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

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

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

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

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

d3.treemapSlice(node, x0, y0, x1, y1) Divides the rectangular area specified by x0, y0

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