diff --git a/aider/website/_includes/leaderboard.js b/aider/website/_includes/leaderboard.js index 6d832eff4..3625c615e 100644 --- a/aider/website/_includes/leaderboard.js +++ b/aider/website/_includes/leaderboard.js @@ -173,7 +173,7 @@ document.addEventListener('DOMContentLoaded', function () { ticks: { autoSkip: false, // Prevent labels from being automatically skipped maxRotation: 90, // Allow labels to rotate up to 90 degrees - minRotation: 90, // Force labels to rotate 90 degrees if needed + minRotation: 0, callback: function(value, index) { const label = this.getLabelForValue(value); if (label.length <= "claude-3-5-sonnet".length) {