From 6f8fe44fd6582ec99cd8b04414f77565a35ac263 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 17:28:39 -0700 Subject: [PATCH] feat: Move "Previous SOTA" label to the left side of the graph --- aider/website/_posts/2024-09-26-architect.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/website/_posts/2024-09-26-architect.md b/aider/website/_posts/2024-09-26-architect.md index a62e1236d..d53547938 100644 --- a/aider/website/_posts/2024-09-26-architect.md +++ b/aider/website/_posts/2024-09-26-architect.md @@ -143,7 +143,9 @@ top coding models, as compared to their previous "solo" scores (striped bars). label: { content: 'Previous SOTA', enabled: true, - position: 'end', + position: 'start', + xAdjust: 10, + yAdjust: -10, font: { size: 14 }