Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ removeElements
Method
removeElements
src/core/core.registry.js:103–105 ·
view source on GitHub ↗
* @param {...typeof Element} args
(...args)
Source
from the content-addressed store, hash-verified
101
* @param {...typeof Element} args
102
*/
103
removeElements(...args) {
104
this._each(
'unregister'
, args, this.elements);
105
}
106
107
/**
108
* @param {...any} args
Callers
1
core.registry.tests.js
File · 0.80
Calls
1
_each
Method · 0.95
Tested by
no test coverage detected