Sign in to follow this  
nytr0x

Realtime Scatter Chart, or timeline

Recommended Posts

Please could you create a Realtime Scatter Chart or a Realtime Timeline chart.  

 

I would like a chart like the Realtime Line Chart but one that I can add datapoints which have a value and a timestamp and have them plotted with an appropriate x-axis scale.   I presume this is not currently possible with any of the existing charts.

 

Thanks,

N

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Yes, as you have mentioned, Scatter chart in Real Time is not supported by FusionCharts, as of now.

 

However, if feasible you could update the entire XML/JSON data of Scatter chart by using "setXMLUrl()" or "setJSONUrl()", by calling the function on regular interval of time. But only the value and time-stamp can not be updated.

 

For more information on "Providing and updating chart data", please follow the link below:

http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html

 

Please note that on each update of the chart data, the entire chart gets re-rendered.

 

But, if you want to update the value and time-stamp on Real-Time Line chart, you could do that using data provider page and passing time-stamp value as string in "dataStamp".

 

For more information on "Adding data stamp", please follow the link below:

http://docs.fusioncharts.com/widgets/Contents/?DataStreaming/RealTimeStamp.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