I dont want the X and Y axis line on the jqplot. something like this
how should i achieve this.
I tried various options of jqplot like showGrid: false etc... nothing works
Try this options:
axesDefaults: {
rendererOptions: {
baselineWidth: 1.5,
drawBaseline: false
}
},
grid: {
drawBorder: false,
borderWidth:0,
shadow:false
},
xaxis: {
drawMajorGridlines: false
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With