jiahuang / d3-timeline

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

Scroll to the end #82

Open diegovigano opened 8 years ago

diegovigano commented 8 years ago

Hi. You work is great that is saved me lots of work. Is there a way to programmatically move the timeline to the right if it is scrollable?

Thank you!

krishtheindian commented 4 years ago

I have the same requirement. My timelines are longer and I want to take the user to the current date at a click of a button say "Go to today" - Today is already highlighted with the TodayLine. Please do let me know any pointers.