myTransition.select( selector ) in D3.js
Create a sub-transition from the first descendant elements matching a selector.
Arguments
name | type | description |
---|---|---|
selector | String |
- Return Type
- Transition
Description
For more details see https://github.com/mbostock/d3/wiki/Transitions#wiki-select.
See Also
- Transition.selectAll(selector)
- Selection.select(selector)