Sign in to follow this  
Mr. War

Simulate Real-Time

Recommended Posts

Hi everyone,

 

I've been using this excellent library, however I'm struggling with something: is it possible to simulate real-time with RealTimeLine.swf?

 

What I mean is: I have data that is stored in a database in real-time, having a datetime field in the database table. Now I want to reproduce the stored data in the chart but like if it's running in real-time...

Is this possible?

 

Btw... I'm using C# with ASP.NET

 

Regards,

Marco

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing Interest in FusionCharts.

 

You would need to generate XML from your database dynamically using a serverside script and pass it to the chart to update an existing chart.

 

For more details, please visit the links below:

 

http://www.fusioncha...ideScripts.html

 

http://www.fusioncha...baseCharts.html

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Hi,

 

I already did that. But how can I simulate the animation of the chart as real-time? If I put the refreshInterval field... nothing happens

If I create the XML dynamically the data appears instantaneally on the chart... I want to add dinamically each point on the chart according to the datetime field.

 

Regards,

Marco

 

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing Interest in FusionCharts.

 

You would need to generate XML from your database dynamically using a serverside script and pass it to the chart to update an existing chart.

 

For more details, please visit the links below:

 

http://www.fusioncha...ideScripts.html

 

http://www.fusioncha...baseCharts.html

 

Hope this helps.smile.gif

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