Chartjs-Chart.js adds unwanted padding on top and below chart with padding set to 0

0👍

I think if you give the parent-div of your chart the wanted 180x180pixels, you can add to your options

chartArea: { width: '100%', height: '100%', top: 0}

grts Kevin

Leave a comment