AppRiver

Can I change the error message?

Recommended Posts

Sometimes our web services that return XML data to these charts time out (which we hope to improve soon...)

 

When this happens it shows the charts default "Error in loading chart data" message on the chart.

 

 

 

Is there any way we can customize this text? I found that we can customize the other messages about loading, etc here: http://www.fusioncharts.com/PCDocs/Contents/ChartMessages.html but nothing about the error messages.

 

 

 

Thanks, any help is appreciated!

Share this post


Link to post
Share on other sites

Hi,

 
Could you please try using LoadDataErrorText attribute?
Example: 
new FusionCharts("Column2D.swf?LoadDataErrorText=Error in loading data", "ChId1", "300", "250", "0", "0");

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