Search found 5 matches

by eric74b
Sat Apr 12, 2008 5:57 am
Forum: JFreeChart
Topic: Legend in two columns
Replies: 7
Views: 12832

Did anyone find any solution to this yet?
by eric74b
Sat Apr 12, 2008 5:34 am
Forum: JFreeChart
Topic: Legends in multiple lines
Replies: 0
Views: 2376

Legends in multiple lines

Is it possible to tell jfreechart to insert a new line between legends. In my case I have 6 legends to be printed and I want 3 of them on one line and the other three on the next one, how can I tell jfreechart to do that?
by eric74b
Tue Apr 08, 2008 2:41 am
Forum: JFreeChart
Topic: NoClassDefFoundError only in shared hosting environment
Replies: 5
Views: 8467

Thank you, Taqua.

Actually, I found out from the hosting company that I could modify the php.ini file, that might help. I will try that.

Will defining the environment variable as follows be sufficient? :

java.awt.headless=true

[/code]
by eric74b
Mon Apr 07, 2008 9:00 pm
Forum: JFreeChart
Topic: NoClassDefFoundError only in shared hosting environment
Replies: 5
Views: 8467

Thanks Dave. I think you are right. I did some research and I see many people have the same issue when they deploy to Linux. Hosting company will not do install anything or change any configuration just for me. Is there anything you think I can do in my jsp to overcome this issue? I tried to put Sys...
by eric74b
Mon Apr 07, 2008 6:20 pm
Forum: JFreeChart
Topic: NoClassDefFoundError only in shared hosting environment
Replies: 5
Views: 8467

NoClassDefFoundError only in shared hosting environment

Hi, I am trying get the jfreechart 1.0.9 working on Tomcat 5.0.27 with JDK 1.5 both on my development and remote shared hosting environment. For some reason I get error whenever I try to run the following statement on the hosting environment: ChartUtilities.writeChartAsPNG(response.getOutputStream()...