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:
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:
Comments
Post a Comment