mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 06:34:59 +00:00
Extend the x-axis maximum limit to include the last date
This commit is contained in:
parent
130a161b8e
commit
9b78f844a9
1 changed files with 2 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue