tobydragon / metafora-project

Automatically exported from code.google.com/p/metafora-project
1 stars 0 forks source link

timeline chart view #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Build a view that shows each category (each instance of 
ActionPropertyValueModel, e.g. set of actions where user=Toby) as a timeline, 
with a bar for each "workSession", where a work session is a set of actions 
that happen within x number of seconds (120 to start).

Original issue reported on code.google.com by tdragon1...@gmail.com on 5 Oct 2012 at 8:04

GoogleCodeExporter commented 9 years ago
Tried to use http://gwtgantt.googlecode.com, but could not run and test it.
Reviewed similar chart implementations on the web, but haven't found.

Wanted to use gwt BarChart with 'isStacked' attribute set to 'true' and to give 
different colors to bars.

Original comment by almer.bo...@gmail.com on 5 Oct 2012 at 8:35