Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GRAPHING QUESTION

Status
Not open for further replies.

junkjones

Programmer
Jul 14, 2000
52
GB
I have a chart that has values on the x and y axis ...
I'm trying to make a line chart.

Does anyone know how this would be done? I can post the co-ordinates, but do not know where to go from there.

Thanks...
 
Sound like you need a library that either draws into a GIF/PCX, or something that uses DHTML to draw into a layer (I'm pretty sure you can do that).

I'd check over in the DHTML forum to see if folks have ideas on how to draw lines from coordinate to coordinate... then you'd just have to use <cfoutput>'s to write your ColdFusion values probably to javascript functions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top