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

Method color_change

js/src/FastIntervalSelector.ts:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 color_change() {
74 if (this.model.get('color') !== null) {
75 this.rect.style('fill', this.model.get('color'));
76 }
77 }
78
79 click() {
80 this.active = true;

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected