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

Method set_positional_scales

js/src/GridHeatMap.ts:80–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 set_positional_scales() {
81 this.listenTo(this.scales.column, 'domain_changed', () => {
82 if (!this.model.dirty) {
83 this.draw();
84 }
85 });
86 this.listenTo(this.scales.row, 'domain_changed', () => {
87 if (!this.model.dirty) {
88 this.draw();
89 }
90 });
91 }
92
93 private expandScaleDomain(
94 scale,

Callers

nothing calls this directly

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected