From 314f398887d0858802c37a29d4866873e7b7de82 Mon Sep 17 00:00:00 2001 From: Ricardo Brizido Date: Fri, 29 Apr 2016 12:11:15 +0100 Subject: [PATCH] Fix tooltip body --- src/core/core.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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