From 9b78f844a9c6f5f337c95119b15d70f3c11e03ed Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 29 Jul 2024 11:45:21 -0300 Subject: [PATCH] Extend the x-axis maximum limit to include the last date --- aider/website/_includes/blame.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/website/_includes/blame.md b/aider/website/_includes/blame.md index 6e2eda9a5..53017ac2b 100644 --- a/aider/website/_includes/blame.md +++ b/aider/website/_includes/blame.md @@ -45,7 +45,8 @@ document.addEventListener('DOMContentLoaded', function () { ticks: { maxRotation: 45, minRotation: 45 - } + }, + max: moment('{{ site.data.blame | last | map: "end_date" | first }}').add(1, 'days') }, y: { title: {