Vertical category labels don't line up.

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

Vertical category labels don't line up.

Post by Nishan Krikorian » Tue May 28, 2002 3:32 pm

When vertical category labels are of differing lengths, they don't seem to line up. They should all be flushed right (or more precisely, flushed top). But they kind of waver. They're not flushed left, center, or right. Any fix here?

Nish

David Gilbert

Re: Vertical category labels don't line up.

Post by David Gilbert » Tue May 28, 2002 5:38 pm

I'm pretty sure it is a bug in one (or more) of the JDK1.3 releases from Sun. I've seen it with the JDK1.3 bundled with JBuilder. Try the IBM JDK, that fixes it for me.

Regards,

DG.

Nishan Krikorian

Re: Vertical category labels don't line up.

Post by Nishan Krikorian » Sun Jun 02, 2002 5:27 pm

Yep, you're right. It looks good in IBM J2RE 1.3.0. I guess that's what we'll be using from now on -- in Windows anyway, and maybe AIX also. I don't know what it looks like in Solaris yet. Is there any alternative to Sun's JRE there?

Nish

Locked