Creating A Fiscal Week Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Brian Rickabaugh

Creating A Fiscal Week Chart

Post by Brian Rickabaugh » Mon Dec 16, 2002 8:47 pm

What is the best way to create a Fiscal Week chart in JFreeChart?

I was able to create a Week chart but the dates on the X axis show up as days instead of weeks.

Thanks,

Brian

David Gilbert

Re: Creating A Fiscal Week Chart

Post by David Gilbert » Tue Dec 17, 2002 12:40 am

Hi Brian,

Are you looking for labels like 'W1', 'W2', ..., 'W52'? Unfortunately that would require a modification to the HorizontalDateAxis class...I'm not exactly sure how I would approach it, but it will get put onto the (very long) to-do list.

Regards,

DG

Brian Rickabaugh

Re: Creating A Fiscal Week Chart

Post by Brian Rickabaugh » Tue Dec 17, 2002 2:22 pm

David,

That's what I was thinking,...something like FW1, FW2, etc.

For now I'm going to try to use a LineXY chart to handle this.

Brian

Locked