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

Method initialize_additional_scales

js/src/HeatMap.ts:74–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 initialize_additional_scales() {
75 if (this.scales.color) {
76 this.listenTo(this.scales.color, 'domain_changed', function () {
77 this.draw();
78 });
79 this.scales.color.on('color_scale_range_changed', this.draw, this);
80 }
81 }
82
83 create_listeners() {
84 super.create_listeners();

Callers

nothing calls this directly

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected