pack.radius([radius]) If radius is specified, sets the pack layout’s radius accessor to the specified function
d3.treemapBinary(node, x0, y0, x1, y1) Recursively partitions the specified nodes into
node.each(function) Invokes the specified function for node and each descendant in
partition.size([size]) If size is specified, sets this partition layout’s size to the specified two-element
treemap.paddingTop([padding]) If padding is specified, sets the top padding to the specified number or function
d3.treemapResquarify(node, x0, y0, x1, y1) Like
d3.treemapSliceDice(node, x0, y0, x1, y1) If the specified node has odd depth, delegates
node.path(target) Returns the shortest path through the hierarchy from this node to the specified target
d3.cluster() Creates a new cluster layout with default settings.
d3.pack() Creates a new pack layout with the default settings.
Page 4 of 6