Class Index | File Index

Classes


Class D3RaphaelUpdateSelection


Extends D3RaphaelSelection.
Raphael aware update selection, intended to be used like d3.selection.
Defined in: _documentation.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Returns the entering selection: placeholder nodes for each data element for which no corresponding existing DOM element was found in the current selection.
 
exit()
Returns the exiting selection: existing DOM elements in the current selection for which no new data element was found.
Methods borrowed from class D3RaphaelSelection:
append, attr, call, classed, data, datum, each, empty, node, property, select, selectAll, text
Class Detail
D3RaphaelUpdateSelection()
Method Detail
{D3RaphaelEnterSelection} enter()
Returns the entering selection: placeholder nodes for each data element for which no corresponding existing DOM element was found in the current selection.
Defined in: selection.js.
Returns:
{D3RaphaelEnterSelection}
See:
d3.selection.enter()

{D3RaphaelSelection} exit()
Returns the exiting selection: existing DOM elements in the current selection for which no new data element was found.
Defined in: selection.js.
Returns:
{D3RaphaelSelection}
See:
d3.selection.exit()

Documentation generated by JsDoc Toolkit 2.4.0 on Sat May 05 2012 17:28:39 GMT-0700 (PDT)