score:4

Accepted answer

Please make sure to use max-height style on your canvas.

for example:

<canvas id=“my_chart" style="max-height: 160px;"></canvas>

score:1

Also try giving height and width in % values rather than pixels.


Related Query

More Query from same tag