Sign in to follow this  
Fortest

Display "no Data Found" Message

Recommended Posts

I am using FusionCharts XT. There are some cases where data is not present to display chart. Is there any way to show message something like "No data found"?

 

Please help.

Thanks

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

You can change chart messages, FusionCharts allows you to set chart message using simple JavaScript functions.

 

For more information, read here: http://docs.fusioncharts.com/charts/contents/?advanced/ChartMessages.html

 

I am using FusionCharts XT. There are some cases where data is not present to display chart. Is there any way to show message something like "No data found"?

 

Please help.

Thanks

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Can you elaborate on your requirement?

 

Can you paste your sample code here?

Share this post


Link to post
Share on other sites

We are using attached class provided by fusioncharts to generate chart. And following line is used to get chart. here xmlData is xml data to generate charts.

Literal1.Text = FusionCharts.RenderChart("FusionCharts/Pie3D.swf", "", xmlData.ToString(), ChartId, "400", "200", false, true);

 

Hi,

 

Can you elaborate on your requirement?

 

Can you paste your sample code here?

FusionCharts.txt

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

You can customize the Chart Messages using the JavaScript methods only, as mentioned in the earlier post.

 

Thanks for your time.

 

We are using attached class provided by fusioncharts to generate chart. And following line is used to get chart. here xmlData is xml data to generate charts.

Literal1.Text = FusionCharts.RenderChart("FusionCharts/Pie3D.swf", "", xmlData.ToString(), ChartId, "400", "200", false, true);

 

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