fix date display

main
xenofem 2022-04-15 04:02:54 -04:00
parent 9595b406ca
commit 79663dc132
1 changed files with 4 additions and 1 deletions

View File

@ -113,9 +113,12 @@ function plot(data) {
},
scales: {
x: {
type: 'timeseries',
type: 'time',
min: document.getElementById('startDate').value,
max: document.getElementById('endDate').value,
time: {
tooltipFormat: 'MMM d, yyyy',
},
},
y: {
min: 0,