From fd3f3c2d692508e006f997566c25628882ecee6c Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 12 Nov 2021 12:55:51 -0700 Subject: [PATCH] Update recent_calls.php (#6121) --- .../resources/dashboard/recent_calls.php | 81 +++++++++---------- 1 file changed, 40 insertions(+), 41 deletions(-) diff --git a/app/xml_cdr/resources/dashboard/recent_calls.php b/app/xml_cdr/resources/dashboard/recent_calls.php index 6be0dbfbe9..8cf3b30897 100644 --- a/app/xml_cdr/resources/dashboard/recent_calls.php +++ b/app/xml_cdr/resources/dashboard/recent_calls.php @@ -74,51 +74,50 @@ $row_style["0"] = "row_style0"; $row_style["1"] = "row_style1"; - echo " -
-
-
+//add doughnut chart + ?> +
+
+
- - "; + const recent_calls_chart = new Chart( + document.getElementById('recent_calls_chart'), + recent_calls_config + ); + + "; echo "\n";