I need your help! my chart is not rendering and it only displays a white box.
here is my code:
-------
javascript file:
var myChart = new FusionCharts("/FusionCharts/FCF_Column2D.swf", "myChartId", "600", "800");
myChart.setDataXML("
myChart.render("chart_div");
jsp file:
INSIDE HEAD TAG:
<script language="JavaScript" src="/FusionCharts/FusionCharts.js"></script>
INSIDE BODY:
<div id="chart_div" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div>
----------
I just followed the tutorial online but no chart rendered.
In my firebug, I see this error:
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStreamListener.onStopRequest]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///C:/Documents%20and%20Settings/DOM/Application%20Data/Mozilla/Firefox/Profiles/m23ghkeh.default/extensions/firebug@software. joehewitt.com/components/firebug-channel-listener.js :: anonymous :: line 167" data: no]
..............
PLS.. I need help..
Thanks in advance..

Back to top
MultiQuote