[Chartjs]-Vertical spacing in horizontal ChartJS Bar Graph

2👍

You have to add width and height as an example here.

<canvas id="myChart" width="700" height="900"></canvas>

Leave a comment