mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Add 15 days to the maximum date range in the blame chart.
This commit is contained in:
parent
9b78f844a9
commit
05685c752b
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue