pb with timeSeriesCharts

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

pb with timeSeriesCharts

Post by Helene » Mon Apr 29, 2002 4:16 pm

Hello,
I use the jfreechart-0.7.4 to draw time series charts.
Do you know where I can find the files Date.java, Day.java, Millisecond.java?
I can't find the directory date and I would like to create my own class containing year, month, day AND hour.
Thanks a lot,
Helene.

David Gilbert

Re: pb with timeSeriesCharts

Post by David Gilbert » Mon Apr 29, 2002 4:37 pm

These classes are part of the JCommon class library (for now, anyway) which you can download from:

http://www.object-refinery.com/jcommon/index.html

I'd recommend that you download the latest version of JFreeChart and JCommon, as there have been some bug fixes for the time series classes.

Regards,

DG.

Locked