I have two canvases using chart.js that are stacking vertically, when I want them to be side by side
<div style="width:30%;" class="row">
<div class="my-4 col"><canvas id="costChart"></canvas></div>
<div class="my-4 col"><canvas id="usersChart"></canvas></div>
</div>
Changing the width to a small number, and changing the col-x size doesn't get them to move into the same row. Any ideas?