Easy fix hopefully

Discussion about JFreeChart related to stockmarket charts.
Locked
dudeWheresMyChart

Easy fix hopefully

Post by dudeWheresMyChart » Thu Jul 15, 2004 8:16 pm

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?

hongping
Posts: 14
Joined: Thu Jul 29, 2004 1:32 am

Post by hongping » Mon Aug 16, 2004 5:32 pm

See
http://www.jfree.org/phpBB2/viewtopic.php?t=9576

Use SimpleDateFormat, and override the domain axis of the plot.

Locked