Jvanleuvan Report post Posted May 18, 2012 (edited) 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 May 18, 2012 by Jvanleuvan Share this post Link to post Share on other sites
Guest Bindhu Report post Posted May 19, 2012 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