From: Ricardo Brizido Date: Fri, 29 Apr 2016 11:11:15 +0000 (+0100) Subject: Fix tooltip body X-Git-Tag: v2.1.1~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2416%2Fhead;p=thirdparty%2FChart.js.git Fix tooltip body --- 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