Sign in to follow this  
skazijp

Real Time Gauge Without Using Datastreamurl

Recommended Posts

Hi,

 

We are working with FusionWidgets in our GWT Project using Aurora R&D Wrapper, and we want to implement real time gauge, we load data from server using timer.

I Would like to know if there's any way to work with real time gauge without using dataStreamURL.

Thanks.

Edited by skazijp

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Welcome to FusionCharts Forum.

 

Yes, if you are required to update the Gauge data from your server (without requesting the Real-Time data provider page), you may try updating the entire XML/JSON data of the Gauge using JavaScript method "setXMLUrl()" or "setJSONUrl()".

 

Please note that on each update, the Gauge will re-render in the browser, whereas in Real-Time update( by requesting Data Provider Page), the Gauge will refresh the data only without re-rendering the entire Gauge.

 

For more information on "Providing and Updating Chart Data", please follow the link below:

http://docs.fusioncharts.com/widgets/Contents/?JavaScript/JS_ChangeData.html

 

Hope this helps!

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