cmu-delphi / www-epivis

An interactive tool for visualizing epidemiological time-series data.
http://delphi.cmu.edu/epivis/
MIT License
1 stars 3 forks source link

fix upload for simple cases #20

Closed sgratzl closed 2 years ago

sgratzl commented 2 years ago

closes #18

test case:

a,date,v
1,2022-01-01,1
1,2022-01-02,2
1,2022-01-03,3
1,2022-01-04,4
1,2022-01-05,3

need different file to test more

based on #19

sgratzl commented 2 years ago

looks like this with the test file:

image