With a little bit of effort, you can make some pretty impressive completely
dynamic graphs using SVG. I actually use a servlet for this that transforms
XML data from oracle into SVG. Then I use a <jsp:include> to get the graph
into the jsp page. Of course, the one caveat is that it requires an SVG
plugin to view the graph, but once you have it its a great tool.

I've got it set up so that once the query to get the XML out of Oracle is
written, I can do bar, pie, and line graphs complete with drill down views
of just about any data. The real work is in the XSL stylesheet you create,
which definately isn't a trivial task.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 27, 2001 12:21 AM
To: [EMAIL PROTECTED]
Subject: Re: chart in jsp



The only dynamic charts I've seen have used fixed size images combined
dynamically to form a graph, chart, tree, etc.

sorry, no code.

Neill Laney
http://home.nc.rr.com/nlaney
--
Web Developer/Technical Support Specialist.



 

                    Altuğ

                    Altıntaş             To:
"'[EMAIL PROTECTED]'"                           
                    (Koç.Net)            <[EMAIL PROTECTED]>

                    <[EMAIL PROTECTED]        cc:

                    et>                  Subject:     chart in jsp

 

                    03/26/2001

                    05:24 AM

                    Please

                    respond to

                    tomcat-user

 

 






are there  any way to draw a dynamic chart in jsp ?

any source  or idea ?

thanks ..



Reply via email to