I have got some events: some of them are continuous, some of them are just one-day-events.
I want to beautifully show them on a web page. There is a bunch of date pickers jQuery plugins but I can't find any for showing events.
It can be something with canvas, or svg, or css. I don't need extra functionality. I need just to visualize my data and colorize some events. Something like just a line with date marks and colored event lines on it. Some kind of TIMELINE, yes
I have got some events: some of them are continuous, some of them are just one-day-events.
I want to beautifully show them on a web page. There is a bunch of date pickers jQuery plugins but I can't find any for showing events.
It can be something with canvas, or svg, or css. I don't need extra functionality. I need just to visualize my data and colorize some events. Something like just a line with date marks and colored event lines on it. Some kind of TIMELINE, yes
Share Improve this question edited Aug 2, 2011 at 13:13 fl00r asked Aug 2, 2011 at 13:01 fl00rfl00r 83.7k33 gold badges221 silver badges239 bronze badges 4- 3 Fullcalendar? arshaw./fullcalendar – Calum Commented Aug 2, 2011 at 13:04
- @Calum, not exactly. I need something simplier only to vizualize my data. – fl00r Commented Aug 2, 2011 at 13:07
- 1 Let me get this.. you want to visualize your date based event data - which you referenced with a date-picker, and you don't mean it to be a calendar? – dakdad Commented Aug 2, 2011 at 13:16
- @dakdad, Now it is just a list (date based event data), that I want to show as a timeline (not a calendar) – fl00r Commented Aug 2, 2011 at 13:19
2 Answers
Reset to default 4How about the Simile widget, Timeline?
To add a few options, I'm just going to give you three more:
- chap-links-library example and its github repository
- TimelineJS
- Chronoline
All of them have different applications!