jiahuang / d3-timeline

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

support numTicks in addition to time interval #23

Closed amit-git closed 10 years ago

amit-git commented 10 years ago

d3 time scales don't currently support sub seconds intervals for estimating number of ticks. I found it useful to provide it as an override in tickFormat structure.

jiahuang commented 10 years ago

Thanks for this :)