I\'m trying out the example code for Chart.js given in the docs.
Width and height is specified inline on the canvas element at 400px/400px.
But when renderin
You can change the aspectRatio according to your needs:
aspectRatio
options:{ aspectRatio:4 //(width/height) }