Add chartjs streaming plugin (#7601)

* Add chartjs streaming plugin

* Update index.php

* Update active_calls.php

* Update system_network_status.php

* Update system_cpu_status.php
This commit is contained in:
Alex
2025-10-28 14:55:42 -07:00
committed by GitHub
parent c85c0e6010
commit 7ff33d6075
5 changed files with 8 additions and 5 deletions

View File

@@ -216,6 +216,7 @@
//include chart.js
echo "<script src='/resources/chartjs/chart.min.js'></script>";
echo "<script src='/resources/chartjs/chartjs-plugin-streaming.js'></script>";
//chart variables
echo "<script>\n";