Brian Maring Report post Posted September 21, 2009 Is there any way to update the data in MSCombiDY2D.swf or any other type of chart without reloading the chart? Thanks, Brian Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 21, 2009 Hello Brian, FusionCharts v3.1 offers great integration/implementation capabilities with JavaScript. It seamlessly binds with JavaScript/AJAX to let you update charts on the client side, without invoking any page refreshes, which in your case seems to be the requirement. Also, all the charts in FusionCharts v3 suite support this functionality. Could you please take a look at the following link for an example on this. Ref.- http://www.fusioncharts.com/Demos/JS/Index.html Kindly refer to the documentation of the same below. Ref.- http://www.fusioncharts.com/docs/Contents/JS_Example.html I hope this helps. Share this post Link to post Share on other sites
Brian Maring Report post Posted September 22, 2009 That looks like it will work great Rajroop. I tried following the example with my chart using the setDataURL method instead of setDataXML. And I get the "Retrieving Data" Screen during chart transititons. How do I make these go away? Thanks, Brian Share this post Link to post Share on other sites
Brian Maring Report post Posted September 24, 2009 I got it working. I just needed to use setDataXML instead of setDataURL. I did not have to change my code much because I just used an AJAX function to get the results of my strURL and pass it to setDataXML. Does this work for FusionMaps as well? Thanks, Brian Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 24, 2009 Hello Brian, We're currently looking into this. Thank you for your patience. Share this post Link to post Share on other sites