Sign in to follow this  
hanislovingit

Chart Not Showing After Upgrading To Fusioncharts Xt

Recommended Posts

I have a chart using MSColumn3DLineDY.swf file. After I upgraded the FusionCharts folder to the XT version, the chart stopped showing up on page postback, but it will still load on initial page load. I reverted the FusionCharts.js file back to the previous version, which is timestamped 9/20/2011, 68 KB, the chart loads fine on initial load and page postback.

 

Here's the code I use

 

if (Page.IsPostBack)

{

return FusionCharts.RenderChartHTML(swfFilePath_MSColumn3DLineDY, "", strXML.ToString(), "DailyUseWithTemp", width.ToString(), height.ToString(), false, false, true);

}

else

{

return FusionCharts.RenderChart(swfFilePath_MSColumn3DLineDY, "", strXML.ToString(), "DailyUseWithTemp", width.ToString(), height.ToString(), false, false, true);

 

}

 

Please advise. Thank you.

 

Han

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this