Duplicate/stacked candlesticks/bars on SegmentedTimeLine

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
maruchan
Posts: 6
Joined: Tue May 16, 2006 9:34 am

Duplicate/stacked candlesticks/bars on SegmentedTimeLine

Post by maruchan » Sun May 21, 2006 1:07 pm

I'm noticing that if i use the SegmentedTimeline refinement on my DateAxis (the x-axis), the chart plots values over top of each other on the fridays. Not exactly sure why it's doing it, has anyone else noticed this that can give some insight?

iazbel
Posts: 2
Joined: Tue Feb 08, 2005 1:58 pm
Contact:

labels on X axis overlap

Post by iazbel » Mon May 29, 2006 1:54 pm

I think I have the same problem. When I use a SegmentedTimeline and add exceptions (in order to avoid drawing weekends), I get overlapping date labels on the X-axis.

Has anyone seen this before / fixed this problem? I am using jfreechart version 0.9.19. Has this been fixed in the latest version?

Ilan

Jii
Posts: 128
Joined: Thu Apr 21, 2005 11:17 am

Post by Jii » Wed May 31, 2006 12:04 pm

I've been asking about the segmentedtimeline for roughly a year now, and i'm still waiting :(

wzwei28
Posts: 105
Joined: Wed Mar 16, 2005 9:17 am
Location: Malaysia, Earth
Contact:

Post by wzwei28 » Thu Jul 20, 2006 8:36 am

don't wait any more... we all a gorup try to settle the ovelapping issue and the excluding non-trading hour ourselves.

Currently I still have two problem... One is data overllaping in exclusion of public holiday + weekend + non-trading day when zoom too deep.

Second one is exclude the gap of the intraday non-trading hour. For instance... my historical movement got 7 days... And if join all together, I will find out some gap after market close to another monrning...

Although I use indexing candlestick can solve this problem but when zooming still have problem... These few weeks must settle it and publish to everyone.

http://chart.n2nconnect.com/FAChart/NNSP.jsp
(Currently only able to exclude non-trading day + public holiday + weekend)

I set timezone to GMT + 8:00 if not have some problem on certain market hours.

Locked