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

Method select

src/base/base-mixin.js:396–398  ·  view source on GitHub ↗

* Execute d3 single selection in the chart's scope using the given selector and return the d3 * selection. * * 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 h

(sel)

Source from the content-addressed store, hash-verified

394 * @returns {d3.selection}
395 */
396 select (sel) {
397 return this._root.select(sel);
398 }
399
400 /**
401 * Execute in scope d3 selectAll using the given selector and return d3 selection result.

Callers 15

resetSvgMethod · 0.95
utils.jsFile · 0.80
_doRenderLabelMethod · 0.80
doUpdateLabelsMethod · 0.80
_doRenderTitlesMethod · 0.80
doUpdateTitlesMethod · 0.80
renderXAxisMethod · 0.80
renderYAxisLabelMethod · 0.80
renderYAxisAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected