MCPcopy
hub / github.com/dc-js/dc.js / selectAll

Method selectAll

src/base/base-mixin.js:412–414  ·  view source on GitHub ↗

* Execute in scope d3 selectAll using the given selector and return d3 selection result. * * This function is **not chainable** since it does not return a chart instance; however the d3 * selection result can be chained to d3 function calls. * @see {@link https://github.com/d3/d3

(sel)

Source from the content-addressed store, hash-verified

410 * @returns {d3.selection}
411 */
412 selectAll (sel) {
413 return this._root ? this._root.selectAll(sel) : null;
414 }
415
416 /**
417 * Set the root SVGElement to either be an existing chart's root; or any valid [d3 single

Callers 15

turnOnControlsMethod · 0.95
turnOffControlsMethod · 0.95
boxFunction · 0.80
fadeDeselectedAreaMethod · 0.80
redrawBrushMethod · 0.80
_doRenderMethod · 0.80
_doRedrawMethod · 0.80
_renderOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected