schmichael

Handling setDataURL errors

Recommended Posts

If a user's session times out then the URLs I pass to setDataURL() will return 403 HTTP error status codes.

 

 

 

Is there some way to detect/handle this in FusionCharts?

 

 

 

Access to the underlying XmlHttpRequest object would be ideal, but even just a simple boolean error flag on the chart object would at least give me something to work with!

 

 

 

Otherwise I'm stuck having to use jQuery to grab the XML via AJAX and pass it to setDataXML(). I lose FusionCharts "Loading..." progress bar then as well.

Share this post


Link to post
Share on other sites

Hi,

 

 

 

I'm afraid, as of now, there isn't a way to handle this. However, we'll try to see if we can implement something in future for this.

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