Forgot the file contents.  <sheepish grin>

Sharon
----- BEGIN CFM FILE----- 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
 <title>Untitled</title>
</head>
<cfset wQuery = "<wddxPacket version='1.0'><header></header><data><recordset 
rowCount='6' fieldNames='DAY,TOTAL'><field 
name='DAY'><string>Monday</string><string>Tuesday</string><string>Wednesday</string><string>Thursday</string><string>Friday</string><string>Saturday</string></field><field
 
name='TOTAL'><number>0.53</number><number>0.52</number><number>0.55</number><number>0.53</number><number>0.36</number><number>0.56</number></field></recordset></data></wddxPacket>">
<cfwddx action="WDDX2CFML" input="#wQuery#" output="qQuery">
<body>
<cfgraph type="bar" query="qQuery"     
  valueColumn="total"    
  itemColumn="day"   
  fileFormat="flash"    
  valueLabelFont="Arial"    
  valueLabelSize="8"    
  valueLocation="overBar"    
  showValueLabel="rollover" 
  scaleFrom = 0
  ScaleTo = "1"   
  colorList="blue"    
  barSpacing="4"    
  borderColor="black"       
  title="test"       
  itemLabelFont = "Arial"     
  itemLabelSize="8"     
  graphHeight="550"     
  graphWidth="550"    
  depth="1"     
  gridLines="1">     
 </cfgraph> 
<cfdump var="#qQuery#">

</body>
</html>
----- END CFM FILE----- 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to