Queries all matching elements within a container and returns them with their D3-bound data.
The root element (typically an SVG) to query within.
CSS selector for the target elements.
Array of { element, datum, index } tuples.
{ element, datum, index }
Error if the selector is empty.
Queries all matching elements within a container and returns them with their D3-bound data.