d3.creator(name) Given the specified element name, returns a function which creates an element of the given name, assuming
selection.data([data[, key]]) Joins the specified array of data with the selected elements, returning
selection.dispatch(type[, parameters]) Dispatches a
selection.text([value]) If a value is specified, sets the
selection.remove() Removes the selected elements from the document. Returns this selection (the removed elements) which are
d3.selection() Selects the root element, document
d3.event The current event, if any
selection.enter() Returns the enter selection: placeholder nodes for each datum that had no corresponding DOM element in the
d3.selectAll(selector) Selects all elements that match the specified selector string. The elements will be selected
selection.filter(filter) Filters the selection, returning a new selection that contains only the elements for which
Page 2 of 5