dynamic graphs

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

dynamic graphs

Post by p8u9 » Fri May 18, 2001 5:04 am

Hi,

I'm trying to create a graph that gets its data updated from a server. Basically getting readings from a temperature sensor. How can i make the graph update it's data and display it?

David Gilbert

RE: dynamic graphs

Post by David Gilbert » Tue May 22, 2001 9:57 pm

When I first wrote JFreeChart I was thinking more about generating static charts that looked good at a range of sizes, rather than dynamically updating charts as new data arrives...so the support for what you want to do is limited.

There's a feature request (406672) on SourceForge for dynamic data sources - that would go some way to meeting your requirement. Unfortunately, I've not had time to start working on it.

Regards,

DG.

Rodrigo

RE: dynamic graphs

Post by Rodrigo » Wed May 23, 2001 7:16 pm

Hi , i have a small quenstion... how i install this class (JfreeChart) anybody can help me?
sorry and tanks
Rodrigo

Locked