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

Method update_domains

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

Source from the content-addressed store, hash-verified

70 }
71
72 update_domains() {
73 // update_domains is typically overloaded in each mark to update
74 // the domains related to its scales
75 }
76
77 update_scales() {
78 this.unregister_all_scales(this.previous('scales'));

Callers 2

update_dataMethod · 0.95
update_scalesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected