You could use SVG. Great stuff...
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of David M. Karr
Sent: Friday, December 29, 2000 6:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Drawing pie chart in jsp
>>>>> "Murthy" == Murthy B V S N <[EMAIL PROTECTED]> writes:
Murthy> not only pie charts ..
Murthy> i want to show the growth ... related to a statistical data.
Murthy> it is very easy to understand from charts than the huge table.
Murthy> can any one suggest drawing charts dynamiclally .. from table of data
Murthy> without using applets.
First of all, you need a package that can generate charts. I haven't
used it, but I've noticed that "JFreeChart" appears to be actively
developed, and is open source (LGPL). You can get it from
<http://jrefinery.com/jfreechart/>.
Then, you'll need code on the server side which will use JFreeChart
togenerate these charts into GIFs (I assume JFreeChart can facilitate
this), and you then incorporate these into the HTML pages that your
JSPs generate.
--
===================================================================
David M. Karr ; w:(425)487-8312 ; TCSI & Best Consulting
[EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004)
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets