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

Method update

src/core/core.config.js:197–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 update() {
198 const config = this._config;
199 this.clearCache();
200 initOptions(config);
201 }
202
203 clearCache() {
204 this._scopeCache.clear();

Callers

nothing calls this directly

Calls 2

clearCacheMethod · 0.95
initOptionsFunction · 0.85

Tested by

no test coverage detected