mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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 %}
|
{% endfor %}
|
||||||
|
|
||||||
var leaderboardChart = new Chart(ctx, {
|
var leaderboardChart = new Chart(ctx, {
|
||||||
type: 'horizontalBar',
|
type: 'bar',
|
||||||
data: leaderboardData,
|
data: leaderboardData,
|
||||||
options: {
|
options: {
|
||||||
scales: {
|
scales: {
|
||||||
xAxes: [{
|
yAxes: [{
|
||||||
scaleLabel: {
|
scaleLabel: {
|
||||||
display: true,
|
display: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue