by date/agency beginnings
[disclosr.git] / documents / charts.php
blob:a/documents/charts.php -> blob:b/documents/charts.php
--- a/documents/charts.php
+++ b/documents/charts.php
@@ -27,7 +27,7 @@
 
 <?php
     try {
-        $rows = $foidocsdb->get_view("app", "byDateMonthYear?group=true")->rows;
+        $rows = $foidocsdb->get_view("app", "byDateMonthYear?group=true",null, false,false,true)->rows;
 
 
         $dataValues = Array();
@@ -110,7 +110,7 @@
                 }
 <?php
     try {
-        $rows = $foidocsdb->get_view("app", "byAgencyID?group=true")->rows;
+        $rows = $foidocsdb->get_view("app", "byAgencyID?group=true",null, false,false,true)->rows;
 
 
         $dataValues = Array();