chartjs / chartjs-plugin-datalabels

Chart.js plugin to display labels on data elements
https://chartjs-plugin-datalabels.netlify.app
MIT License
863 stars 460 forks source link

Responsive labels #279

Closed markwoon closed 2 years ago

markwoon commented 2 years ago

Would it be possible to make the font size of the labels responsive?

Perhaps instead of a static value, we can use a function that takes the size of the canvas and returns a font size?