Damon Report post Posted September 17, 2012 (edited) Hi, I use setJSONData(ret) to refresh chart data from time to time. It works, but the refresh style isn't what I want. It seems like that the whole chart reload again. What I want is just the columns reload(for column chart),not including the canvas. What should I do? Hope for helps, Thanks in advance. BTW, I am using Flash FusionCharts. Edited September 17, 2012 by Damon Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 17, 2012 Hi, For this, you can use Data Streaming Charts (Real-time charts) from FusionWidgets XT pack. Data streaming charts are the real-time charts which automatically update themselves every n seconds, by getting new data from the server without any page refreshes. For more information, please refer the following URL's: http://docs.fusioncharts.com/widgets/Contents/?DataStreaming/Overview.html http://docs.fusioncharts.com/widgets/Contents/?DataStreaming/XMLRealTimeColumn.html http://www.fusioncharts.com/demos/gallery/#real-time-charts Hope this helps! Share this post Link to post Share on other sites
Damon Report post Posted September 18, 2012 Hi, Thanks for your help. But for now we only use FusionCharts XT in our project and it is difficult for us to repalce it with FusionWidgets XT, becauseFusionCharts XT is used everywhere. So is there any way that I can do to implement such functionality by using FusionCharts XT? Thanks very much. Hi, For this, you can use Data Streaming Charts (Real-time charts) from FusionWidgets XT pack. Data streaming charts are the real-time charts which automatically update themselves every n seconds, by getting new data from the server without any page refreshes. For more information, please refer the following URL's: http://docs.fusionch...g/Overview.html http://docs.fusionch...TimeColumn.html http://www.fusioncha...eal-time-charts Hope this helps! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 18, 2012 Hi, This functionality is not available with FusionCharts XT. You would have to use FusionWidgets XT for Real-time charts. Share this post Link to post Share on other sites