d3.geoGinzburg5Raw

d3.geoGinzburg5() d3.geoGinzburg5Raw The Ginzburg V projection.

d3.symbolWye

d3.symbolWye The Y-shape symbol type.

radialArea.context()

radialArea.context([context]) Equivalent to line.context.

d3.geoEquirectangularRaw

d3.geoEquirectangular() d3.geoEquirectangularRaw The equirectangular (plate carrée) projection; see d3-geo. The Cassini projection is the transverse aspect of the equirectangular projection.

quantize.nice()

quantize.nice() Equivalent to continuous.nice.

transition.remove()

transition.remove() For each selected element, removes the element when the transition ends, as long as the element has no other active or pending transitions. If the element has other active or pending transitions, does nothing.

json2dsv

json2dsv [options…] [file] Converts the specified JSON input file to DSV. If file is not specified, defaults to reading from stdin. For example, to convert to JSON to CSV: json2csv < example.json > example.csv Or to convert a newline-delimited JSON stream to CSV: json2csv -n < example.ndjson > example.csv

selection.html()

selection.html([value]) If a value is specified, sets the inner HTML to the specified value on all selected elements, replacing any existing child elements. If the value is a constant, then all elements are given the same inner HTML; otherwise, if the value is a function, then the function is evaluated for each selected element, in order, being passed the current datum (d), the current index (i), and the current group (nodes), with this as the current DOM element. The function’s return value

d3.geoEisenlohr()

d3.geoEisenlohr() d3.geoEisenlohrRaw(lambda, phi) The Eisenlohr conformal projection.

d3.schemeRdBu

d3.interpolateRdBu(t) d3.schemeRdBu Given a number t in the range [0,1], returns the corresponding color from the “RdBu” diverging color scheme represented as an RGB string.