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

Method _updateScales

src/core/core.controller.js:542–549  ·  view source on GitHub ↗

* @private

()

Source from the content-addressed store, hash-verified

540 * @private
541 */
542 _updateScales() {
543 each(this.scales, (scale) => {
544 layouts.removeBox(this, scale);
545 });
546
547 this.ensureScalesHaveIDs();
548 this.buildOrUpdateScales();
549 }
550
551 /**
552 * @private

Callers 1

updateMethod · 0.95

Calls 3

ensureScalesHaveIDsMethod · 0.95
buildOrUpdateScalesMethod · 0.95
eachFunction · 0.85

Tested by

no test coverage detected