feat: add y-axis label to leaderboard charts

This commit is contained in:
Paul Gauthier (aider) 2024-12-06 14:45:25 -08:00
parent aec92c7c17
commit 04662f0875

View file

@ -91,7 +91,11 @@ document.addEventListener('DOMContentLoaded', function () {
options: { options: {
scales: { scales: {
y: { y: {
beginAtZero: true beginAtZero: true,
title: {
display: true,
text: 'Percent completed correctly'
}
}, },
x: { x: {
ticks: { ticks: {