I have a little problem with <cfchart>
...
<cfchart>
is working fine with my live site.
But, not working with the subdomain.
As, it takes the url for <cfchart>
as http://subdomain.mysite.com/CFIDE/GraphChart.cfm
instead of http://mysite.com/CFIDE/GraphChart.cfm
Here is the relevant code:
<cfchart format="flash" xaxistitle="Month" yaxistitle="Reviews" chartwidth="180" chartheight="150" show3d="yes">
<cfchartseries type="bar" colorlist="##778899,##778899,##778899,##778899">
<cfchartdata item="#DateFormat(LastMonthThree, 'mmm')#" value="0">
</cfchartseries>
</cfchart>