From ed57bf9fc29ced8e9c9aa7201d97fdecdb4921ac Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 12 Nov 2021 12:55:33 -0700 Subject: [PATCH] Update system_counts.php (#6124) --- .../resources/dashboard/system_counts.php | 91 +++++++++---------- 1 file changed, 45 insertions(+), 46 deletions(-) diff --git a/app/system/resources/dashboard/system_counts.php b/app/system/resources/dashboard/system_counts.php index 6f9840936a..c514f6df4f 100644 --- a/app/system/resources/dashboard/system_counts.php +++ b/app/system/resources/dashboard/system_counts.php @@ -289,57 +289,56 @@ echo "
\n"; if ($show_stat) { - echo " -
-
-
+ //add doughnut chart + ?> +
+
+
- - "; + const system_count_chart = new Chart( + document.getElementById('system_count_chart'), + system_count_config + ); + + ";