I figured it out. You can apply showGridline to a single axis by doing the following:
axes:{
xaxis: {
tickOptions:{
showGridline: false
}
}
}
I figured it out. You can apply showGridline to a single axis by doing the following:
axes:{
xaxis: {
tickOptions:{
showGridline: false
}
}
}