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
If you want them gone by default, you can set:
Chart.defaults.scale.gridLines.display = false;