score:4

Accepted answer

Default number of datapoints before highcharts starts using arrays is 1000.You can change this value in chart options(parameter threshold)

score:3

Set turboThreshhold option to 0 or use two dimensional array with x and y values (turboThreshold)

data_hash.push([i+1, i]); // instead of {x: i, y: i+1}

Related Query

More Query from same tag