UPDATE: After some investigation, it turns out that the issue stemmed from inconsistent intervals. By following the solution outlined in this post, the problem was easily resolved.
I have implemented highcharts to create a chart, where the initial data points are defined within the highcharts code, and the subsequent points are fetched using ajax.
The initial points display correctly, and the first few retrieved points also appear as expected. However, after every few minutes, the connection between the points on the graph gets disrupted, then corrects itself before repeating the error.
Can anyone suggest what might be causing this issue?