From 1099cda9e4e78a52ff9b1c5c93606f4cd488820b Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 17:44:50 -0700 Subject: [PATCH] feat: Add responsive options to the Chart.js configuration --- aider/website/_posts/2024-09-26-architect.md | 28 ++++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/aider/website/_posts/2024-09-26-architect.md b/aider/website/_posts/2024-09-26-architect.md index 77a7f2f08..e3cf9c4c2 100644 --- a/aider/website/_posts/2024-09-26-architect.md +++ b/aider/website/_posts/2024-09-26-architect.md @@ -40,6 +40,12 @@ top coding models, as compared to their previous "solo" scores (striped bars). } + {% assign sorted_data = site.data.architect | sort: "pass_rate_2" | reverse %} @@ -47,6 +53,11 @@ top coding models, as compared to their previous "solo" scores (striped bars).