case 'H':
                            $scope.renewalChart.availableHours += b.available_quantity;
                            consumedHours += b.consumed_quantity;
                            totalHours += b.initial_quantity;
                            days.push(b);