summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatisticsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/StatisticsController.php')
-rwxr-xr-xapplication/controllers/StatisticsController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/controllers/StatisticsController.php b/application/controllers/StatisticsController.php
index 93e63a7..a523683 100755
--- a/application/controllers/StatisticsController.php
+++ b/application/controllers/StatisticsController.php
@@ -98,7 +98,8 @@ class StatisticsController extends Zend_Controller_Action
}
$ret['dataBar'] = $this->eventreportMapper->getSuccessBarCount($poolID);
- $ret['dataPie'] = $this->eventreportMapper->getSuccessPieCount($poolID);
+ $ret['dataPieS'] = $this->eventreportMapper->getSuccessPieCount($poolID);
+ $ret['dataPieT'] = $this->eventreportMapper->getSuccessTypePieCount($poolID);
echo json_encode($ret);