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
OK, nevermind.. I found the trick:
scales: { yAxes: [ { gridLines: { lineWidth: 0 } } ] }