getEmployeeDetails(scope,element[0].baseURI+'reports/getBarChartReport?byType=AllFunctionalGroup&onDate='+onLoadSearchedDate,'column',element,"Billability For All Functional Group");
getEmployeeDetails(scope,element[0].baseURI+'reports/getBarChartReport?byType=AllFunctionalOrgs&onDate='+onLoadSearchedDate,'column',element,"Billability For All Functional Orgs");
//getEmployeeDetails(scope,element[0].baseURI+'reports/billabilityByFunctionalGroup','column',element,"Billability By Functional Group");
//getEmployeeDetails(scope,element[0].baseURI+'reports/getBillabilityDetailsByAccount','column',element,"Billability By Account");
scope.getBillabilityReportData=function(){
...
...
@@ -21,7 +21,7 @@ myApp.directive('hcPieChart', function () {
else{
if(reportType=='I&A'){
reportTypeApiFormat='I%26A';
}elseif(reportType=="All Functional Group"){
}elseif(reportType=="All Functional Orgs"){
reportTypeApiFormat=reportType.replace(/\s/g,"");
}else{
reportTypeApiFormat=reportType;
...
...
@@ -41,8 +41,8 @@ myApp.directive('hcPieChart', function () {