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

Method multi_brush_move

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

Source from the content-addressed store, hash-verified

649 }
650
651 multi_brush_move(item) {
652 if (this.ignoreBrushEvents) {
653 return;
654 }
655
656 const extent = d3GetEvent().selection;
657
658 this.update_text(item, extent);
659 this.convert_and_save(extent, item);
660 }
661
662 update_text(item, extent) {
663 if (extent === null) {

Callers 1

create_brushMethod · 0.95

Calls 3

update_textMethod · 0.95
convert_and_saveMethod · 0.95
d3GetEventFunction · 0.90

Tested by

no test coverage detected