I am using Chart.js to generate maps and have customised it to a good extent. But I am not able to remove the vertical grid line no matter what. Has anyone come acr
Chart.js
options : { scales: { yAxes: [{ gridLines: { lineWidth: 0, color: "rgba(255,255,255,0)" } }] } }; Charts.js v2.0