--- a/displayAgency.php +++ b/displayAgency.php @@ -4,9 +4,9 @@ include_header("Agency"); $agency = htmlentities(strip_tags($_REQUEST['agency'])); - echo ''; - echo ''; - echo ''; + MethodCountGraph($agency); + CnCGraph($agency); + MethodValueGraph($agency); /*biggest contracts spending by year spending by industry/category @@ -63,6 +63,7 @@ split by portfolio */ include_header("Agencies"); +agenciesGraph(); $query = 'SELECT SUM("value"), "agencyName" FROM contractnotice WHERE "childCN" = 0