gludington Report post Posted September 28, 2010 Is there a way to Change the "No data to display" message after the swf has loaded? setDataURL() is not working for us, so we are making a standard ajax call and invoking setDataXML() in the callback. Unfortunately, this presents the user with a "No data to display" message for the duration of the data load, which is not the best experience. The documentation suggests overriding with a parameter in a parameter to the flash movie, as in: Column2D.swf?ChartNoDataText=Please select a record above but that would override the message even in those cases where we actually *have* no data, which is no good. Is there a way from javascript to trigger the showing of a specific message in the flash movie? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted September 29, 2010 Hi, I am afraid, as of FusionCharts does not support this. However, in case if you know which charts does not consist of any data, you can try re-rendering those charts using 'No Data to Display' text. I hope this helps. Share this post Link to post Share on other sites