How can I draw dynamic graphs in web pages in JSF ? People have suggested Google Chart Api
I want something that can work offline
How can I draw dynamic graphs in web pages in JSF ? People have suggested Google Chart Api
I want something that can work offline
I have used jfreechart to draw 3d and 2d Chart at run time. I am using that graph on my pdf file as a report. I will suggest you to use this jfreechart api, I have attached some link for you please check it , Click here:
Second link is a example of jsp page with graph.
We were going through the same issue and ended up using JQPlot. It is extensive, JQuery based and so far so good.
http://www.jqplot.com/