d3.utcMonday

d3.timeMonday d3.utcMonday Monday-based weeks (e.g., February 6, 2012 at 12:00 AM).

request.password()

request.password([value]) If value is specified, sets the password for authentication to the specified string and returns this request instance. If value is not specified, returns the current password, which defaults to null.

d3.timeParse()

d3.timeParse(specifier) An alias for locale.parse on the default locale.

satellite.distance()

satellite.distance([distance]) Distance from the center of the sphere to the point of view, as a proportion of the sphere’s radius; defaults to 2.0. The recommended maximum clip angle for a given distance is acos(1 / distance) converted to degrees. If tilt is also applied, then more conservative clipping may be necessary. For exact clipping, the in-development geographic projection pipeline is needed; see the satellite example.

d3.geoConicConformalRaw

d3.geoConicConformal() d3.geoConicConformalRaw The Lambert conformal conic projection; see d3-geo.

quadtree.visitAfter()

quadtree.visitAfter(callback) Visits each node in the quadtree in post-order traversal, invoking the specified callback with arguments node, x0, y0, x1, y1 for each node, where node is the node being visited, ⟨x0, y0⟩ are the lower bounds of the node, and ⟨x1, y1⟩ are the upper bounds, and returns the quadtree. (Assuming that positive x is right and positive y is down, as is typically the case in Canvas and SVG, ⟨x0, y0⟩ is the top-left corner and ⟨x1, y1⟩ is the lower-right corner; however,

d3.interpolateRgbBasis()

d3.interpolateRgbBasis(colors) Returns a uniform nonrational B-spline interpolator through the specified array of colors, which are converted to RGB color space. Implicit control points are generated such that the interpolator returns colors[0] at t = 0 and colors[colors.length - 1] at t = 1. Opacity interpolation is not currently supported. See also d3.interpolateBasis, and see d3-scale-chromatic for examples.

d3.schemePastel2

d3.schemePastel2 An array of eight categorical colors represented as RGB hexadecimal strings.

gingery.radius()

gingery.radius([radius]) Defaults to 30°.

d3.schemeDark2

d3.schemeDark2 An array of eight categorical colors represented as RGB hexadecimal strings.