I am using Chart.js v2 to draw a simple line chart. Everything looks fine, except there are grid lines that I don\'t want:
The documentation for Line Chart
The code below removes remove grid lines from chart area only not the ones in x&y axis labels
Chart.defaults.scale.gridLines.drawOnChartArea = false;