MCPcopy Create free account
hub / github.com/plotly/plotly.js / getBrushExtent

Function getBrushExtent

src/traces/parcoords/axisbrush.js:418–420  ·  view source on GitHub ↗
(brush)

Source from the content-addressed store, hash-verified

416}
417
418function getBrushExtent(brush) {
419 return brush.svgBrush.extent.map(function(e) {return e.slice();});
420}
421
422function brushClear(brush) {
423 brush.filterSpecified = false;

Callers 1

axisBrushMovedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…