This commit is contained in:
2023-04-21 00:13:03 -05:00
parent 752ce96376
commit 8ebdf7bc3b
3 changed files with 9 additions and 5 deletions

View File

@@ -103,7 +103,9 @@ function loadChart(gradeDist) {
datasets: [{
label: 'Grade Distribution',
data: Object.values(gradeDist),
borderWidth: 1
borderWidth: 1,
// borderColor: '#36A2EB',
backgroundColor: '#9BD0F5',
}]
},
options: {