I\'m trying to make a graph with Charts.js (current one is just a really simple example I\'m trying to get working, somewhat taken from the Chart.js documentation) and the g
The following worked for me, and I was able to keep the responsiveness of the chart!
var ctxx = document.getElementById("myChart"); ctxx.height = 80;