TimeSeriesChart

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

TimeSeriesChart

Post by Olafsson » Fri Nov 01, 2002 12:29 pm

Hello.

I'm drawing a TimeSeriesChart for my stock rates. How can I draw a chart that does not display weekend days. The weekends don't include any data but still those days appear on my chart.

Gloria

Re: TimeSeriesChart

Post by Gloria » Fri Nov 01, 2002 2:05 pm

Hello,

I also need to draw TimeSeriesChart. But I don't know how to run the Servlet demo for TimeSeriesChart..When i try to run the class in my servlet server it says "404 cant find example1.class". Can you teach me how to run it in Servlet?

Dave Gilbert

Re: TimeSeriesChart

Post by Dave Gilbert » Mon Nov 04, 2002 10:32 am

For now, the HorizontalDateAxis displays a real time line, there is no way to skip weekends (or any other period of time). On my to-do list is to develop a segmented date axis, that allows you to specify time periods that should be excluded from the time line. But I have a lot on, so don't expect it to be done in the short term...

Regards,

DG.

Locked