Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ _callHooks
Method
_callHooks
src/core/core.scale.js:534–537 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
532
}
533
534
_callHooks(name) {
535
this.chart.notifyPlugins(name, this.getContext());
536
call(this.options[name], [this]);
537
}
538
539
// Data limits
540
beforeDataLimits() {
Callers
4
beforeDataLimits
Method · 0.95
afterDataLimits
Method · 0.95
beforeBuildTicks
Method · 0.95
afterBuildTicks
Method · 0.95
Calls
2
getContext
Method · 0.95
notifyPlugins
Method · 0.80
Tested by
no test coverage detected