mySelection.select( selector ) in D3.js
Find the first descendant elements of the selection matching a selector.
Arguments
name | type | description |
---|---|---|
selector | String |
- Return Type
- Selection
Description
For more details see https://github.com/mbostock/d3/wiki/Selections#wiki-select.
See Also
- Selection.select(selectCalculator)
- Selection.selectAll(selector)