I have a timeSeries chart but for the y-axis I need to it from:
dd-yyyy to dd
but not day of year
I have a specific time range actually it's a 60-day range so ..
it should really be converted to a 1 - 60 day value .. I have the function created already that will perform the conversion I just don't know how err. where to use it. Any help?
Easy fix hopefully
See
http://www.jfree.org/phpBB2/viewtopic.php?t=9576
Use SimpleDateFormat, and override the domain axis of the plot.
http://www.jfree.org/phpBB2/viewtopic.php?t=9576
Use SimpleDateFormat, and override the domain axis of the plot.