durga1973 Report post Posted July 28, 2014 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
Sanjukta Report post Posted July 29, 2014 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