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
Creating A Fiscal Week Chart
Re: Creating A Fiscal Week Chart
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
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
Re: Creating A Fiscal Week Chart
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
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