From e9c36d7473fde9bb621065c38f6f45e1ad045cf2 Mon Sep 17 00:00:00 2001 From: HW Computer Date: Thu, 20 Apr 2023 23:13:57 -0500 Subject: [PATCH] Chart progress --- index.html | 2 +- main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a7ffc5a..ee89551 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@
- +
diff --git a/main.js b/main.js index 640e4e6..16ff250 100644 --- a/main.js +++ b/main.js @@ -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: {}