Sign in to follow this  
Guest Rajroop

Maximum data points in realt time chart

Recommended Posts

Hi,

 

I am trying to display real time chart with 60 points, but it is showing only 15 points. Is this limit of fusionwidgets?

 

<chart caption='Cpu utilization' dataStreamURL='opsmgr.html' xAxisName='Time' >

<dataset seriesName='asthana' showValues='0'>

</dataset>

<dataset seriesName='jameel' showValues='0'>

 </dataset>

 </chart>

 

I am updating data real time. Can you please help me to solve this.

 

thanks in advance,

Geddam

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey Geddam,

 

 

 

Welcome! :)

 

 

 

Could you please try using the numDisplaySets attribute for this?

 

 

 

This value helps you specify the number of data items that you want as history on the chart. For example, when you set it as 50, only 50 data items (per dataset) will be displayed on the chart. As soon as the 51st data comes in, the first data will be deleted and the rest of the data will be shifted by 1 position left - the new data will come and take the last position.

 

 

 

Ref.- http://www.fusioncharts.com/widgets/docs/Contents/DSC_XML_RTLine.html

 

 

 

In case this doesn't help, could you please reiterate on your query?

 

 

 

However, I do 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