feat: add label to y-axis of leaderboard graph

This commit is contained in:
Paul Gauthier (aider) 2024-09-12 15:13:22 -07:00
parent 71c5fd1372
commit 84b1c1031a

View file

@ -82,7 +82,11 @@
options: {
scales: {
y: {
beginAtZero: true
beginAtZero: true,
title: {
display: true,
text: 'Correct Exercises (%)'
}
}
},
plugins: {