SyntaxFix
Write A Post
Hire A Developer
Questions
You can also set the dimensions to the canvas
<canvas id="myChart" width="400" height="400"></canvas>
And then set the responsive options to false to always maintain the chart at the size specified.
options: { responsive: false, }