mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update Chartjs and Sortablejs (#6978)
* minor bug fix * fix spacing of legend * remove extra line break * minor bug fix * Update dashboard_edit.php * Update chart.min.js * Update sortable.min.js
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
if ($dashboard_chart_type == "doughnut") {
|
||||
//add doughnut chart
|
||||
?>
|
||||
<div class='hud_chart'><canvas id='system_counts_chart'></canvas></div>
|
||||
<div class='hud_chart' style='width: 250px;'><canvas id='system_counts_chart'></canvas></div>
|
||||
|
||||
<script>
|
||||
const system_counts_chart = new Chart(
|
||||
|
||||
Reference in New Issue
Block a user