Search found 1 match
- Mon Nov 02, 2009 4:59 am
- Forum: JFreeChart
- Topic: Problem with the DateAxis labels
- Replies: 8
- Views: 12583
Re: Problem with the DateAxis labels
Does Jfreechart 1.0.13 has solved this problem? Jfreechart 1.0.13 does not fix this issue, but I worked around it by creating a DateAxis subclass and overriding the calculateLowestVisibleTickValue method with the following: public Date calculateLowestVisibleTickValue(DateTickUnit unit) { // To avoi...