mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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: {
|
options: {
|
||||||
scales: {
|
scales: {
|
||||||
y: {
|
y: {
|
||||||
beginAtZero: true
|
beginAtZero: true,
|
||||||
|
title: {
|
||||||
|
display: true,
|
||||||
|
text: 'Correct Exercises (%)'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue