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

Method initialize

js/src/GridHeatMapModel.ts:61–67  ·  view source on GitHub ↗
(attributes, options)

Source from the content-addressed store, hash-verified

59 }
60
61 initialize(attributes, options) {
62 super.initialize(attributes, options);
63 this.on_some_change(['row', 'column', 'color'], this.update_data, this);
64 this.on_some_change(['preserve_domain'], this.update_domains, this);
65 this.update_data();
66 this.update_domains();
67 }
68
69 update_data() {
70 this.dirty = true;

Callers

nothing calls this directly

Calls 2

update_dataMethod · 0.95
update_domainsMethod · 0.95

Tested by

no test coverage detected