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

Method update_data

js/src/GraphModel.ts:180–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 update_data() {
181 this.dirty = true;
182 this.updateNodeData();
183 this.updateLinkData();
184 this.update_domains();
185 this.dirty = false;
186 this.trigger('data_updated');
187 }
188
189 update_domains() {
190 const scales = this.getScales();

Callers 1

initializeMethod · 0.95

Calls 3

updateNodeDataMethod · 0.95
updateLinkDataMethod · 0.95
update_domainsMethod · 0.95

Tested by

no test coverage detected