Search found 5 matches
- Sat Apr 12, 2008 5:57 am
- Forum: JFreeChart
- Topic: Legend in two columns
- Replies: 7
- Views: 12832
- 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?
- Tue Apr 08, 2008 2:41 am
- Forum: JFreeChart
- Topic: NoClassDefFoundError only in shared hosting environment
- Replies: 5
- Views: 8467
- 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...
- 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()...