pie chart legend remove the whitespace in second line?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
roland
Posts: 5
Joined: Wed Jan 06, 2016 10:09 pm
antibot: No, of course not.

pie chart legend remove the whitespace in second line?

Post by roland » Fri Apr 15, 2016 6:29 pm

The problematic scenario:

Image


The legend text is "THIS IS A TEST THIS IS A TEST THIS IS A TEST THIS IS A TEST THIS IS A TEST"

So there should be a whitespace between TEST and THIS in second line, between IS and A in third line.

Can anybody gives a solution? Thanks!

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: pie chart legend remove the whitespace in second line?

Post by John Matthews » Mon Apr 18, 2016 6:19 am

Presumably, you see something that resembles a space at that point in the source code. You might check your platform's encoding and/or a hex dump of the source code.

roland
Posts: 5
Joined: Wed Jan 06, 2016 10:09 pm
antibot: No, of course not.

Re: pie chart legend remove the whitespace in second line?

Post by roland » Mon Apr 25, 2016 10:23 pm

John Matthews wrote:Presumably, you see something that resembles a space at that point in the source code. You might check your platform's encoding and/or a hex dump of the source code.

I am considering another walk-around, can you have a look at this topic
http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=117556

Locked