d3.treemapSquarify()
  • References/JavaScript/D3.js/Hierarchy

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

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

cluster(root) Lays out the specified root

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

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

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