Sign in to follow this  
xs2abhishek1237

How can we stream text data with fusion chart Real Time updates?

Recommended Posts

Hello,

 

 

 

Is it possible to stream text data Real Time along with real time value updates on Angular Gauge Real Time data? Is there a tag that I can use or a workaround to stream plain text data along with the dial value which we want to update. For e.g if we were to update just the dial value in the Angular gauge graph, then the data through the Web Service call should be of the format &dialName=Value , is it possible to send some more text data (Data in plain text to be presented) along with it.

 

 

 

Thanks,

 

Abhishek

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Abhishek,

Welcome to FusionCharts forum. :)

Real-time charts are those charts which automatically update themselves every n seconds by getting new data from server, but not involving any page refreshes. The chart initializes itself, loads new data every n seconds and silently updates itself to reflect the current state of data.

The real-time charts in FusionWidgets v3 can be divided into two categories:

  • Data streaming charts
  • Real-time gauges

Please refer to the links below for the detailed information on the same :-

Ref.- http://www.fusioncharts.com/widgets/docs?/RealTimeOverview.html

 http://www.fusioncharts.com/widgets/docs/Contents/RealTimeDataFormat.html

http://www.fusioncharts.com/widgets/docs/Contents/RealTimeStamp.html

http://www.fusioncharts.com/widgets/docs/Contents/Ang_RealTime.html

I 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