cujo13
7 Apr 2008, 6:17 AM
I'm having a problem rendering Fusion charts in IE. They work fine in FireFox but fail in IE. If I remove the ExtND reference they load fine in both.
I've remove all code from my form so only the chart is left. I've put static XML in in to verify pulling the XML is not the problem.
In IE I get "Loading Document" status bar that will not go away.
Ideas?
<table>
<tr>
<td> Four Year Order History</td></tr><td>
<div id="PHChart1">
The chart will appear within this DIV. This text will be replaced by the chart.
</div>
<script type="text/javascript">
var myChart = new FusionCharts('http://www.mycompany.com/oc.nsf/charts/Pie2d.swf', 'salesTotals', '300', '200', '0', '1');
myChart.setDataXML("<chart caption='Pie Chart' numberPrefix='$'><set value='25' label='Item A' color='AFD8F8'/><set value='17' label='Item B' color='F6BD0F'/><set value='23' label='Item C' color='8BBA00' isSliced='1'/><set value='85' label='Item D' color='A66EDD'/><set value='2' label='Item E' color='F984A1'/></chart>");
myChart.render("PHChart1");
</script>
</td>
</tr>
</table>
Thanks.
I've remove all code from my form so only the chart is left. I've put static XML in in to verify pulling the XML is not the problem.
In IE I get "Loading Document" status bar that will not go away.
Ideas?
<table>
<tr>
<td> Four Year Order History</td></tr><td>
<div id="PHChart1">
The chart will appear within this DIV. This text will be replaced by the chart.
</div>
<script type="text/javascript">
var myChart = new FusionCharts('http://www.mycompany.com/oc.nsf/charts/Pie2d.swf', 'salesTotals', '300', '200', '0', '1');
myChart.setDataXML("<chart caption='Pie Chart' numberPrefix='$'><set value='25' label='Item A' color='AFD8F8'/><set value='17' label='Item B' color='F6BD0F'/><set value='23' label='Item C' color='8BBA00' isSliced='1'/><set value='85' label='Item D' color='A66EDD'/><set value='2' label='Item E' color='F984A1'/></chart>");
myChart.render("PHChart1");
</script>
</td>
</tr>
</table>
Thanks.