Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple In-Browser Timeline

I want to make a tool for a game server that will read the connect/disconnect logs and present them in a visually appealing way. The effect I am looking for is similar to this mock-up (Excuse the 'Programmer Art')

Here is my image:

enter image description here

Where the coloured bars show the time the user was connected to the server.

DHX Timeline View is the closest I've come to a viable solution for an in-browser solution. Simile, Mashi, Verite and a few others seem a bit too complex for what I want.

Are there any scripts that can do what I need? Has anyone any experience with this kind of thing? Would it be better to build one? If so, how? (I'm totally open to learning)

like image 676
Conor Avatar asked Aug 20 '12 12:08

Conor


2 Answers

Timeline seems to be very close to what I want.

Here is an example that seems to fulfill my requirements.

like image 146
Conor Avatar answered Sep 28 '22 16:09

Conor


Check out Timeline Portfolio - it's cross browser, it has a tutorial to accompany it, and is very easy to integrate into a site.

Oh, and its also pretty beautiful.

like image 42
jacktheripper Avatar answered Sep 28 '22 16:09

jacktheripper