Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ invalidatePlugins
Function
invalidatePlugins
src/core/core.controller.js:1265–1267 · src/core/core.controller.js::invalidatePlugins
()
Source
from the content-addressed store, hash-verified
1263
1264
class
="cm">// @ts-ignore
1265
function
invalidatePlugins() {
1266
return
each(Chart.instances, (chart) => chart._plugins.invalidate());
1267
}
1268
1269
export
default Chart;
Callers
2
register
Method · 0.85
unregister
Method · 0.85
Calls
2
each
Function · 0.85
invalidate
Method · 0.80
Tested by
no test coverage detected