In our previous examples, we have seen how to specify refreshInterval for the chart by setting it in XML/JSON data. Every n seconds (specified as refreshInterval), the chart polls the server, retrieves new data and updates itself.
FusionWidgets XT data streaming charts also allow you to set different update and refresh interval for the chart.
Update interval indicates the polling interval when data is retrieved from server and queued for update, but not applied on chart. Refresh interval means application of this queued data on the chart, i.e., the chart is re-drawn to show all updated data contained in its queue. |