Newbie question. I attempted a simple 3D chart. Followed the steps as in documentation. But the chart does not display either in browser or PPT. What am I doing wrong? Platform: Windows XP, IE7, PPT 2003.
xml:
- <html>
- <head>
<script language="JavaScript" src="FusionCharts.js" />
</head>
- <body bgcolor="#ffffff">
- <!--
-->
<div id="chartdiv" align="center">FusionCharts</div>
<script type="text/javascript">var myChart = new FusionCharts("Column3D.swf", "FusionCharts_1", "450", "300", "0", "0"); myChart.setDataURL("Data.xml"); myChart.render("chartdiv");</script>
- <!--
-->
</body>
</html>
Data.xml:
<chart caption="Povert Declined in Yemen" subcaption=") ???? ?? ??????? ?? ???? ??? " palette="1"> <set label="1998" value="41.0" />
<set label="2005" value="35.0" />
</chart>