Chartjs-How to make the size of pie chart fixed without using canvas (chart.js)

0👍

if I understood correctly, you can use maintainAspectRatio: false in options and then set the width and height via css/sass

Leave a comment