Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hour by hour Timeline display of 'events' - mysql php

Tags:

jquery

php

mysql

I have been googling for a while but haven't come up with anything great as yet.

What I want to do is take mysql data (below) mysql table

and display it in an hourly timeline, something like: desired timeline

Anyone got any good links or tutorials on how to make this happen?

Not looking for an exact solution(although that helps) but just some direction t get me started.

so mysql db with php and jquery

Thanks,

like image 796
Smudger Avatar asked Mar 22 '13 14:03

Smudger


3 Answers

These timeline / gantt plugins should get you most of the way there, likely just need to setup the JSON data:

  1. dhtmlxScheduler (Timeline View)

    Timeline View

  2. Bluelinemedia Timeline

    Bluelinemedia Timeline

  3. Pure CSS Timeline - Matt Bango (link does not work anymore)

    Pure CSS Timeline

  4. Chronoline JS

    Chronoline JS

  5. Timeline JS

    Timeline JS

  6. jQuery.Gantt

    enter image description here

Most of these found using timeline, gantt, jQuery, js keywords

like image 91
MikeM Avatar answered Nov 06 '22 04:11

MikeM


I have been looking for something that can display a timeline with a higher time resolution as well (at least down to hours and minutes). This Timeline might be able to be handle just that:

Timeline by Jos de Jong and Almende B.V.

like image 23
Donatello Avatar answered Nov 06 '22 04:11

Donatello


Timestack is also interesting (and easily hackable).

Google have also their own timeline chart.

like image 6
Epoc Avatar answered Nov 06 '22 03:11

Epoc