d3.stackOrderNone(series) Returns the given series order [0, 1, … n - 1] where n is the number of elements
area(data) Generates an area for the given array of data. Depending on this area generator’s associated
curve.areaStart() Indicates the start of a new area segment. Each area segment consists of exactly two
curve.point(x, y) Indicates a new point in the current line segment with the given x- and y-values
d3.stackOrderInsideOut(series) Returns a series order such that the larger series (according to the sum of values) are on the
arc.cornerRadius([radius]) If radius is specified, sets the corner radius to the specified function or number
area.y([y]) If y is specified, sets y0
line.curve([curve]) If curve is specified, sets the curve
radialArea(data) Equivalent to area.
pie.padAngle([angle]) If angle is specified, sets the pad angle to the specified function or number and returns
Page 2 of 12