MCPcopy 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_rangesMethod · 0.95
positionCenterMethod · 0.95
updateRadiusMethod · 0.95

Tested by

no test coverage detected