gantt chart and cpm network generating

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

gantt chart and cpm network generating

Post by donltson » Sat Apr 06, 2002 7:51 am

i write the code to insert data into MS Access database.
Now i am looking some class to generate the gannt chart and cpm network.
is JFreeChart enable to do it.

or do u know any easy way can generate gantt chart and cpm network via my programming before.

i use servlet and html to program my application.
thanks for ur kindly help first.

David Gilbert

Re: gantt chart and cpm network generating

Post by David Gilbert » Mon Apr 08, 2002 9:19 am

> or do u know any easy way can generate gantt chart and cpm
> network via my programming before.

I started integrating the Gantt chart code contributed by Eduard Martinescu (you can download this from the contributions section on the JFreeChart page) but got distracted by something else. I need to put together a demonstration application to be sure that I've included everything that is required.

I'm not sure what a "cpm network" is.

Regards,

DG.

Michael Taylor

Re: gantt chart and cpm network generating

Post by Michael Taylor » Tue Jun 04, 2002 4:50 pm

I just purchased the documentation and down loaded the JFreeChart software including the Gantt Chart enhancement and I am having problems getting started. I am able to get your chart demos to compile and work, but am stuck figuring out how to modify one to produce a Gantt Chart.

Can you send me a copy of the demonstration application that you mentioned in your email?

I would be nice if the Gantt enhancement contained a "ChartFactory.createGanttChart" to contruct the chart.

Regards,
Mike Taylor

David Gilbert

Re: gantt chart and cpm network generating

Post by David Gilbert » Thu Jun 06, 2002 10:55 am

Hi Mike,

Thanks for the reminder...I'm going to take a look at this now.

Regards,

DG.

Michael Taylor

Re: gantt chart and cpm network generating

Post by Michael Taylor » Fri Jun 14, 2002 3:38 pm

I was able to code a java program that pulls data from a database and displays the information as a Gantt Chart. The new release 0.9.0 was instrumental in allow me to complete this task. Thanks so much for the "CreateGanttChart" procedure. I don't think I would have been able to do this the "long" way.

Thanks, keep up the good work

Locked