Hello All,
I want to create some charts and graphs based on a simple sql statement in my jsp. So, how can I do that? Can you please guide me
Thanx
Printable View
Hello All,
I want to create some charts and graphs based on a simple sql statement in my jsp. So, how can I do that? Can you please guide me
Thanx
You could draw them yourself, or alternatively look into a 3rd party library like JFreeChart. Unless you are using applets, you will need to look into generating an image to output to the webpage (jpg, gif, etc...)
here is an example using jFreeChart Library.
Create chart and Display them dynamically in JSP