Timeline writing Javascript

I have an idea for an app which will involve taking Tweets via the Twitter API and placing them onto a timeline.

This timeline will be dynamic so no graphics will be used. With this in mind, is there a Javascript library out there which provides the timeline drawing functionality without getting bogged down in HTML5 Canvas and SVG etc?

What about visjs?
It is well documented and handles timelines quite nicely.
http://visjs.org/timeline_examples.html

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.