Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ addElements
Method
addElements
src/core/core.registry.js:43–45 ·
view source on GitHub ↗
* @param {...typeof Element} args
(...args)
Source
from the content-addressed store, hash-verified
41
* @param {...typeof Element} args
42
*/
43
addElements(...args) {
44
this._each(
'register'
, args, this.elements);
45
}
46
47
/**
48
* @param {...any} args
Callers
nothing calls this directly
Calls
1
_each
Method · 0.95
Tested by
no test coverage detected