Hello, all. 
I'm about to pull my hair out; I can feel the ulcers starting.   
I'm getting the "No Data to display" error, I'll include the code I'm using: 
 
<script type="text/javascript">    var myChart = new FusionCharts("fcharts/Pie3D.swf", "ChartReport", "500", "250", "0", "0");    myChart.setDataXML("<chart palette='4' animation='1' showZeroPies='1' showPercentValues='1' showPercentInToolTip='1' 
 showLabels='1' showValues='1' defaultAnimation='0'>
 <set label='Cat A' value='$1.59' />
 <set label='Cat B' value='$6.15' />
 <set label='Cat C' value='$8.17' />
 <set label='Cat D' value='$5.00' />
 <set label='Cat E' value='$2.81' />
 <set label='Cat F' value='$1.00' />
 <set label='Cat G' value='$8.39' />
   </chart>");    myChart.render("chartDisplay");</script>
 
Am I missing something totally simple?  Am I going to want to hit myself if you tell me what's wrong?   
Apache running under Windows Server 2003 SP2, if that helps. 
Thanks,