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

Function axisBrushMoved

src/traces/parcoords/axisbrush.js:427–435  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

425}
426
427function axisBrushMoved(callback) {
428 return function axisBrushMoved(dimension) {
429 var brush = dimension.brush;
430 var extent = getBrushExtent(brush);
431 var newExtent = extent.slice();
432 brush.filter.set(newExtent);
433 callback();
434 };
435}
436
437function dedupeRealRanges(intervals) {
438 // Fuses elements of intervals if they overlap, yielding discontiguous intervals, results.length <= intervals.length

Callers 1

makeBrushFunction · 0.85

Calls 2

getBrushExtentFunction · 0.85
callbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…