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