gantt chart- line between tasks

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
doofusLARGE

gantt chart- line between tasks

Post by doofusLARGE » Wed Jul 06, 2005 10:52 pm

Is there anyway to add a vertical line that links two tasks in a Gantt chart?

Also, is there anyway to add a one-date "milestone" task? That is, instead of a horizontal bar, I'd like just a point to display for the task.

Thanks.

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 » Fri Jul 08, 2005 9:28 am

No. The Gantt chart implementation is very simplistic, I've commented elsewhere about what needs doing to fix them (basically a rewrite).
David Gilbert
JFreeChart Project Leader

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

doofusLARGE
Posts: 11
Joined: Thu Jul 07, 2005 7:40 pm

Post by doofusLARGE » Fri Jul 08, 2005 5:03 pm

Can you point me to where you commented on what needs to be rewritten?

Thanks

Locked