score:1

Accepted answer

if you want to create graph with gaps, then you should use null as value, for example:

series: [{
    data: [123, 123, null, null, 123, 321]
}]

then set connectnulls to false.


Related Query

More Query from same tag