Update report.php
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 1 Jun 2020 20:34:20 +0000 (16:34 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 20:34:20 +0000 (16:34 -0400)
admin/report.php

index 2f26c9f..087764b 100644 (file)
@@ -39,6 +39,7 @@ $group_id = $_COOKIE['group_id'];
   legend{ border: solid 1px blue; background-color:white; margin:10px; padding:10px; }
   td{ white-space: pre; }
 </style>
+<div id="chartContainer" style="height: 370px; width: 100%; margin: 0px auto;"></div>
 <form id='form3' name='form3' method='POST' action='printer.php'>
 <?PHP
   if($_COOKIE['level'] == 'admin'){
@@ -185,7 +186,6 @@ function toggleDataSeries(e) {
 
 
 
-<div id="chartContainer" style="height: 370px; width: 100%; margin: 0px auto;"></div>
 <script src="../canvasjs.min.js"></script>
 <?PHP
 include_once('footer.php');