diff --git a/public/app/plugins/panel/graph/graph_tooltip.js b/public/app/plugins/panel/graph/graph_tooltip.js index afc05a9fc75..1256c1b83e8 100644 --- a/public/app/plugins/panel/graph/graph_tooltip.js +++ b/public/app/plugins/panel/graph/graph_tooltip.js @@ -165,6 +165,7 @@ function ($, core) { this.clear = function(plot) { $tooltip.detach(); plot.clearCrosshair(); + plot.unhighlight(); }; this.show = function(pos, item) {