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

Method update_data

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

Source from the content-addressed store, hash-verified

63 }
64
65 update_data() {
66 // Update_data is typically overloaded in each mark
67 // it triggers the "data_updated" event
68 this.update_domains();
69 this.trigger('data_updated');
70 }
71
72 update_domains() {
73 // update_domains is typically overloaded in each mark to update

Callers

nothing calls this directly

Calls 1

update_domainsMethod · 0.95

Tested by

no test coverage detected