Sign in to follow this  
Damon

How To Update Chart Data After Created

Recommended Posts

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 by Damon

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this