chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.94k stars 11.89k forks source link

Padding left or right between labels inside legend #11658

Open a-fazal opened 5 months ago

a-fazal commented 5 months ago

Feature Proposal

There should be an option to create padding left or right inside the labels of the legend. Right now theres one padding option inside legend: { labels } which creates padding around the entire legend box and between the labels like

image

Instead if there was a padding right option between the labels I'd prefer it to look aligned like:

image

Possible Implementation

No response