Value Axis Label overlaping values

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

Value Axis Label overlaping values

Post by tony vuolo » Mon Mar 11, 2002 7:37 am

Hi I'm running jdk1.3.0_02 with tomcat 4.0.3. I comiled the demo servlet, and the value axis labels on all of the charts look crunched and they overlap the values. Has anyone seens this before? Is there anyway I can set more space between the value label and the values? Is there something I'm missing?

Thanks,

Tony

David Gilbert

Re: Value Axis Label overlaping values

Post by David Gilbert » Mon Mar 11, 2002 9:40 am

Hi Tony,

I believe this is a bug in the JDK. I first noticed it when I upgraded to JBuilder 5, which includes 1.3.0_02. I also have a copy of the IBM JDK1.3 which works fine. I've not yet tried JDK 1.4.
Regards,

Dave Gilbert

Lars Krog-Jensen

Re: Value Axis Label overlaping values

Post by Lars Krog-Jensen » Mon Mar 11, 2002 1:24 pm

Hi,

I have seen this too, but is fixed in JDK1.3.1 from SUN.

// Lars

tony vuolo

Re: Value Axis Label overlaping values

Post by tony vuolo » Tue Mar 12, 2002 6:26 am

I upgraded to Sun j2re1.4.0 and it works great! thanks!

Tony

Locked