From: "Rajesh" <[EMAIL PROTECTED]>
hi i am generating reports in a struts based application....now i want to show data graphically also using pie-charts and bars hoe to go for it

I'm using JFreeChart http://www.jfree.org/jfreechart. I haven't done more than put a basic pie chart on the page so far, but based on the examples, it can do some very fancy charts and graphs.

This doesn't have anything to do with Struts, though. :) There's a Servlet that generates the graph, it's mapped to a particular URL and the browser loads it with a plain old HTML <img> tag.

--
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to