diff --git a/src/core/core.controller.js b/src/core/core.controller.js index dd3a05019..2df469516 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -484,6 +484,9 @@ (this.lastTooltipActive.length !== this.tooltipActive.length) || changed) { + if (this.options.tooltips.enabled || this.options.tooltips.custom) { + this.tooltip.update(); + } this.stop(); console.log('render');