Include Chart.js (#6105)

This commit is contained in:
AlexC
2021-11-09 21:58:37 -07:00
committed by GitHub
parent 425bdbefbe
commit 9d9a0632c4
+3
View File
@@ -93,6 +93,9 @@
$document['title'] = $text['title-dashboard']; $document['title'] = $text['title-dashboard'];
require_once "resources/header.php"; require_once "resources/header.php";
//include chart.js
echo "<script src='/resources/chartjs/chart.min.js'></script>";
//start the content //start the content
/* /*
echo "<table cellpadding='0' cellspacing='0' border='0' width='100%'>\n"; echo "<table cellpadding='0' cellspacing='0' border='0' width='100%'>\n";