I have three integer values. I need to represent these data as a chart. What should i do. Will iReports be the right option. If so give some pointers to tutorials for the IReports.
+7
A:
iReports is too heavyweight for that. Use JFreeChart http://www.jfree.org/jfreechart/
Juriy
2010-05-11 09:43:12
can i convert the report to pdf as in JasperReports
rgksugan
2010-05-11 14:06:55
You'll have to use iText for PDF. If resulting document is relatively small there's no need to use iText. It is good for system that has several complex reports.
Juriy
2010-05-11 15:58:08