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

Numbers being parsed as date #108

Closed milafrerichs closed 6 years ago

milafrerichs commented 7 years ago

Hi,

nice library and online tool. But one thing I ran into when I wanted to try it out is that a number got parsed as a date. How can I change it to be a number instead?

City (Source),Downtown Pop,2015 City Pop, % of City
Atlanta,25376,463878,5
bildschirmfoto 2017-01-17 um 18 40 54

Thanks.

uf0 commented 7 years ago

Hi, we are aware of dates parsing problem, we are working on it. #106

a quick workaround is to add a decimal to the numbers

City (Source),Downtown Pop,2015 City Pop, % of City
Atlanta,25376.0,463878.0,5
milafrerichs commented 7 years ago

hi @uf0 thanks. hope you find a solution soon. for a small dataset this is feasible but not for other large datasets I have. but thanks for the hint.

uf0 commented 7 years ago

We committed a temporary patch 068ba0cb55d7180230ddaead4348a128677f4613, now it should work also with your original dataset.

Btw we will leave the issue open until we find a more consistent solution.

mikima commented 6 years ago

fixed in version 1.2.0