Sign in to follow this  
TomMancine

Reading Data. Please Wait

Recommended Posts

Hello,

 

 

 

Our product uses FusionCharts v3 to update interactively as the user modifies controls on the screen. If a client is on a slow enough machine, they occasionally see the chart flicker white, because when we call setDataXML(...), the chart momentarily repaints with the message "Reading Data. Please Wait"

 

 

 

Is there any way to suppress this behavior, and have it simply repaint when the data is done parsing, rather than displaying notifications? In our case, we'd rather have the stale data stick around for an extra tenth of a second than to have the white flashing behavior. I've read the documentation without finding the appropriate property, but I wouldn't be surprised to learn that there is one that I missed :)

 

 

 

Thanks,

 

Tom Mancine

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

I'm afraid, this is not achievable , as of now.

When you are passing moderate amount of data to a chart, the faster method would be dataXML method.

If the amount of data is huge, the dataURL method works faster.

If you want to reduce the rendering time you can set animation='0' in the <chart> element.

Hope this helps. :)

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