ichan Report post Posted April 29, 2010 Hi, The progress bar when loading the data for the chart is not moving. How can I turn it on? Thanks. Ian Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 29, 2010 Hi, Welcome to FusionCharts forum. Could you please send us the sample code that you are using, so that we might test it in our lab? Awaiting your reply. Share this post Link to post Share on other sites
ichan Report post Posted April 30, 2010 This is how I call the chart. var myChart=new FusionCharts("<%=EXT_LIB_PATH%>/FusionCharts/StackedBar2D.swf","compInfoid","320","200","0","1"); myChart.setDataURL(escape("claimLCTDashboard.do")); myChart.render("compinfo"); claimLCTDashboard.do will take some times to generate the xml for the chart. Therefore, it would be nice to see the progress bar moving when the xml is generating. Thanks. Ian Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 30, 2010 Hi, Could you please send us the XML codes that you are using to render the chart so that we might test it in our lab? Awaiting your reply. Share this post Link to post Share on other sites
Madhu Report post Posted May 1, 2010 Hi, In FusionCharts, when the XML is fully received then only the progress bar starts to show the loading bar, as of now. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 1, 2010 Hi Madhu, Thanks for sharing your views. Happy FusionCharting. Share this post Link to post Share on other sites
ichan Report post Posted May 3, 2010 Thanks for your reply. Since the progress bar doesn't move before the xml is ready. Is there anyway to hide that progress bar? Thanks. Ian Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 4, 2010 Hi Ian, Although, FusionCharts natively does not support this functionality, there might be a possible workaround to this. You would have to track the 'FC_Loaded(DOMId)' event keeping the chart's visibility disabled. As this event gets fired, you would then need to enable the visibility of the chart. This would seemingly stop the display of the Progress Bar(PBar) before the chart is rendered. Ref.- http://www.fusioncharts.com/docs/?JS_Events.html I hope this helps. Share this post Link to post Share on other sites