MCPcopy Index your code
hub / github.com/bqplot/bqplot / multi_brush_end

Method multi_brush_end

js/src/BrushSelector.ts:678–687  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

676 }
677
678 multi_brush_end(item) {
679 if (this.ignoreBrushEvents) {
680 return;
681 }
682
683 const sel = d3GetEvent().selection;
684 this.model.set('brushing', false);
685 this.convert_and_save(sel, item);
686 this.brushing = false;
687 }
688
689 reset() {
690 this.d3el.selectAll('.selector').remove();

Callers 1

create_brushMethod · 0.95

Calls 2

convert_and_saveMethod · 0.95
d3GetEventFunction · 0.90

Tested by

no test coverage detected