Sign in to follow this  
Jvanleuvan

Set "invalidxmltext" Message Not Working

Recommended Posts

I'm having an issue trying to set a custom message.

 

 

The following Javascript works just fine: The chart shows the custom Message

 

------------------------------------------------

var myChart = new FusionCharts("charts/Column2D.swf", "myChartId", "300", "300", "0", "1");

myChart.setXMLUrl('SomeBad.xml');

myChart.configure( "InvalidXMLText", "Please Validate Data");

-----------------------------------------------

 

 

However, The following Javascript doesn't; the chart STILL shows the default "Invalid XML" message

------------------------------------------------

var myChart = new FusionCharts("charts/Column2D.swf", "myChartId", "90%", "90%", "0", "1");

myChart.setXMLUrl('SomeBad.xml');

myChart.configure( "InvalidXMLText", "Please Validate Data");

-----------------------------------------------

 

 

Any help would be appreciated.

 

 

 

Thanks

 

Jonathan

Edited by Jvanleuvan

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

We are looking into it and would get back to you as soon as possible.

 

Thank you for your continued support and patience.

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