Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ addScales
Method
addScales
src/core/core.registry.js:57–59 ·
view source on GitHub ↗
* @param {...typeof Scale} args
(...args)
Source
from the content-addressed store, hash-verified
55
* @param {...typeof Scale} args
56
*/
57
addScales(...args) {
58
this._each(
'register'
, args, this.scales);
59
}
60
61
/**
62
* @param {string} id
Callers
nothing calls this directly
Calls
1
_each
Method · 0.95
Tested by
no test coverage detected