mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Revert "aider: Change the graph to a horizontal bar graph."
This reverts commit 753ea441ea
.
This commit is contained in:
parent
26856c729e
commit
d96dc9ef63
1 changed files with 2 additions and 2 deletions
|
@ -60,11 +60,11 @@ it will work best with models that score well on the code editing benchmark.
|
|||
{% endfor %}
|
||||
|
||||
var leaderboardChart = new Chart(ctx, {
|
||||
type: 'horizontalBar',
|
||||
type: 'bar',
|
||||
data: leaderboardData,
|
||||
options: {
|
||||
scales: {
|
||||
xAxes: [{
|
||||
yAxes: [{
|
||||
scaleLabel: {
|
||||
display: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue