diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 195475514..0e103d2bd 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -297,12 +297,12 @@ module.exports = function(Chart) { } }, this, true); - Chart.pluginService.notifyPlugins('afterElementDraw', [this, easingDecimal]); + Chart.pluginService.notifyPlugins('afterDatasetDraw', [this, easingDecimal]); // Finally draw the tooltip this.tooltip.transition(easingDecimal).draw(); - Chart.pluginService.notifyPlugins('afterDatasetDraw', [this, easingDecimal]); + Chart.pluginService.notifyPlugins('afterDraw', [this, easingDecimal]); }, // Get the single element that was clicked on