rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

Trouble parsing dates #183

Closed JetForMe closed 3 years ago

JetForMe commented 5 years ago

Hi. I'm trying to supply the following data, but it seems to consider the Time column to be "String," and won't let me use it as the X-axis value in a scatter plot:

Time,Hb (gm/dL),Hct (%)
2018-12-21 17:16:00,5.5,18.9
2018-12-22 01:00:00,6.4,21.8
2018-12-22 06:54:00,6.7,21.6
2018-12-22 15:41:00,8.4,
2018-12-22 21:45:00,7.9,
2018-12-23 03:33:00,7.5,
2018-12-23 09:31:00,7.7,
2018-12-24 06:02:00,7.6,24.8
2018-12-27 13:27:00,11.2,33.0
2018-12-28 13:35:00,12.2,36.0
2018-12-29 14:45:00,12.5,37.0

That seems to be one of the supported date formats.

adrianmihalko commented 5 years ago

I have the same question. I would like to use hours in my data.

2018-12-29 14:45:00,1

TechnicalLee commented 3 years ago

Same here, doesn't date+time:

2021-02-16 07:35,-22.90 2021-02-16 07:55,-21.50 2021-02-16 08:15,-20.70 2021-02-16 11:35,-23.80 2021-02-16 11:55,-23.60 2021-02-16 12:15,-22.40 2021-02-16 12:35,-22.50

uf0 commented 3 years ago

in v2 we support the following formats

Screenshot 2021-02-23 at 14 32 16