From dedbc20ac6d76f4ebc849286afe1de9c7652fcb5 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Dec 2024 20:02:11 -0400 Subject: [PATCH] feat: Make charts responsive and taller on mobile --- aider/website/_includes/blame.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/aider/website/_includes/blame.md b/aider/website/_includes/blame.md index 6b8559b16..247444811 100644 --- a/aider/website/_includes/blame.md +++ b/aider/website/_includes/blame.md @@ -1,5 +1,24 @@ - - +
+ +
+
+ +
+ + + @@ -43,6 +62,7 @@ document.addEventListener('DOMContentLoaded', function () { type: 'bar', data: blameData, options: { + maintainAspectRatio: false, scales: { x: { type: 'category', @@ -92,6 +112,7 @@ document.addEventListener('DOMContentLoaded', function () { type: 'bar', data: linesData, options: { + maintainAspectRatio: false, scales: { x: { type: 'category',