d3.touch()

d3.touch(container[, touches], identifier) Returns the x and y coordinates of the touch with the specified identifier associated with the current event relative to the specified container. The container may be an HTML or SVG container element, such as a G element or an SVG element. The coordinates are returned as a two-element array of numbers [x, y]. If there is no touch with the specified identifier in touches, returns null; this can be useful for ignoring touchmove events where the only so

d3.geoKavrayskiy7Raw

d3.geoKavrayskiy7() d3.geoKavrayskiy7Raw The Kavrayskiy VII pseudocylindrical projection.

stratify.parentId()

stratify.parentId([parentId]) If parentId is specified, sets the parent id accessor to the given function and returns this stratify operator. Otherwise, returns the current parent id accessor, which defaults to: function parentId(d) { return d.parentId; } The parent id accessor is invoked for each element in the input data passed to the stratify operator, being passed the current datum (d) and the current index (i). The returned string is then used to identify the node’s relationships in c

cluster.size()

cluster.size([size]) If size is specified, sets this cluster layout’s size to the specified two-element array of numbers [width, height] and returns this cluster layout. If size is not specified, returns the current layout size, which defaults to [1, 1]. A layout size of null indicates that a node size will be used instead. The coordinates x and y represent an arbitrary coordinate system; for example, to produce a radial layout, a size of [360, radius] corresponds to a breadth of 360° and a

d3.curveCardinal()

d3.curveCardinal(context) Produces a cubic cardinal spline using the specified control points, with one-sided differences used for the first and last piece. The default tension is 0.

d3.geoInterruptedSinuMollweide()

d3.geoInterruptedSinuMollweide() Alan K. Philbrick’s interrupted sinu-Mollweide projection.

d3.geoMollweideRaw

d3.geoMollweide() d3.geoMollweideRaw The equal-area, pseudocylindrical Mollweide projection. The oblique aspect is known as the Atlantis projection. Goode’s interrupted Mollweide is also widely known.

cluster.nodeSize()

cluster.nodeSize([size]) If size is specified, sets this cluster layout’s node size to the specified two-element array of numbers [width, height] and returns this cluster layout. If size is not specified, returns the current node size, which defaults to null. A node size of null indicates that a layout size will be used instead. When a node size is specified, the root node is always positioned at ⟨0, 0⟩.

d3.thresholdScott()

d3.thresholdScott(values, min, max) Returns the number of bins according to Scott’s normal reference rule; the input values must be numbers.

d3.geoInterruptedMollweideHemispheres()

d3.geoInterruptedMollweideHemispheres() The Mollweide projection interrupted into two (equal-area) hemispheres.