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

Function brushClear

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

Source from the content-addressed store, hash-verified

420}
421
422function brushClear(brush) {
423 brush.filterSpecified = false;
424 brush.svgBrush.extent = [[-Infinity, Infinity]];
425}
426
427function axisBrushMoved(callback) {
428 return function axisBrushMoved(dimension) {

Callers 1

dragendFunction · 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…