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