I am using ASP.NET C# and building my chart using this method:
InfoSoftGlobal.FusionCharts.RenderChart("../FusionCharts/Pie2D.swf?ChartNoDataText=My custom message", "", xmlData.ToString(), "Factory", "100%", "300", false, true);
This chart will not show up. I get "Movie not loaded" message in the right click options where chart was supposed to be rendered. However, if I remove the Querystring ChartNoDataText then it just works fine.
Am I missing something?
Thanks.