misplaced domain tick labels using SegmentedTimeLine

Discussion about JFreeChart related to stockmarket charts.
Locked
diega

misplaced domain tick labels using SegmentedTimeLine

Post by diega » Mon Aug 04, 2003 4:18 pm

Hi, I recently updated my jfreechart version to 0.9.10 and tried the new SegmentedTimeLine feature. I found out that the first tick label (date) to appear in the domain axis is too far from the origin (misplaced to the right) and it doesnt match with the graph's data.
I dont know what I could be doing wrong, I was testing the newMondayToFriday() constructor for a daily graph, I copied the exact same code from de HighLowSegmentedChart sample except for the part that generates the data since I have my own dates related to the stock prices, can be this the problem?.
Please if someone could help me with this one, I need to know at least if this is a bug or something that I am doing wrong!
Thanks,

Diega.

bkelemen
Posts: 2
Joined: Mon Jun 23, 2003 7:03 pm
Location: New York, NY, US

Sample code?

Post by bkelemen » Mon Aug 25, 2003 12:42 am

Hi Diega,

Can you post some sample code that would reproduce the problem you are having?

Thanks,
Bill

Locked