Using JFreeChart in Webpage

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

Using JFreeChart in Webpage

Post by Paula » Tue Feb 06, 2001 3:48 pm

How I can use JFreeChart into a WebPage, taking data from Microsoft Access????

David Gilbert

RE: Using JFreeChart in Webpage

Post by David Gilbert » Sun Feb 18, 2001 8:02 am

Paula,

You could use JFreeChart in an applet or in a servlet depending on how you want to deliver your web-pages. As an applet, JFreeChart needs the Java plug-in, as most browsers don't support Java 2 yet (although I think Netscape 6 does now).

You will need to write your own implementation of CategoryDataSource or XYDataSource (corresponding to the type of data you have in your database) to get your data from Access.

Regards,

DG.

Troy G

RE: Using JFreeChart in Webpage

Post by Troy G » Mon Feb 19, 2001 5:38 am

Hi David,
What would be involved in using JFreeChart from within a JSP generated page?

Kind regards
Troy G

Locked