example for a bar chart connected to oracle database needed

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

example for a bar chart connected to oracle database needed

Post by sri » Mon Sep 02, 2002 9:22 am

Hi,

I am very new to this jchart and i dont know how to use it..
Can anyone give me the steps of setup of this in steps..

and most important thing is ..
can anyone give me a complete working code of a bar chart , connected to the oracle database and gets the data from the database and prints as a bar graph..

Its very urgent..

thanks

David Gilbert

Re: example for a bar chart connected to oracle database nee

Post by David Gilbert » Mon Sep 02, 2002 9:47 am

The JDBCCategoryChartDemo.java file in CVS is a working example that I wrote using PostgreSQL as the database. This example will be included in JFreeChart 0.9.3 (which is not too far away), but you can get the file now from CVS on SourceForge. The modification to get this demo working against Oracle would be minimal, but I can't write the code for you since I don't have access to an Oracle DB.

Regards,

DG.

sri

Re: example for a bar chart connected to oracle database nee

Post by sri » Mon Sep 02, 2002 10:18 am

Hi,

Can you send me the file to kollisri@ai.ag as i am not able to trace the file in the cvs section.

MY email id is kollisri@ai.ag

Also, can you tell me what to change in the code to connect with oracle..

Thanks a lot..

Sri

Locked