Gannt Gantt chart with a image(Status light and extra column

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
anbillava
Posts: 3
Joined: Tue Apr 07, 2009 9:18 pm

Gannt Gantt chart with a image(Status light and extra column

Post by anbillava » Wed Apr 15, 2009 6:35 pm

<HTML>
<BODY>
Is there a way to add extra columns for each task in a Gantt Chart.
I have situation where there is tow more columns are coming towards each task. One column is having an

image which tells some status and one other column is having current task of the main task. Please let

me know is this achievable.
Sample Chart is shown below (Paste in a html file to view)
<TABLE border=1>
<TR>
<TD colspan=3></td><tD colspan=4> 2007</tD><tD colspan=4> 2008</tD> <tD colspan=4>

2009</tD>
</TR>
<tr><TD colspan=3></td><td>Q1</td><td>Q2</td><td>Q3</td><td>Q4</td>
<td>Q1</td><td>Q2</td><td>Q3</td><td>Q4</td><td>Q1</td><td>Q2</td><td>Q3</td><td>Q4</td>
</tr>
<td>Task </td><td>Sub Task</td> <td> Image </td>
</tr>
<tr>
<td>aaaaaa</td>
<td> 1</td>
<td></td>
<td colpsan=4>--------------</td>
</tr>
<tr>
<td>bbbbbbb</td>
<td> 2</td>
<td></td>
<td colpsan=4>--------------</td>
</tr>
</TABLE>
</BODY>
</HTML>

Locked