I need to create some graphical representations of the usage of electricity by month. How do I go with it? What would be the simplest way?
Languages: Java, JSP
Thank you very much.
I need to create some graphical representations of the usage of electricity by month. How do I go with it? What would be the simplest way?
Languages: Java, JSP
Thank you very much.
The best way is to use JFreeChart to produce an image from your data, and then display the image in the jsp.
You can use the Google Chart API or a Google Chart API Java wrapper. I wrote one: charts4j.