mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
fix: update scale configuration in leaderboard_graph.html
This commit is contained in:
parent
13d3b7c9b3
commit
d84a9d6df2
1 changed files with 3 additions and 8 deletions
|
@ -59,14 +59,9 @@
|
||||||
data: leaderboardData,
|
data: leaderboardData,
|
||||||
options: {
|
options: {
|
||||||
scales: {
|
scales: {
|
||||||
yAxes: [{
|
y: {
|
||||||
scaleLabel: {
|
beginAtZero: true
|
||||||
display: true,
|
}
|
||||||
},
|
|
||||||
ticks: {
|
|
||||||
beginAtZero: true
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue