oShaggy Report post Posted February 7, 2011 Hi All, I have a chart that I'm using setXMLUrl('api.php?offset=1') to load data from and hooked up a form button with a click() event to advance the offset parameter allowing the user to page through the data on the chart. I've seen the live steaming data option and like how seamlessly that the chart data is updated. My problem is that when i use javascript to set the new data offset ( setXMLUrl('api.php?offset=2') ) the chart blanks out to white, and then redraws with it's new data. It kind of flashes from the old data, to white where the chart is erased, and then draws the new data. I have animation="0" but can't find another option to achieve an immediate redraw. How can I get the chart to refresh immediately with the new data? Thank you! Share this post Link to post Share on other sites
Guest Angie Report post Posted February 8, 2011 Hi, Welcome to FusionCharts Forum! Please refer to the link: http://www.fusioncharts.com/code/JavaScript/Basics/ProvidingAndUpdatingData/Updating_an_existing_chart.html Hope this helps. Share this post Link to post Share on other sites