Guest Rajroop

Real time data

Recommended Posts

Guest Rajroop

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. :D

Share this post


Link to post
Share on other sites

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

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

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