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

Method relayout

js/src/FastIntervalSelector.ts:157–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 relayout() {
158 super.relayout();
159
160 this.adjust_rectangle();
161 this.background.attr('width', this.width).attr('height', this.height);
162
163 this.set_range([this.scale]);
164 }
165
166 reset() {
167 this.rect.attr('x', 0).attr('width', 0);

Callers

nothing calls this directly

Calls 2

adjust_rectangleMethod · 0.95
set_rangeMethod · 0.80

Tested by

no test coverage detected