How do I generate graph (line graph, bar graph) in front end either in web browser or in Java Swing ?
Asked
Active
Viewed 885 times
-1
-
3These are two wildly different questions with wildly different answers. I suggest you refine your question and decide what you're trying to do. Do you have a swing app? Do you have a web app? What are you trying to accomplish? – Stefan Kendall Oct 20 '11 at 04:55
3 Answers
0
You can use JFreeChart which comes as an addon with Jasper Reports. Jasper Reports will facilitate you to build reports,charts,graphs etc and display them easily on your user interface. Use iReports to build report template easily for JasperReporting. The entire process requires you to write only a few lines of code..

AngelsandDemons
- 2,823
- 13
- 47
- 70