Add 15 days to the maximum date range in the blame chart.

This commit is contained in:
Paul Gauthier 2024-07-29 11:48:05 -03:00 committed by Paul Gauthier (aider)
parent 9b78f844a9
commit 05685c752b

View file

@ -46,7 +46,7 @@ document.addEventListener('DOMContentLoaded', function () {
maxRotation: 45,
minRotation: 45
},
max: moment('{{ site.data.blame | last | map: "end_date" | first }}').add(1, 'days')
max: moment('{{ site.data.blame | last | map: "end_date" | first }}').add(15, 'days')
},
y: {
title: {