We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6ac07 commit d894c13Copy full SHA for d894c13
public/app/plugins/panel/graph/graph_tooltip.js
@@ -83,7 +83,6 @@ function ($, _) {
83
// Stacked series can increase its length on each new stacked serie if null points found,
84
// to speed the index search we begin always on the last found hoverIndex.
85
hoverIndex = this.findHoverIndexFromDataPoints(pos.x, series, hoverIndex);
86
- hoverDistance = Math.abs(pos.x - series.data[hoverIndex][0]);
87
}
88
89
results.push({
0 commit comments