Chart progress

This commit is contained in:
2023-04-20 23:13:57 -05:00
parent 563b7d72d3
commit e9c36d7473
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
</form>
</form>
<div id="grades" value="invisible">
<canvas id="myChart" style="width:100%;max-width:700px"></canvas>
<canvas id="gradeBar" style="width:100%;max-width:700px"></canvas>
</div>
</div>
<script src='main.js'></script>

View File

@@ -80,7 +80,7 @@ async function PapaParse(department, num, name) {
barChart.style.display = '';
}
const myChart = new Chart("myChart", {
const myChart = new Chart("gradeBar", {
type: "bar",
data: {},
options: {}