Extend the x-axis maximum limit to include the last date

This commit is contained in:
Paul Gauthier (aider) 2024-07-29 11:45:21 -03:00
parent 130a161b8e
commit 9b78f844a9

View file

@ -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: {