new EnterSelection()
Represents a selecton in enter phase.
Classes
Methods
(static) Selection#append(callback) → {Selection}
Applies the supplied callback to each data element
and returns a new selection.
Parameters:
Name | Type | Description |
---|---|---|
callback |
function | Callback to execute on each item. |
Returns:
New selection with data created using callback.
- Type
- Selection
append(callback) → {Selection}
Applies the supplied callback to each data element
and returns a new selection.
Parameters:
Name | Type | Description |
---|---|---|
callback |
function | Callback to execute on each item. |
Returns:
New selection with data created using callback.
- Type
- Selection