myTransition.selectAll( selector ) in D3.js
Create a sub-transition from the 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-selectAll.
See Also
- Transition.select(selector)
- Selection.selectAll(selector)