timeline

Discussion about JFreeChart related to stockmarket charts.
Locked
sgrant
Posts: 1
Joined: Mon May 22, 2006 11:32 pm

timeline

Post by sgrant » Mon May 22, 2006 11:39 pm

Hello, I may have missed a post about this, so forgive me if this has been answered already. I need a timeline for my chart's domain that shows dates for data that I have and only for data that I have. So for example if weekends and holidays are missing, I don't draw those days. I have found the segmented timeline, but it has a number of bugs. Has anyone solved this problem? Can anyone give any advice on the best solution? Write my own timeline perhaps?

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Wed May 24, 2006 8:15 am

If you want to have a discontinuous axis you should try the CategoryAxis.

Jerry
Posts: 2
Joined: Fri Apr 21, 2006 10:47 am
Location: Latvia

Post by Jerry » Sat May 27, 2006 1:36 pm

To exclude time segments use object of SegmentedTimeline class for your DateAxis object.
In the begining God created the heaven and the earth

Locked