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

Method initialize

src/controllers/controller.bar.js:379–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 initialize() {
380 this.enableOptionSharing = true;
381
382 super.initialize();
383
384 const meta = this._cachedMeta;
385 meta.stack = this.getDataset().stack;
386 }
387
388 update(mode) {
389 const meta = this._cachedMeta;

Callers

nothing calls this directly

Calls 1

getDatasetMethod · 0.80

Tested by

no test coverage detected