I am using a function in conjunction with FusionCharts. I am using a function that gets rid of the charts if no data can be found for it. The function is from FusionCharts.
It runs fine with Firefox and Chrome but screws the whole Drupal page in IE. Can you look at the code and see if I improperly wrote it. Thanks.
<script type='text/javascript'><!--
FusionCharts('Yield_Tab_3a_Growth_of_100000').addEventListener (
['NoDataToDisplay', 'DataXMLInvalid'],
function() {
FusionCharts('Yield_Tab_3a_Growth_of_100000').dispose();
}
);
</script>