mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Typo
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user