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

Function mergeIntervals

src/traces/parcoords/axisbrush.js:292–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 }
291
292 var mergeIntervals = function() {
293 // Key piece of logic: once the button is released, possibly overlapping intervals will be fused:
294 // Here it's done immediately on click release while on ordinal snap transition it's done at the end
295 filter.set(filter.getConsolidated());
296 };
297
298 if(d.ordinal) {
299 var a = d.unitTickvals;

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…