[Chartjs]-How to make bootstrap 4 column height the same as row height

1👍

Can you please check with below css, hope it will work for you.

.row { display : flex; flex-wrap :wrap; }

0👍

Nevermind. All I had to do is to set the maintainAspectRatio of the chart in ChartOptions to false.

Leave a comment