How to create chart inside the web application?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bacha
Posts: 1
Joined: Wed Jun 14, 2006 8:53 am

How to create chart inside the web application?

Post by bacha » Wed Jun 14, 2006 9:01 am

I am running a web application by deploying the war file in the server.The application consists of a number of jsp pages.The images embedded in the jsp comes from the /images foleder. Now, I want to create a chart using JFree.

How can I create the chart inside the /images folder of the web application once its deployed and running?

Please Help

Thanks in advance
Bala

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Wed Jun 14, 2006 11:20 am

The search function is your friend: http://www.jfree.org/phpBB2/viewtopic.php?t=9621

prolaznik22
Posts: 11
Joined: Fri Feb 03, 2006 9:27 pm

Post by prolaznik22 » Fri Jun 16, 2006 7:25 pm

Look at the web samples in jfreechar website. There is a war file and source code there.

Locked