diff --git a/src/tooltip.js b/src/tooltip.js index 1ceafe4..bb11cc7 100644 --- a/src/tooltip.js +++ b/src/tooltip.js @@ -133,4 +133,5 @@ c3_chart_internal_fn.showTooltip = function (selectedData, element) { }; c3_chart_internal_fn.hideTooltip = function () { this.tooltip.style("display", "none"); + this.config.tooltip_onhide.call(this); };