Search code examples
javascriptvisualizationtimeline

Visualization tool for a timeline using bars


I have a dataset consisting of event start in date and time format, event end in date and time format and the duration between the event 1 and event 2.

I can't include a picture since I do not have enough reputations. Therefore, I'm including a link instead: https://i.sstatic.net/y9dCc.png

I have about 30 events which I want to display something like this: http://i.imgur.com/ehCv8by.png

Now I'm wondering whether there is a tool for this visualization already or whether I should choose a different type of visualization for this purpose.


Solution

  • You could use the Google chart lib: https://google-developers.appspot.com/chart/interactive/docs/gallery/timeline

    They provide a extra Timeline graph visualization.