Skip to content

Commit d894c13

Browse files
committed
fix(graph): fixed issue with tooltip introduced in recent commit
1 parent da6ac07 commit d894c13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/app/plugins/panel/graph/graph_tooltip.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function ($, _) {
8383
// Stacked series can increase its length on each new stacked serie if null points found,
8484
// to speed the index search we begin always on the last found hoverIndex.
8585
hoverIndex = this.findHoverIndexFromDataPoints(pos.x, series, hoverIndex);
86-
hoverDistance = Math.abs(pos.x - series.data[hoverIndex][0]);
8786
}
8887

8988
results.push({

0 commit comments

Comments
 (0)