Search found 4 matches

by oldboys
Wed Apr 09, 2008 9:19 am
Forum: JFreeChart
Topic: 3D Charts in JFreeChart ?
Replies: 2
Views: 3285

there is lot of 3d support in jfreechart. just download the package and give the samples a try.
by oldboys
Tue Apr 08, 2008 1:36 pm
Forum: JFreeChart
Topic: Graph quality on Linux worse than on Windows
Replies: 4
Views: 6425

well, maybe these are just the right default settings on 1.4.2 jdk and they work for my setup. as i said, i haven't changed the rendering hints of the JFreeChart.class. if i change the rendering hints for anti aliasing to OFF, then in my combined chart, which uses a LineAndShapeRenderer and a BarRen...
by oldboys
Tue Apr 08, 2008 11:04 am
Forum: JFreeChart
Topic: NoClassDefFoundError only in shared hosting environment
Replies: 5
Views: 8478

u have to change this in your tomcat env, so maybe look on the tomcat support/forum/ ... or use google.

and yes only setting java.awt.headless=true should be sufficient.
by oldboys
Tue Apr 08, 2008 10:13 am
Forum: JFreeChart
Topic: Graph quality on Linux worse than on Windows
Replies: 4
Views: 6425

i had also an issue with fonts when using a custom true type font (Arial). i tried around on the rendering hints settings, but nothing had really helped. so i switched back to the default implementation in JFreeChart.class. after hours of searching on google i found this link => http: //java.sun.com...