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

Function onAnimationsComplete

src/core/core.controller.js:33–39  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

31}
32
33function onAnimationsComplete(context) {
34 const chart = context.chart;
35 const animationOptions = chart.options.animation;
36
37 chart.notifyPlugins('afterRender');
38 callCallback(animationOptions && animationOptions.onComplete, [context], chart);
39}
40
41function onAnimationProgress(context) {
42 const chart = context.chart;

Callers 1

renderMethod · 0.85

Calls 1

notifyPluginsMethod · 0.80

Tested by

no test coverage detected