Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ colors_updated
Method
colors_updated
js/src/MarketMap.ts:916–919 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
914
}
915
916
colors_updated() {
917
this.colors = this.model.get(
'colors'
);
918
this.recolor_chart();
919
}
920
921
get_color(index, length) {
922
return
this.colors[index % length];
Callers
nothing calls this directly
Calls
1
recolor_chart
Method · 0.95
Tested by
no test coverage detected