When using chart.js without any width and height set on the canvas element, the resulting pie chart is only 50% the width of the canvas element. This isn't the same for bar charts

Ultimately I want to use the pie chart on a responsive dashboard, but having only 50% of the width occupied is a useless waste of space.
Anyone know how it can occupy 100% of the width?
Cheers