MCPcopy
hub / github.com/chartjs/Chart.js / beforeLayout

Method beforeLayout

src/scales/scale.time.js:302–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 beforeLayout() {
303 super.beforeLayout();
304 this._cache = {
305 data: [],
306 labels: [],
307 all: []
308 };
309 }
310
311 determineDataLimits() {
312 const options = this.options;

Callers

nothing calls this directly

Calls 1

beforeLayoutMethod · 0.65

Tested by

no test coverage detected