Sign in to follow this  
expresso

Retrieving data

Recommended Posts

Right now while a chart loads, I get a message that says "Retrieving Data. Please wait" Below there's a rectangle that I'm assuming is supposed to show progress but there's never any movement. is there a way to make the progress bar actually move?

 

 

 

Thank you.

Share this post


Link to post
Share on other sites

Hi,

 

 

 

The progress bar does move in case of large data. For example, try loading a data >200KB (or relative to your connection speed) and you'll see the progress. Initially, when the chart pings the server to load the data, there is a big delay in server responding with the stream header. As such, the progress bar stays still till then.

Share this post


Link to post
Share on other sites

I am using fusioncharts.cs file (private static string RenderChartHTMLALL method) to get the chart and where can I set the loading message.

Right now I can't even see the message.It's empty.

 

Thank You

Nikhil

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