jFree Does not plot the first Month of the range on X Axis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rk0040981
Posts: 1
Joined: Fri Mar 18, 2016 6:07 pm
antibot: No, of course not.

jFree Does not plot the first Month of the range on X Axis

Post by rk0040981 » Fri Mar 18, 2016 6:16 pm

We are struggling with a peculiar issue with JFree. We have to plot a graph spanning over 10 years plotted over month by month.

When the chart shows up, it does not display the first month, but starts with the next month (when we provide a tick skip interval i.e. we want the months to be skipped by 2 or 3 months depending on the range to be plotted.

For e.g. if my start date is Dec 2014, the chart starts from Jan 2015.

If I disable skipping of the months, the x axis becomes unreadable, but the first month does show up.

Please guide if this is a limitation of the API's or there is a work around for this?

TIA
Ritesh

Locked