Sign in to follow this  
atlanta

Chartnodatatext Custom Message

Recommended Posts

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.

 

Share this post


Link to post
Share on other sites
Guest Sumedh

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.

 

 

 

 

 

Hi,

Apologies for the delay.

 

I am not able to replicate the same.

 

Please find attached illustration and screen-shot for your reference.

 

Also, if you are using older version of FusionCharts, pleas upgrade to FusionCharts XT SR3 and try once again.

Chart_Message.zip

post-24802-0-67396900-1339738561_thumb.png

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