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

Method empty_selection

js/src/BrushSelector.ts:258–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 empty_selection() {
259 this.update_mark_selected();
260 this.model.set('selected_x', null);
261 this.model.set('selected_y', null);
262 this.touch();
263 }
264
265 convert_and_save() {
266 const e = d3GetEvent();

Callers 1

convert_and_saveMethod · 0.95

Calls 1

update_mark_selectedMethod · 0.45

Tested by

no test coverage detected