d3.scaleTime() Constructs a new time scale with the domain [2000-01-01, 2000-01-02], the unit range [0, 1], the default interpolator and clamping disabled.
d3.geoCraster() d3.geoCrasterRaw The Craster parabolic projection; also known as Putniņš P4.
d3.stackOrderAscending(series) Returns a series order such that the smallest series (according to the sum of values) is at the bottom.
d3.geoRobinson() d3.geoRobinsonRaw The Robinson projection.
ordinal.copy() Returns an exact copy of this ordinal scale. Changes to this scale will not affect the returned scale, and vice versa.
radialLine.defined([defined]) Equivalent to line.defined.
d3.forceManyBody() Creates a new many-body force with the default parameters.
diagram.triangles() Returns the Delaunay triangulation of the specified data array as an array of triangles. Each triangle is a three-element array of elements from data. Since the triangulation is computed as the dual of the Voronoi diagram, and the Voronoi diagram is clipped by the extent, a subset of the Delaunay triangulation is returned.
d3.easeBounceInOut(t) Symmetric bounce easing; scales bounceIn for t in [0, 0.5] and bounceOut for t in [0.5, 1].
d3.geoLittrow() d3.geoLittrowRaw The Littrow projection is the only conformal retroazimuthal map projection. Typically clipped to the geographic extent [[-90°, -60°], [90°, 60°]].
Page 56 of 105