Hi,

One of the solutions (though not very elegant) is to create the graph
dynamically by dynamically generating html in a jsp/servlet after fetching the
data from the database.  You create the requisite no. of html tags (td and
tr)and fill then up with colour.  Of course this wouldnt help in case of complex
graphs, and if you feel that your or the programmers time can be utilized doing
something else more productive.  The advantage is that it is useful for simple
graphs and is free.

Regards
Nitin Goyal
Webrizon eSolutions Pvt. Ltd., India
[EMAIL PROTECTED]

There is no failure except in no longer trying.


----- Original Message -----
From: "Ruben Domene" <[EMAIL PROTECTED]>
To: "tomcat" <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 5:30 PM
Subject: Graphics with jsp


Hi.
How can i show data with graphics like de follow or similar:

   100|   .
    80| .
    60| .
    40|
    20|
     0|____________
1  2  3  4

I need access to database, take the data and show with one graphic.
There are any web where i will find information about this?.


Reply via email to