skazijp Report post Posted February 28, 2013 (edited) 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 February 28, 2013 by skazijp Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 1, 2013 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