Search found 4 matches

by Silenius
Thu Dec 18, 2008 3:41 am
Forum: JFreeChart
Topic: Gantt - Additional Features
Replies: 19
Views: 36906

These changes were made in a project subject to a Non-Disclosure Agreement (NDA). Sorry, but the following files are all the code I can share. The modified JFreeChart source code files: BarRenderer.java GanttRenderer.java GanttCategoryDataset.java Task.java TaskSeriesCollection.java LineAndShapeGant...
by Silenius
Sun Dec 31, 2006 11:48 pm
Forum: JFreeChart
Topic: Gantt - Additional Features
Replies: 19
Views: 36906

by Silenius
Fri Nov 17, 2006 12:11 am
Forum: JFreeChart
Topic: Gantt - Additional Features
Replies: 19
Views: 36906

Gantt - Additional Features

The JFreeChart source code is great. Recently I needed additional features on my Gantt Charts so I modified some JFreeChart’s files, which was extremely simple. With these modifications you can add Summary Tasks, Milestones/Deliverables, and dependencies between Tasks and Milestones/Deliverables. Yo...
by Silenius
Mon Oct 02, 2006 6:38 pm
Forum: JFreeChart
Topic: Gantt Chart - Task with a Null duration.
Replies: 6
Views: 8766

I also wanted to show singe date 'milestones', as well as lines between tasks that were dependent on each other. Here's what I did: I modified GanttRenderer.java, Task.java, TaskSeriesCollection.java, and GanttCategoryDataset.java appropriately, and also created my own class called Milestone.java. ...