jiahuang / d3-timeline

Simple JS timeline plugin for d3
1.03k stars 282 forks source link

Added property to turn time axis on/off #50

Closed gilxa1226 closed 9 years ago

gilxa1226 commented 9 years ago

Added property to turn time axis on/off.

example:

var chart = d3.timeline().showTimeAxis(false);