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

Method update_scales

js/src/MarkModel.ts:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 update_scales() {
78 this.unregister_all_scales(this.previous('scales'));
79 this.trigger('scales_updated');
80 this.update_domains();
81 }
82
83 unregister_all_scales(scales) {
84 // disassociates the mark with the scale

Callers 1

initializeMethod · 0.95

Calls 2

unregister_all_scalesMethod · 0.95
update_domainsMethod · 0.95

Tested by

no test coverage detected