diff --git a/src/api.tooltip.ts b/src/api.tooltip.ts index e87d9e79a..4ee7e1d78 100644 --- a/src/api.tooltip.ts +++ b/src/api.tooltip.ts @@ -36,5 +36,5 @@ Chart.prototype.tooltip.hide = function() { // TODO: get target data by checking the state of focus this.internal.dispatchEvent('mouseout', 0) - this.internal.config.tooltip_onhide.call(this) + this.internal.config.tooltip_onhide.call(this.internal) }