Simple TimeSeries Chart question

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bztom33
Posts: 35
Joined: Tue Jul 11, 2006 10:35 pm

Simple TimeSeries Chart question

Post by bztom33 » Tue May 20, 2008 11:52 pm

Hi,

I was able to generate the chart I wanted, but x-axis is being truncated when data is not available. I would like to include/force the exact range of x-axis that specified by the user.

X-axis: Feb 07 to Mar 08

current chart:
x-axis is missing Dec, Jan and Mar labels.
|
|
|
|
|
|
|* * * * * * * * * * * * * * * * *
|________________________|_________
mar apr may jun jul aug sep oct



I want to generate something similar to the following example chart.


|
|
|
|
|
|
|* * * * * * * * * * * * * * * * *
|________________________|____________________
mar apr may jun jul aug sep oct dec jan feb


Thanks

Locked