Merge pull request #2416 from brizido/fix-tooltip-body

Fix tooltip body
This commit is contained in:
Evert Timberg
2016-05-04 16:34:29 -04:00

View File

@@ -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