Add burndown chart date normalisation
This commit is contained in:
@ -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'
|
||||
)
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user