Search code examples
javascriptjquerychartstimeline

Creating vertical timelines with Javascript/jQquery


I saw other questions about libraries to create timelines with Javascript. There are some libraries, but they create horizontal timelines, but I want to create a vertical.

So, which is a good library to create vertical timelines?

I don't want a timeline like Facebook with posts, but a simple timeline with years and items like in this question, but vertical instead of horizontal.


Solution

  • I have a jQuery plugin to create a simple vertical timeline. See this for background and this for a demo.