ITS URGENT PLZ!!!HOW TO START WITH JFREECHARTS???

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

ITS URGENT PLZ!!!HOW TO START WITH JFREECHARTS???

Post by JIIA » Sat May 25, 2002 8:17 am

Hi All!
I am very new to JFREECHARTS. What i want to do is that i want to get some values from the database and then generate any type of chart based on these values dynamically. I want to generate charts from my jsp pages. Is it possible to do so? if YES then HOW??? Could any one help me with some code snippet? and if NO then where can i use this and how?
Its very urgent plz.
JIIA

David Gilbert

Re: ITS URGENT PLZ!!!HOW TO START WITH JFREECHARTS???

Post by David Gilbert » Mon May 27, 2002 9:27 am

1) Here's how to turn your urgent problem into my urgent problem:

http://www.object-refinery.com/services.html

2) Bryan Scott has provided an excellent servlet demo that accesses data from a database via JDBC...the code is in the com.jrefinery.chart.demo.jdbc.servlet package in the download.

3) If you click on the Search link at the top of the page and search for 'JSP' you will find some sample JSP code that someone posted a week or two ago.

Regards,

DG.

Locked