bug in TaskSeries

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
wsnyder6
Posts: 9
Joined: Thu Sep 28, 2006 3:22 pm

bug in TaskSeries

Post by wsnyder6 » Fri Nov 10, 2006 5:15 pm

I think I found a bug in how the TaskSeries handles Tasks and the Gannt chart displays them.

I create a Task from say, 4/6/2001 to 4/10/2001.
Add SubTask A from say, 4/9/2001 to 4/10/2001. %complete=0
Add SubTask B from say, 4/8/2001 to 4/9/2001. %complete=100

The graph shows the SubTask A at 100% completion.

If I add SubTask A to the TaskSeries after SubTask B, the graph shows SubTask A correctly at 0& completion.

Locked