score:2

Accepted answer

you can try to set min and max values for the axis:

xaxis: {
    plotlines: [{
        color: '#000000',
        width: 2,
        value: 1
    }],
    max: 2,
    min: 0
},
yaxis: {
    plotlines: [{
        color: '#000000',
        width: 2,
        value: 1
    }],
     max: 2,
    min: 0
},

example sql fiddle here

score:0

instaed of plotlines, you can move your axis by offset parameter or use plugin


Related Query

More Query from same tag