jiahuang / d3-timeline

Simple JS timeline plugin for d3
1.04k stars 280 forks source link

Does not work at all with dates in ranges of several years #81

Open ITsvetkoFF opened 8 years ago

ITsvetkoFF commented 8 years ago

For instance this setup:

"starting_time": 1155752800000, "ending_time": 1355759900000

hangs browser almost forever

ITsvetkoFF commented 8 years ago

Reason: it is drawing each hour on an axis if there is no showTimeAxis()