d3.window(node) Returns the owner window for the specified node. If node is a node, returns the owner document’s
d3.touch(container[, touches], identifier) Returns the x and y coordinates of the touch with
selection.datum([value]) Gets or sets the bound data for each selected element. Unlike
selection.order() Re-inserts elements into the document such that the document order of each group matches the selection order
local.get(node) Returns the value of this local on the specified node. If the node does not define
selection.attr(name[, value]) If a value is specified, sets the attribute with the specified name
d3.namespace(name) Qualifies the specified name, which may or may not have a namespace prefix. If the name contains
d3.namespaces The map of registered namespace prefixes. The initial value is:
selection.merge(other) Returns a new selection merging this selection with the specified other selection. The
Page 5 of 5