Creating dynamic graphic reports.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Venkateshwaran

Creating dynamic graphic reports.

Post by Venkateshwaran » Wed May 09, 2001 12:18 pm

Hi friends,

I'm doing a project, which requires generation of dynamic graphics
report (bar chart, pie chart & line reports) using JSP. here
i don't want to write or or use any java awt packages, reason is
code which i will write will not be in the optimized way. friends if
u have any idea abt this, please help me in finding the suitable
solution.

Thanks,
Venkateshwaran.I

Julio Guzman

RE: Creating dynamic graphic reports.

Post by Julio Guzman » Wed May 09, 2001 9:25 pm

Have you tried using the JFreeChart servlet package that was added by Wolfgang Irler? All you have to do is get the users parameters and submit them to the servlet and you should be on your way.

Hope this helps a little,
julio

Locked