I want to adjust the font size when my character width is smaller. I'm using ChartJs and Line type. When the canvas width is 100% (1500px) I have this: But when I change the canvas size to 50% (750px) I get the following result:
The text is too small to read, I want the font size not to change. Can this be done?
Add the font size in the chart configuration and that's it.