Commit 97978454 by benrubson

Typo

parent 0034b6ed
......@@ -26,8 +26,9 @@ function ($) {
}
}
// Special case of a non stepped line, highlight the very last point just before a null point
while(!series.lines.steps && series.datapoints.points[initial] != null && j>0 && series.datapoints.points[j-ps] == null)
while(!series.lines.steps && series.datapoints.points[initial] != null && j>0 && series.datapoints.points[j-ps] == null) {
j-=ps;
}
return Math.max(j - ps, 0)/ps;
};
......
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