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

Timeline - JSON data dates #344

Closed kouts closed 9 years ago

kouts commented 9 years ago

In timeline when json data is used, dates on the timeline view appear one month later. This also happens on the demo: http://almende.github.io/chap-links-library/js/timeline/examples/example17_json_data.html

kouts commented 9 years ago

Closing this, realized that timeline date uses the js Date object so month is zero indexed.