d3.treemap() Creates a new treemap layout with default settings.
treemap.size([size]) If size is specified, sets this treemap layout’s size to the specified two-element array
node.each(function) Invokes the specified function for node and each descendant in
node.ancestors() Returns the array of ancestors nodes, starting with this node, then followed by each parent up to the root
d3.treemapBinary(node, x0, y0, x1, y1) Recursively partitions the specified nodes into
treemap.paddingInner([padding]) If padding is specified, sets the inner padding to the specified number or
pack.radius([radius]) If radius is specified, sets the pack layout’s radius accessor to the specified function
d3.stratify() Constructs a new stratify operator with the default settings.
treemap.paddingTop([padding]) If padding is specified, sets the top padding to the specified number or function
partition.padding([padding]) If padding is specified, sets the padding to the specified number and returns
Page 3 of 6