Replies: 1 comment
-
The way you customize fonts have changed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
with version 3 Im not able to set font family or font size for the radar graph labels.
The following doenst work
Chart.defaults.font.size = 40;
This only sets the tick size, not label size
options: { legend: { labels: { fontSize: 20, } } }
Doesnt work...
options: { scale: { pointLabels: { fontSize: 24 } } }
Doesnt work...
This works:
Chart.defaults.font.family = 'Sen-Bold';
Any ideas or help for version 3?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions