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

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

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

stratify(data) Generates a new hierarchy from the specified tabular data. Each node in the returned object has a shallow

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

tree(root) Lays out the specified root

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

node.eachBefore(function) Invokes the specified function for node and each descendant in

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

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

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

d3.treemapSliceDice(node, x0, y0, x1, y1) If the specified node has odd depth, delegates

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

d3.treemapResquarify(node, x0, y0, x1, y1) Like

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

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

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

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

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

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

2025-01-10 15:47:30