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

@@ -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: {}