Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ removePlugins
Method
removePlugins
src/core/core.registry.js:110–112 ·
view source on GitHub ↗
* @param {...any} args
(...args)
Source
from the content-addressed store, hash-verified
108
* @param {...any} args
109
*/
110
removePlugins(...args) {
111
this._each(
'unregister'
, args, this.plugins);
112
}
113
114
/**
115
* @param {...typeof Scale} args
Callers
1
core.registry.tests.js
File · 0.80
Calls
1
_each
Method · 0.95
Tested by
no test coverage detected