Min,
if you use <cffile ...> to write the cfdump out to a file, and delete the file when the mail is spooled you could attach the dumped data as an HTML file, and the javascript would render...
firepwr,
you could always try to write the chart out to a file and then sending the file as a bit of html?!
e.g.
<!--- prepare variables we will be needing --->
<cfset sChartData = "" />
<cfset sChartName = CreateUUId() />
<!--- create chart --->
<cfchart format="jpg"
name="sChartData"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.