mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 16:04:03 +01:00
Merge pull request #2416 from brizido/fix-tooltip-body
Fix tooltip body
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user