selection.style(name[, value[, priority]]) If a value is specified, sets the style property with
selection.empty() Returns true if this selection contains no (non-null) elements.
selection.lower() Re-inserts each selected element, in order, as the first child of its parent. Equivalent to:
selection.selectAll(selector) For each selected element, selects the descendant elements that match the specified selector
selection.call(function[, arguments…]) Invokes the specified function exactly once, passing in this
selection.insert(type, before) If the specified type is a string, inserts a new element of this type
d3.selectorAll(selector) Given the specified selector, returns a function which returns all descendants of this
selection.size() Returns the total number of elements in this selection.
d3.matcher(selector) Given the specified selector, returns a function which returns true if this element
d3.window(node) Returns the owner window for the specified node. If node is a node, returns the owner document’s
Page 4 of 5