From b4dad65e9f94b4795a3d39ffbd095e465270ee31 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 12 Sep 2024 15:18:57 -0700 Subject: [PATCH] feat: Add configuration to display all x-axis labels --- aider/website/_includes/leaderboard_graph.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aider/website/_includes/leaderboard_graph.html b/aider/website/_includes/leaderboard_graph.html index a7b0640cd..4596dc1df 100644 --- a/aider/website/_includes/leaderboard_graph.html +++ b/aider/website/_includes/leaderboard_graph.html @@ -87,6 +87,13 @@ display: true, text: 'Correct Exercises (%)' } + }, + x: { + ticks: { + autoSkip: false, + maxRotation: 90, + minRotation: 90 + } } }, plugins: {