Hi !!
I would like to load fusioncharts on pages of my wordpress website but I have an error and I don't know why...
My code seems to be correct, as we can see here :
<script type="text/javascript">
var chart = new FusionCharts("http://www.geopopulation.com/charts/Charts/Bar2D.swf", "ChartId", "300", "350", "0", "0");
chart.setDataURL("http://www.geopopulation.com/charts/Gallery/Data/Bar2D.xml");
chart.render("chartdiv");
</script>
I hope somebody have already met this mistake and own a solution or a patch, a plugin because fusioncharts is really awesome (for me there is no equivalent)
Sorry for my language, I know I make lot of spelling mistakes when I write in English but I'm French, I'm learning English.. so sorry !!
Thanking you in advance,