Title: Message
I not sure if this is what you mean but you can write the image to a file and put it anywhere.
 
<cfchart name="watertemp" showlegend="no" format="png" xaxistitle="Week Starting" yaxistitle="Temperature (Celcius)" scalefrom="15" scaleto="45" gridlines="5" chartwidth="550" tipbgcolor="##CCCCCC" url="">
   <cfchartseries type="scatter" query="qWaterTemp" valuecolumn="WeekAvg" itemcolumn="WeekDate" serieslabel="Week Average">
   <cfchartseries type="scatter" query="qDateList" valuecolumn="" itemcolumn="WeekDate">  
  </cfchart>
  
  
  <cffile file=#ExpandPath("images\watertemp.png")# action="" nameconflict="overwrite" output=#watertemp# />
  <img src="" />
Tim
"Taco Fleur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
Is it possible to call the charts from a different directory than CFIDE?
When I use CFCHART and look at the source I see the flash file is called from the CFIDE directory, but I have that directory password protected and only accessible from localhost.
 
I haven't done research on this one to be honest (A bit lazy today) so I might be asking a stupid and simple question.
 
TIA....
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to