Gantt Chart Clarification

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
POruganti
Posts: 10
Joined: Tue May 08, 2007 1:09 pm
Location: LONDON

Gantt Chart Clarification

Post by POruganti » Tue May 08, 2007 1:19 pm

Hi,

I am new to JFreeChart.
I want to create GanttChart.
But the GanttChart should have only lines for each task's start time and End Time without Bar filling the gap between the start time and end time.
Also each task can have the subtasks and the subtasks also should have only lines as specified above for start time and end time..

Thanks & Regards,
Pavani Oruganti.
[/img]

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue May 08, 2007 4:28 pm

The Gantt Chart in JFreeChart is just a fairly simple representation of tasks/subtasks. You might find it doesn't support everything you'd like, unfortunately.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked