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

Method relayout

js/src/Bars.ts:222–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 relayout(): void {
223 this.set_ranges();
224 this.compute_view_padding();
225 this.drawZeroLine();
226 this.updateInternalScales();
227 this.drawBars();
228 }
229
230 invert_point(pixel) {
231 if (pixel === undefined) {

Callers

nothing calls this directly

Calls 5

set_rangesMethod · 0.95
compute_view_paddingMethod · 0.95
drawZeroLineMethod · 0.95
updateInternalScalesMethod · 0.95
drawBarsMethod · 0.95

Tested by

no test coverage detected