From 7b3ddaef13d5c37b82c4378b8b897a2246870de9 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 3 Jun 2020 11:24:24 -0400 Subject: [PATCH] Update report.php --- admin/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/report.php b/admin/report.php index 6aad268..ae01691 100644 --- a/admin/report.php +++ b/admin/report.php @@ -111,7 +111,7 @@ while($d = mysqli_fetch_array($r)){ dataPoints: [ ] - },{ + },{ type: "line", visible: true, showInLegend: true, @@ -120,7 +120,7 @@ while($d = mysqli_fetch_array($r)){ dataPoints: [ ] - },{ + },{ type: "column", visible: true, showInLegend: true, -- 2.20.1