ariagreg Report post Posted July 1, 2011 (edited) I am using a function to switch between data. However the data takes awhile to load and there isn't a "LOADING" message that pops up. How can I add a loading message in the chart so the user knows its processing. Here is my fucntion. function changeData() { var chartReference = FusionCharts( "chart_location" ); chartReference.setXMLUrl ('url_to_process_page); } in the examples (http://www.fusioncharts.com/docs/JavaScript/JS_ChangeData.html) the chart will actually show a message for updating data. Edited July 1, 2011 by ariagreg Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 4, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. You can use configure() function to set chart messages. For more details, please visit the link: http://www.fusioncharts.com/docs/?ChartMessages.html Hope this helps. Share this post Link to post Share on other sites
Bentham Report post Posted April 25, 2013 Hi, loading imaeg including loading image from file, and loading image from ,net graphics, im not sure which one do you nee, you can check this for more detail info and free sample code. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 29, 2013 Hi Bentham, Thanks for sharing it! Share this post Link to post Share on other sites