d3.treemapDice()

d3.treemapDice(node, x0, y0, x1, y1) Divides the rectangular area specified by x0, y0, x1, y1 horizontally according the value of each of the specified node’s children. The children are positioned in order, starting with the left edge (x0) of the given rectangle. If the sum of the children’s values is less than the specified node’s value (i.e., if the specified node has a non-zero internal value), the remaining empty space will be positioned on the right edge (x1) of the given rectangle.

d3.geoAzimuthalEqualAreaRaw

d3.geoAzimuthalEqualArea() d3.geoAzimuthalEqualAreaRaw The azimuthal equal-area projection.

map.clear()

map.clear() Removes all entries from this map.

d3.scalePoint()

d3.scalePoint() Constructs a new point scale with the empty domain, the unit range [0, 1], no padding, no rounding and center alignment.

d3.utcThursdays()

d3.timeThursdays(start, stop[, step]) d3.utcThursdays(start, stop[, step]) Aliases for timeThursday.range and utcThursday.range.

time.domain()

time.domain([domain]) See continuous.domain.

simulation.on()

simulation.on(typenames, [listener]) If listener is specified, sets the event listener for the specified typenames and returns this simulation. If an event listener was already registered for the same type and name, the existing listener is removed before the new listener is added. If listener is null, removes the current event listeners for the specified typenames, if any. If listener is not specified, returns the first currently-assigned listener matching the specified typenames, if any. W

d3.easeBackInOut()

d3.easeBack(t) d3.easeBackInOut(t) Symmetric anticipatory easing; scales backIn for t in [0, 0.5] and backOut for t in [0.5, 1].

d3.geoEckert2Raw

d3.geoEckert2() d3.geoEckert2Raw The Eckert II projection.

d3.geoGraticule()

d3.geoGraticule() Constructs a feature generator for creating graticules: a uniform grid of meridians and parallels for showing projection distortion. The default graticule has meridians and parallels every 10° between ±80° latitude; for the polar regions, there are meridians every 90°.