I need to populate the x,y variables in a charting applet. There are 
separate param statements for the x's and y's, in the following form:

<param name=dataset1yValues 
value="22,23,49,150,231,280,654,534,678,654,978,654">

<param name=dataset1xValues 
value="100,150,200,250,300,350,400,450,500,550,600,650">

I just don't know a) how to store my x's and y's in my database 
(either as a column of x's and a column of y's, or as a row of all 
x's and a row of all y's) and then the corresponding CFQUERY and 
CFOUTPUT necessary to get them to display as x, x, x, x, etc. in the 
<param> tags.

Any help much appreciated,

James

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to