mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54: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: {
|
options: {
|
||||||
scales: {
|
scales: {
|
||||||
y: {
|
y: {
|
||||||
beginAtZero: true
|
beginAtZero: true,
|
||||||
|
title: {
|
||||||
|
display: true,
|
||||||
|
text: 'Percent completed correctly'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
x: {
|
x: {
|
||||||
ticks: {
|
ticks: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue