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

Method getScale

src/core/core.registry.js:89–91  ·  view source on GitHub ↗

* @param {string} id * @returns {typeof Scale}

(id)

Source from the content-addressed store, hash-verified

87 * @returns {typeof Scale}
88 */
89 getScale(id) {
90 return this._get(id, this.scales, 'scale');
91 }
92
93 /**
94 * @param {...typeof DatasetController} args

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected