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
There's a new global option that was released with the new version of Chart.js two days ago.
var options = { scaleShowVerticalLines: false }