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
Page 1 of 1
Maximum data points in realt time chart
Other Replies To This Topic
#2
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.
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
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote