mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
feat: add label to y-axis of leaderboard graph
This commit is contained in:
parent
71c5fd1372
commit
84b1c1031a
1 changed files with 5 additions and 1 deletions
|
@ -82,7 +82,11 @@
|
|||
options: {
|
||||
scales: {
|
||||
y: {
|
||||
beginAtZero: true
|
||||
beginAtZero: true,
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Correct Exercises (%)'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue