Add burndown chart date normalisation

This commit is contained in:
Gordon
2021-05-01 01:31:03 +01:00
parent d2398ae985
commit 130484ac0c
4 changed files with 1491 additions and 789 deletions

View File

@ -66,7 +66,10 @@ export default class KanbnBurndownPanel {
new Date(Date.parse(KanbnBurndownPanel.currentPanel.startDate)),
new Date(Date.parse(KanbnBurndownPanel.currentPanel.endDate))
]
: null
: null,
null,
null,
'auto'
)
});
}