chartjs / chartjs-plugin-datalabels

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

Type of font.size might be wrong on the options page. #394

Open chinmayghule opened 9 months ago

chinmayghule commented 9 months ago

On the scriptable options page we see the type of font.size as string. However if we visit the fonts page we see that type of size has been mentioned as number.

Note: This is my first time creating issue and I don't really know about this library so I might be wrong.