(context)
| 31 | } |
| 32 | |
| 33 | function 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 | |
| 41 | function onAnimationProgress(context) { |
| 42 | const chart = context.chart; |