| Author |
Generate Gantt Chart using JfreeChart and cewolf
|
Chhaya Dhanani
Ranch Hand
Joined: Apr 11, 2001
Posts: 70
|
|
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
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
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:
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Generate Gantt Chart using JfreeChart and cewolf
|
|
|