The current event's value. Use this variable in a handler registered with selection.on
.
The current version of D3.js.
Returns an array of key-value pairs containing the property values of the specified object.
Returns an array of key-value pairs containing the property values of the specified object.
Returns an array of key-value pairs containing the property values of the specified object.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the min and max simultaneously.
Returns the enumerable property names of the specified object.
a JavaScript object
Constructs an initially empty map.
Construct a new map by copying keys and values from the given one.
Construct a new map by copying enumerable properties and values from the given object.
Construct a new map by copying enumerable properties and values from the given object.
Construct a new map by copying elements from the array. The key function is used to identify each object.
Construct a new map by copying enumerable properties and values from the given object.
Return the maximum value in the array of numbers using natural order.
Return the maximum value in the array of strings using natural order.
Return the maximum value in the array of numbers using natural order.
Return the maximum value in the array using natural order and a projection function to map values to numbers.
Return the maximum value in the array using natural order and a projection function to map values to strings.
Return the maximum value in the array using natural order and a projection function to map values to easily-sorted values.
Merges the specified arrays into a single array.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
Returns the x and y coordinates of the mouse relative to the provided container element, using d3.event for the mouse's position on the page.
the container element (e.g. an SVG
For each adjacent pair of elements in the specified array, returns a new array of tuples of elements i and i - 1. Returns the empty array if the input array has fewer than two elements.
Given the specified array, return an array corresponding to the list of indices in 'keys'.
Given the specified object, return an array corresponding to the list of property names in 'keys'.
Generates a 0-based numeric sequence. The output range does not include 'stop'.
Generates a numeric sequence starting from the given start and stop values. 'step' defaults to 1. The output range does not include 'stop'.
Compute the sum of an array of numbers.
Compute the sum of an array, using the given accessor to convert values to numbers.
Given a container element and a touch identifier, determine the x and y coordinates of the touch.
the container element (e.g., an SVG
Given a container element, a list of touches, and a touch identifier, determine the x and y coordinates of the touch.
the container element (e.g., an SVG
Given a container element and an optional list of touches, return the position of every touch relative to the container.
the container element
an optional list of touches (defaults to d3.event.touches)
Returns an array containing the property values of the specified object.
Returns an array containing the property values of the specified object.
Returns an array containing the property values of the specified object.
Generated using TypeDoc
Administrivia: JavaScript primitive types, or "things that toString() predictably".