weekly or 5 daychart

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

weekly or 5 daychart

Post by RaviTeja » Thu Jun 27, 2002 2:52 pm

hi David,


Is it possible to generate a WEEKLY CHART or 5 DAY CHART where each day is a intraday chart USING jfreechart.
please let me know.
thanx for developing an excellent package.


regards
ravi teja

David Gilbert

Re: weekly or 5 daychart

Post by David Gilbert » Sun Jun 30, 2002 8:13 pm

Hi Ravi,

The problem (reported previously but not resolved yet) is that the date axes present a real time line and so include 24 hours per day even though a lot of trading data is only for < 8 hours per day. The result is gaps in the chart when you plot intra-day data for more than one day.

I have on my (long) to-do list a plan to work on a TradingDateAxis that allows you to specify trading sessions, and then only display those time periods on the axis. But I haven't started on this yet...

Regards,

DG.

Locked