Sign in to follow this  
ariagreg

Loading Image

Recommended Posts

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 by ariagreg

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