Re: graph

2006-11-07 Thread Paul Loy

I'd have a look at jgraph:

http://www.jgraph.com/jgraph.html

You'll be able to make images on the fly and insert them into your web 
page. I'm never sure about trying to make graphs using html elements as 
it's almost guaranteed to break on different browsers whereas an image 
is browser safe!


Paul.

jill han wrote:

I have a turbine/torque/velocity application.
I want to add some graphs to the web page. The data will be retrieved
from the DB. Is there any tools out there to do the job?
What kind of tool do you use to create a graph? Is there any
recommendations?
Thanks a lot for your help.

Jill



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

  


This email has been scanned by Postini.
For more information please visit http://www.postini.com


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



Re: graph

2006-11-07 Thread Will Glass-Husain

Hi,

JFreeChart seems to be the most popular Java open source graphing tool.
http://www.jfree.org/jfreechart/

I've used KavaCharts, which is as inexpensive commercial option
http://www.ve.com/kavachart/index.html

And here is a HTML-only graphing library
http://webfx.eae.net/dhtml/chart/chart.html

Will

On 11/7/06, jill han [EMAIL PROTECTED] wrote:

I have a turbine/torque/velocity application.
I want to add some graphs to the web page. The data will be retrieved
from the DB. Is there any tools out there to do the job?
What kind of tool do you use to create a graph? Is there any
recommendations?
Thanks a lot for your help.

Jill



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





--
Forio Business Simulations

Will Glass-Husain
[EMAIL PROTECTED]
www.forio.com

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



Re: graph

2006-11-07 Thread trad-ex
Hi Jill

I'm using velocity and JSGraph,
http://homepage3.nifty.com/slokar/js/jsgraph.html
and Yahoo! UI
http://developer.yahoo.com/yui/
to develop the interactive curve chart in my internal portal.

Best regards,
trad-ex

I have a turbine/torque/velocity application.
I want to add some graphs to the web page. The data will be retrieved
from the DB. Is there any tools out there to do the job?
What kind of tool do you use to create a graph? Is there any
recommendations?
Thanks a lot for your help.

Jill



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

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