|
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
--- 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/ |
Title: Message
- [cfaussie] RE: CFCHART & CFIDE dir Lindsay Evans
- [cfaussie] RE: CFCHART & CFIDE dir Taco Fleur
- [cfaussie] RE: CFCHART & CFIDE dir Lindsay Evans
- Tim Donovan
