Answers for "setting height option in chartjs"

0

bar chart height and with change in chart.js

options: {  
    responsive: true,
    maintainAspectRatio: false
}
Posted by: Guest on March-04-2022
1

chartjs set height

<div class="chart-container" style="position: relative; height:40vh; width:80vw">
    <canvas id="chart"></canvas>
</div>
Posted by: Guest on August-29-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language