From d894c13718e115412422fb2b8dbaa99386a69d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 14 Aug 2016 13:18:23 +0200 Subject: [PATCH] fix(graph): fixed issue with tooltip introduced in recent commit --- public/app/plugins/panel/graph/graph_tooltip.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/panel/graph/graph_tooltip.js b/public/app/plugins/panel/graph/graph_tooltip.js index 03c092fa4ac..70eef7c5fe3 100644 --- a/public/app/plugins/panel/graph/graph_tooltip.js +++ b/public/app/plugins/panel/graph/graph_tooltip.js @@ -83,7 +83,6 @@ function ($, _) { // Stacked series can increase its length on each new stacked serie if null points found, // to speed the index search we begin always on the last found hoverIndex. hoverIndex = this.findHoverIndexFromDataPoints(pos.x, series, hoverIndex); - hoverDistance = Math.abs(pos.x - series.data[hoverIndex][0]); } results.push({