selection.text([value]) If a value is specified, sets the
selection.enter() Returns the enter selection: placeholder nodes for each datum that had no corresponding DOM element in the
d3.creator(name) Given the specified element name, returns a function which creates an element of the given name, assuming
selection.remove() Removes the selected elements from the document. Returns this selection (the removed elements) which are
d3.selectAll(selector) Selects all elements that match the specified selector string. The elements will be selected
selection.dispatch(type[, parameters]) Dispatches a
selection.node() Returns the first (non-null) element in this selection. If the selection is empty, returns null.
selection.classed(names[, value]) If a value is specified, assigns or unassigns the specified CSS class
selection.data([data[, key]]) Joins the specified array of data with the selected elements, returning
d3.local() Declares a new local variable. For example: var
Page 2 of 5