Hi All, 
  
I am facing a strange issue. I try to generate a pie chart using the following code, which works fine on my local machine but does not create pie chart on the server. What could be the issue. 
  
Literal1.Text = FusionCharts.RenderChart("FusionCharts/Pie3D.swf", "", strXML, "productSales", "100%", "100%", false, true, false); 
  
Any help will be greatly appreciate. 
  
Thanks