chartJs height

JavaScript
var ctx = document.getElementById("myChart");
ctx.height = 500;

Source

Also in JavaScript: