Skip to content
Snippets Groups Projects
Commit aa93a30f authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: fixed typo in units on yaxis

parent 162afb63
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ chartResourceUsageControllerMod.controller('ChartResourceUsageController', ['$sc ...@@ -98,7 +98,7 @@ chartResourceUsageControllerMod.controller('ChartResourceUsageController', ['$sc
//set title, axis etc //set title, axis etc
$scope.chartConfig.title.text = resource.name; $scope.chartConfig.title.text = resource.name;
$scope.chartConfig.yAxis.title.text = resource.units; $scope.chartConfig.yAxis.title.text = resource.unit;
$scope.chartConfig.xAxis.min = $scope.dataService.viewTimeSpan.from.getTime(); $scope.chartConfig.xAxis.min = $scope.dataService.viewTimeSpan.from.getTime();
$scope.chartConfig.xAxis.max = $scope.dataService.viewTimeSpan.to.getTime(); $scope.chartConfig.xAxis.max = $scope.dataService.viewTimeSpan.to.getTime();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment