stacked bar chart with timeline

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
gdongre
Posts: 2
Joined: Mon Jul 21, 2008 6:13 pm

stacked bar chart with timeline

Post by gdongre » Mon Jul 21, 2008 6:48 pm

Hi,
See http colon double slash img230.imageshack.us/img230/6443/employeetasksgv3.jpg to understand what I am trying to achieve. I have got this using StackedBarChart. This represents tasks for employee on a day. Hence I tried with DateAxis and able to show some timeline.

Question is since StackedBarChart doesn't accept a timeline in its constructor, the axis and the bars dont match. Am I on the right path or I ahve to use some other type of chart class? or I am missing something. Please help .

Thank You.
Dongre.

Locked