if ($scope.graphType === GraphTypes.NORMAL) {
                    data = $scope.normalData[$scope.statusName];
                } else {
                    data = $scope.deltaData[$scope.statusName];
                }