Is there any way to prevent labels from being clipped on very small charts? I'd definitely prefer to have the chart grow vertically more to accommodate them as the examples show. Otherwise mobile is going to have a bad time.
.moo {
width: 100%;
height: auto;
}
...
<div class="moo">
<canvas id="moo"></canvas>
</div>
380px:

~480px:

515px:
