Charting in JSPs has been discussed on a number of occasions. Search through this forum for previous responses and you should find lots of useful info.
By the way, please avoid the use of words like Urgent and ASAP in your posts. Doing so is usually counter-productive. Please read this for more info. [ September 20, 2005: Message edited by: Bear Bibeault ]
There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.
In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.
Thanks! bear Forum Bartender
Priya
Greenhorn
Joined: Feb 14, 2006
Posts: 3
posted
0
Hi
I have gone through the cewolf for displaying charts... can I draw the charts(pie,bar charts) using the data I got in a Jsp page.. The thing is I need to display the charts using a JSP page, and I have all my data in that page.....means can I draw the charts with out a dataproducer in cewolf??
Please suggest me whether can I draw the charts with out dataproducer?
I don't think cewolf can draw images without an ImageProducer. Youyc an implement that in a bean used in the JSP page. It's good design to keep heavy-duty processing code out of the JSP page anyway. Have a look at the cewolf example; it demonstrates everything you need to do, and is easy to follow.