MCPcopy Create free account
hub / github.com/bqplot/bqplot / relayout

Method relayout

js/src/Lines.ts:306–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 }
305
306 relayout(): void {
307 this.set_ranges();
308 this.update_line_xy(false);
309 }
310
311 selector_changed(pointSelector, rectSelector): [] {
312 if (pointSelector === undefined) {

Callers

nothing calls this directly

Calls 2

set_rangesMethod · 0.95
update_line_xyMethod · 0.95

Tested by

no test coverage detected