Search found 3 matches
- Thu Apr 01, 2004 1:22 am
- Forum: JFreeChart
- Topic: jfreechart 0.9.17 and log4j problem and suggestion
- Replies: 13
- Views: 16879
I'd also like to see optional logging. My chart-generating servlet log is now filled with charting info messages. The problem is I occasionally generate some info-level log messages I would like to see. Is there a way to turn off or change the logging levels for jfreechart globally, short of removin...
- Thu Apr 01, 2004 1:15 am
- Forum: JFreeChart
- Topic: 0.9.17 not working in web app
- Replies: 9
- Views: 15342
I don't know if this is related to your issue, but I also had problems upgrading to 0.9.17. I don't think it was the same exception as yours but some exception was being thrown whenever I tried to generate a chart. To correct the problem, I had to upgrade jcommon from 0.9.1 to 0.9.2. The link for jc...
- Sat Mar 27, 2004 1:35 am
- Forum: JFreeChart
- Topic: Getting the active tick unit from the standard ticks units
- Replies: 1
- Views: 2312
Getting the active tick unit from the standard ticks units
I'm having a problem similar to that described in this post http://www.jfree.org/phpBB2/viewtopic.php?t=7360 However, instead of forcing an extra tick mark to appear at my maximum dataset value, I'd willing to use the (hopefully) easier solution of adding one tick unit to the axis upper bound. I hav...