Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
core.registry.tests.js
File · 0.80
Calls
1
_each
Method · 0.95
Tested by
no test coverage detected