diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 6684c1e39..2548e8734 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -575,7 +575,7 @@ module.exports = function(Chart) { // The usual updates this.tooltip.initialize(); this.tooltip._active = this.tooltipActive; - this.tooltip.update(); + this.tooltip.update(true); } // Hover animations