Sign in to follow this  
shenck

Chart Working/Please Wait State

Recommended Posts

We have many ajax calls in out app to get XML from the app server to load in some of our charts. Problem is sometimes these calls can take a bit. Is there a way to put the chart in a waiting state or have it just post a custom message anytime we want? Using setDataURL is out of the question on these BTW.

 

 

 

I originally had the thought to use the caption text of an empty chart to do this but that darn "no data to display" message comes up instead.

 

 

 

Any thoughts or ideas?

Share this post


Link to post
Share on other sites

Well right after I posted that I stumbled upon a solution of sorts. Apparently if i do just an empty setDataXML() on the chart object before my Ajax call it puts the chart in a retrieving data state. Don't know if that's by design or not.

 

 

 

Still think Custom messages through javascript api would be cool though.

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