Sign in to follow this  
durga1973

How to Show busy icon while chart is rendering

Recommended Posts

We want to block the user until the chanrt is loaded/render how can we achive that. Do we have any function in Fusion Chart or we have to do it using Javascript base don evenets ?

 

Thanks,

Durga

Share this post


Link to post
Share on other sites

We want to block the user until the chanrt is loaded/render how can we achive that. Do we have any function in Fusion Chart or we have to do it using Javascript base don evenets ?

 

Thanks,

Durga

Hi Durga,

 

Please note that FusionCharts does not have role in blocking a user until the chart is rendered. This seems to be with respect to your implementation, hence, you would need to code it at your end to check with the FusionCharts events to understand when the chart renders and give the view to the user.

 

For listening to events in FusionCharts latest version, i.e, v3.4, please refer to the following link.

Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-listening-to-events.html

 

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