diff --git a/src/app/directives/grafanaGraph.tooltip.js b/src/app/directives/grafanaGraph.tooltip.js index aa5b2abfa42..4c3f5e434d8 100644 --- a/src/app/directives/grafanaGraph.tooltip.js +++ b/src/app/directives/grafanaGraph.tooltip.js @@ -120,6 +120,10 @@ function ($) { scope.appEvent('setCrosshair', { pos: pos, scope: scope }); } + if (seriesList.length === 0) { + return; + } + if (scope.panel.tooltip.shared) { plot.unhighlight();