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

Method removeScales

src/core/core.registry.js:117–119  ·  view source on GitHub ↗

* @param {...typeof Scale} args

(...args)

Source from the content-addressed store, hash-verified

115 * @param {...typeof Scale} args
116 */
117 removeScales(...args) {
118 this._each('unregister', args, this.scales);
119 }
120
121 /**
122 * @private

Callers 1

Calls 1

_eachMethod · 0.95

Tested by

no test coverage detected