Hi all, I have to generate a gantt chart using jfreechart and cewolf. Checked out the jfreechart api , but have found no leads as to how do i write code for doing the same. Can someone share their examples or code snippets as to how to generate a gantt chart and display it in a jsp using cewolf... Time running out as always.. Thanx in advance Chhaya
I believe you don't need cewolf for this because JFreeChart itself provides means for creating Gantt charts. Download JFreeChart and take a look at src/org/jfree/chart/demo/GanttDemo2.java, for example. Here's a screenshot from jfree.org: