chartjs / Chart.js

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

Remove box padding from legend types #11817

Closed LeeLenaleee closed 6 days ago

LeeLenaleee commented 1 week ago

Resolves: https://github.com/chartjs/Chart.js/issues/11803, boxPadding does not exist on the legend plugin, it only exists on the tooltip plugin

LeeLenaleee commented 1 week ago

Fixed the CI, forgot to disable autoformat of VS code