When creating dynamic highcharts, I utilize the series.addPoint
method. While it successfully adds points, the chart does not move as shown in this example - jsfiddle. This results in potentially having 100 points on the screen.
How can I limit the display to only 10 points and hide the older ones?