Chartjs-ChartJS GridLine Dynamically

0👍

Looking at your code on the jsfiddle, changing

gridLines: { drawOnChartArea: false }

to

gridLines: false

does it. Let me know if this works for you.

Leave a comment