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?
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?
Share Improve this question edited Jul 23, 2012 at 5:00 Rndm 6,8607 gold badges41 silver badges59 bronze badges asked Jul 23, 2012 at 4:47 Sovanrith PrakSovanrith Prak 2942 gold badges7 silver badges18 bronze badges 2- With HTML5, for better effects you may use canvas. – Bali Balo Commented Jul 23, 2012 at 4:48
- 1 you can have a look at stackoverflow.com/questions/10418534/… and webdeveloperjuice.com/2011/09/28/… – Shreedhar Commented Jul 23, 2012 at 4:50
3 Answers
Reset to default 12Using 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.
you could try http://functionn.blogspot.com/2012/03/timeline-javascript-library-for.html
or any of the following:
http://functionn.blogspot.com/search/label/timelines
:)
If you want a super-simple, non-interactive, way of displaying timeline data in a few lines of HTML, you can use the Google Charts API to do it. Here's a self-contained example: https://gist.github.com/KorkyPlunger/16c540f7b622b8906c1351e44bf1bf3c