selection.html([value]) If a value is specified, sets the
selection.nodes() Returns an array of all (non-null) elements in this selection.
selection.property(name[, value]) Some HTML elements have special properties that are not addressable using attributes
selection.sort(compare) Returns a new selection that contains a copy of each group in this selection sorted according
d3.touches(container[, touches]) Returns the x and y coordinates of the touches associated with the
d3.mouse(container) Returns the x and y coordinates of the
selection.each(function) Invokes the specified function for each selected element, passing in passed the current
d3.selectAll(selector) Selects all elements that match the specified selector string. The elements will be selected
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
Page 1 of 5