MCPcopy
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

beforeDataLimitsMethod · 0.95
afterDataLimitsMethod · 0.95
beforeBuildTicksMethod · 0.95
afterBuildTicksMethod · 0.95

Calls 2

getContextMethod · 0.95
notifyPluginsMethod · 0.80

Tested by

no test coverage detected