mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
feat: add y-axis label to leaderboard charts
This commit is contained in:
parent
aec92c7c17
commit
04662f0875
1 changed files with 5 additions and 1 deletions
|
@ -91,7 +91,11 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
options: {
|
||||
scales: {
|
||||
y: {
|
||||
beginAtZero: true
|
||||
beginAtZero: true,
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Percent completed correctly'
|
||||
}
|
||||
},
|
||||
x: {
|
||||
ticks: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue