-1

How do I generate graph (line graph, bar graph) in front end either in web browser or in Java Swing ?

Tapan Banker
  • 587
  • 1
  • 7
  • 10
  • 3
    These 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 Answers3

2

JFreeChart is an open source java library. Have a look at it.

HashimR
  • 3,803
  • 8
  • 32
  • 49
0

Have a look at this http://code.google.com/apis/chart/

mariosangiorgio
  • 5,520
  • 4
  • 32
  • 46
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