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

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

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

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

2025-01-10 15:47:30