Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create timeline chart in HTML/JS/CSS

I need some help or concept from all of you. I want to create a timeline chart with web technology to display tasks that have start and end date on web browser. What technology or concept to create a timeline graphic chart on the browser would be helpful?

like image 794
Sovanrith Prak Avatar asked Jul 23 '12 04:07

Sovanrith Prak


People also ask

What is Javascript timeline?

The Timeline is an interactive visualization chart to visualize data in time. The data items can take place on a single date, or have a start and end date (a range). You can freely move and zoom in the timeline by dragging and scrolling in the Timeline. Items can be created, edited, and deleted in the timeline.


1 Answers

Using preexisting tools:

You could build a calendar using a number of calendar plugins that exist, like FullCalendar for jQuery, or any of these other plugins.

Timeline sliders exist, also for jQuery, like Timeline JS, jQuery Timelinr, Timeglider or Tiki-Toki, of which I think the last sounds more aptly suited to your cause.

like image 152
Ryan Atallah Avatar answered Oct 20 '22 12:10

Ryan Atallah