From 4600e5f98eafea1807f82896d548621e2e0c322e Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 12 Nov 2021 12:56:11 -0700 Subject: [PATCH] Update missed_calls.php (#6122) --- .../resources/dashboard/missed_calls.php | 80 +++++++++---------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/app/xml_cdr/resources/dashboard/missed_calls.php b/app/xml_cdr/resources/dashboard/missed_calls.php index 62b6f53e25..63e6828002 100644 --- a/app/xml_cdr/resources/dashboard/missed_calls.php +++ b/app/xml_cdr/resources/dashboard/missed_calls.php @@ -74,51 +74,51 @@ $row_style["0"] = "row_style0"; $row_style["1"] = "row_style1"; - echo " -
-
-
- - "; + const missed_calls_chart = new Chart( + document.getElementById('missed_calls_chart'), + missed_calls_config + ); + + "; echo "\n";