currencies?

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

currencies?

Post by Tom » Tue Apr 24, 2001 6:57 pm

Wondering if your charts can work with row currency data. And how heard would this be to set up?

David Gilbert

RE: currencies?

Post by David Gilbert » Tue Apr 24, 2001 11:12 pm

What is "row currency data"? Do you just mean that the data values are in rows rather than columns, or is this something more technical?

Regards,

DG.

Tom

RE: currencies?

Post by Tom » Wed Apr 25, 2001 12:48 am

I’m talking about real-time data coming into a site before it’s set to charts

David Gilbert

RE: currencies?

Post by David Gilbert » Thu Apr 26, 2001 12:00 am

You'd need to write a class that takes a snapshot from your real-time feed and implements the XYDataSource interface (so that JFreeChart can work with the data).

Then for delivering charts to a web-site, you could use servlets or JSP - this is outside my area of expertise, but there are a couple of downloads in the contributions section of the JFreeChart page that contain sample code for this type of thing.

Regards,

DG.

Locked