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

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

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

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

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

cluster(root) Lays out the specified root

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