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

Method color_change

js/src/IndexSelector.ts:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 color_change() {
68 if (this.model.get('color') !== null) {
69 this.line.style('stroke', this.model.get('color'));
70 }
71 }
72
73 initial_click() {
74 this.line.attr('visibility', 'visible');

Callers 4

renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
create_brushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected