score:10

Accepted answer

Yes you can, to hide the gridlines without removing the little ticks you can do this :

 gridLines: {
     drawOnChartArea: false
 }

Related Query

More Query from same tag