mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Typo
This commit is contained in:
parent
0034b6ede7
commit
9797845460
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user