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

Method reset_selection

js/src/Pie.ts:593–600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591 }
592
593 reset_selection() {
594 this.model.set('selected', null);
595 this.touch();
596 this.selected_indices = null;
597 this.clear_style(this.selected_style);
598 this.clear_style(this.unselected_style);
599 this.set_default_style();
600 }
601
602 compute_view_padding() {
603 const scales = this.model.getScales();

Callers

nothing calls this directly

Calls 2

clear_styleMethod · 0.95
set_default_styleMethod · 0.95

Tested by

no test coverage detected