almende / chap-links-library

a web based visualization library for displaying graphs, networks, and timelines
http://almende.github.com/chap-links-library
Apache License 2.0
599 stars 167 forks source link

Cross Browser Timeline #315

Closed cwiggo closed 10 years ago

cwiggo commented 10 years ago

I have a version of the almende timeline working in Google Chrome, but in Firefox all I get is an undefined NaN.

Thanks

cwiggo commented 10 years ago

I used this source to change the format of which I was passing to the data.addRows() function

http://stackoverflow.com/questions/21984406/error-converting-datestring-to-date-object

Now my timeline works across all browsers

josdejong commented 10 years ago

ok great. Note that the successor of chap-links-library, vis.js, supports string dates out of the box.