Search found 3 matches

by ygotdanker
Wed Aug 11, 2004 12:16 am
Forum: JCommon
Topic: versions
Replies: 1
Views: 12940

versions

hi. i am writing servlet that shows chars and tabular report. i am using jfreereport-0.8.4_10 and jfreechart-0.9.20. jfreechart-0.9.20 comes with jcommon-0.9.5 while jfreereport-0.8.4_10 comes with jcommon-0.9.3a. when trying to use jcommon-0.9.3a with jfreechart-0.9.20 i get error message. when try...
by ygotdanker
Thu Aug 05, 2004 5:25 pm
Forum: JFreeChart
Topic: charts with servlet
Replies: 3
Views: 3561

charts with servlet

hi. we purchased the developer guid and i tried to deploy servlet that produce png. I used the example shown in page 122 and it is not working. The code that i am using: package MyCompany.Reports; import java.io.IOException; import java.io.OutputStream; import javax.servlet.ServletException; import ...
by ygotdanker
Fri Jul 30, 2004 9:50 pm
Forum: JFreeChart
Topic: leftmargin
Replies: 0
Views: 1839

leftmargin

hi. i am trying to config leftmargin in the report xml: .. <report-config> <defaultpageformat orientation="landscape" pageformat="LETTER" topmargin="72" bottommargin="72" leftmargin="115" rightmargin="5"/> </report-config> .. When viewing the report as HTML the page report is always in the left side...