mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed annoying undefined length error
This commit is contained in:
parent
b1b54740f4
commit
e3b046aecf
@ -318,9 +318,9 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
|
||||
if (last - from < -10000) {
|
||||
$scope.datapointsOutside = true;
|
||||
}
|
||||
}
|
||||
|
||||
$scope.datapointsCount += datapoints.length;
|
||||
}
|
||||
|
||||
return series;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user