FusionCharts Forum: Maximum data points in realt time chart - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Maximum data points in realt time chart

#1 User is offline   geddam 

  • Forum Newbie
  • Group: Members
  • Posts: 1
  • Joined: 09-February 10

Posted 09 February 2010 - 09:20 AM

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
Geddam.
0

Other Replies To This Topic

#2 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 10 February 2010 - 07:09 AM

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.fusioncha...XML_RTLine.html



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



However, I do hope this helps. :)
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic