AppRiver Report post Posted February 5, 2009 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
Rahul Kumar Report post Posted February 6, 2009 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
AppRiver Report post Posted February 6, 2009 (edited) Yes that works, thank you! Edited February 6, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 6, 2009 We are glad to help you. Share this post Link to post Share on other sites