chartjs set height

Solutions on MaxInterview for chartjs set height by the best coders in the world

showing results for - "chartjs set height"
Perla
03 Oct 2016
1<div class="chart-container" style="position: relative; height:40vh; width:80vw">
2    <canvas id="chart"></canvas>
3</div>
Sohan
22 Aug 2017
1var ctx = document.getElementById("myChart");
2ctx.height = 500;
3
similar questions
queries leading to this page
chartjs set height