diff --git a/docs/leaderboard.md b/docs/leaderboard.md index 4fb26775e..075615a48 100644 --- a/docs/leaderboard.md +++ b/docs/leaderboard.md @@ -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: 'bar', + type: 'horizontalBar', data: leaderboardData, options: { scales: { - yAxes: [{ + xAxes: [{ scaleLabel: { display: true, },