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

Method relayout

js/src/Figure.ts:928–933  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

926 }
927
928 relayout() {
929 if (this.rendered && !this.relayoutRequested) {
930 this.relayoutRequested = true; // avoid scheduling a relayout twice
931 requestAnimationFrame(this.relayoutImpl.bind(this));
932 }
933 }
934
935 relayoutImpl() {
936 this.relayoutRequested = false; // reset relayout request

Callers 2

initializeMethod · 0.95
update_titleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected