I have also tried using a dataurl to the CFC. Double quotes still getting 
replaced with \" ...

zingchart.render({
   width: <cfoutput>#variables.chartWidth#</cfoutput>,
   height: <cfoutput>#variables.chartHeight#</cfoutput>,
   container: 'zingchart4',
   dataurl: 
'<cfoutput>#application.path.cfcScriptPath</cfoutput>cfcs/database/dashboard/dashboard.cfc?method=get_allLRrespByMonth&datasource=<cfoutput>#session.datasource#</cfoutput>&randomNum='
 + randomNum + '&_cf_nodebug=true'
}); 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354806
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to