MCPcopy
hub / github.com/chartjs/Chart.js / afterSetDimensions

Method afterSetDimensions

src/core/core.scale.js:530–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

528 this.paddingBottom = 0;
529 }
530 afterSetDimensions() {
531 call(this.options.afterSetDimensions, [this]);
532 }
533
534 _callHooks(name) {
535 this.chart.notifyPlugins(name, this.getContext());

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected