Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ addPlugins
Method
addPlugins
src/core/core.registry.js:50–52 ·
view source on GitHub ↗
* @param {...any} args
(...args)
Source
from the content-addressed store, hash-verified
48
* @param {...any} args
49
*/
50
addPlugins(...args) {
51
this._each(
'register'
, args, this.plugins);
52
}
53
54
/**
55
* @param {...typeof Scale} args
Callers
nothing calls this directly
Calls
1
_each
Method · 0.95
Tested by
no test coverage detected