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";