Commit d894c137 by Torkel Ödegaard

fix(graph): fixed issue with tooltip introduced in recent commit

parent da6ac07b
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment