graphs and charts

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

graphs and charts

Post by Kiran Jangam » Fri Sep 06, 2002 6:40 am

Hi,
I am currently working on generating graphs and charts dynamically using the available data. We have to put it on a website. I am a student at University of South Carolina. Could any one please send me links to tutorials related to this topic.

Thanks,
Kiran

David Gilbert

Re: graphs and charts

Post by David Gilbert » Fri Sep 06, 2002 10:05 am

Hi Kiran,

There is now a chapter on servlets in the JFreeChart documentation (available to purchase from Kagi).

Other alternatives you might consider:

1) Bryan Scott's servlet demo, you can download the war file from SourceForge.

2) The Cewolf Project, a JSP tag library based on JFreeChart. There is a link on the JFreeChart page.

Regards,

DG.

Locked