2023-07-02

Chart.js legend long labels clipped

I have a chart.js chart with a legend that has long labels and they get clipped, like this:

enter image description here

Codepen: https://codepen.io/eimrek/pen/yLQbNdX

I would prefer that the chart gets squeezed together as much as possible to make the labels fit. Is there any way to do this?

I tried with options.layout.padding.right: 100, but this doesn't work:

enter image description here



No comments:

Post a Comment