chartjs-plugin-labels
chartjs-plugin-labels copied to clipboard
Font size responsive
Is there a way I can make the font size responsive? I use a default font size of 25. But if I make the chart really small I need a smaller font size (automatically). Thanks in advance
I think this feature should be support by Chart.js core. Before that, you can update options manually.
One could use viewport-percentage
lengths for fonts. This would enable dynamic font updates when the initial containing block is resized. Additionally, set fonts in CSS classes using media queries
for responsive design.