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

Method update_scale_domain

js/src/IndexSelector.ts:122–128  ·  view source on GitHub ↗
(ignore_gui_update)

Source from the content-addressed store, hash-verified

120 }
121
122 update_scale_domain(ignore_gui_update) {
123 // Call the base class function to update the scale.
124 super.update_scale_domain();
125 if (ignore_gui_update !== true) {
126 this.selected_changed();
127 }
128 }
129
130 selected_changed() {
131 if (this.dirty) {

Callers

nothing calls this directly

Calls 1

selected_changedMethod · 0.95

Tested by

no test coverage detected