Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ updateBoxFillColor
Method
updateBoxFillColor
js/src/Boxplot.ts:137–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
}
136
137
private updateBoxFillColor() {
138
this.d3el.selectAll(
'.box'
).style(
'fill'
, this.model.get(
'box_fill_color'
));
139
}
140
141
private updateOpacities() {
142
this.d3el
Callers
1
set_default_style
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected