Revert "aider: Change the graph to a horizontal bar graph."

This reverts commit 753ea441ea.
This commit is contained in:
Paul Gauthier 2024-05-04 10:35:26 -07:00
parent 26856c729e
commit d96dc9ef63

View file

@ -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,
},