WolfShade

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by WolfShade

  1. No Data to display

    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,
  2. No Data to display

    I put those there so the message wouldn't strech the screen forcing a horizontal scrollbar to appear in the browser; it's actually all on one line. Thanks,
  3. Hello, all. Several hours ago, I posted in the XML issues forum a question; I have not had a reply, there, so I'm bringing it here. http://www.fusioncharts.com/forum/Topic14052-29-1.aspx In the above post, I have inserted the code I am using. Can anyone, here, please tell me why I'm receiving the No Data To Display error message? Thanks,