Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ relayout
Method
relayout
js/src/Pie.ts:184–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
relayout() {
185
this.set_ranges();
186
this.positionCenter();
187
this.updateRadius();
188
}
189
190
private positionCenter(animate?: boolean) {
191
const
animation_duration =
Callers
nothing calls this directly
Calls
3
set_ranges
Method · 0.95
positionCenter
Method · 0.95
updateRadius
Method · 0.95
Tested by
no test coverage detected