1. 옵션에 maintainAspectRatio: false를 설정 options: { maintainAspectRatio: false } 2.
높이 변경 var ctx = document.getElementById(chartId).getContext("2d"); ctx.height = 150; 또는 ...
원문 링크 : [chartjs] height 변경