d3.select( selector ) in D3.js

Select an element from the current document.

Arguments

nametypedescription
selector String
Return Type
Selection

Description

For more details see https://github.com/mbostock/d3/wiki/Selections#wiki-d3_select.

See Also