score:19

Accepted answer

this is the way i have dealt with this situation.

when you are creating your data points, instead of putting a 0, put a null.

so for example your data array will look like:

[null,3,4,7,2] instead of [0,3,4,7,2]

fiddle


Related Query

More Query from same tag