Chart.js legend took up too much spaces
问题 I was having some problem with chart.js legend. The legend with long text took up too much spaces which resulting in the reduce in the size of my pie chart: Another example is this: If I got more legend, the doughnut chart will eventually becomes smaller and smaller. I tried to set maxWidth but to no avail. var options = { layout: { padding: { top: 5 } }, responsive: true, maintainAspectRatio: false, legend: { display: true, position: 'right', maxWidth: 100, onClick: null }, animation: {