Answers for "how to change the width of a bar chart in chart js"

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
0

how to make bar width smaller in any chart

chart.pointWidth(20);
Posted by: Guest on March-25-2021

Code answers related to "how to change the width of a bar chart in chart js"

Browse Popular Code Answers by Language