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
options: { scales: { xAxes: [{ gridLines: { drawOnChartArea: false } }], yAxes: [{ gridLines: { drawOnChartArea: false } }] } }