selection.attr(name[, value]) If a value is specified, sets the attribute with the specified name
selection.raise() Re-inserts each selected element, in order, as the last child of its parent. Equivalent to:
d3.namespace(name) Qualifies the specified name, which may or may not have a namespace prefix. If the name contains
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
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
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