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

Method update_scale_domain

js/src/FastIntervalSelector.ts:173–179  ·  view source on GitHub ↗
(ignore_gui_update)

Source from the content-addressed store, hash-verified

171 }
172
173 update_scale_domain(ignore_gui_update) {
174 // Call the base class function to update the scale.
175 super.update_scale_domain();
176 if (ignore_gui_update !== true) {
177 this.selected_changed();
178 }
179 }
180
181 selected_changed() {
182 //TODO: should the size get overridden if it was set previously and

Callers

nothing calls this directly

Calls 1

selected_changedMethod · 0.95

Tested by

no test coverage detected