@magicyoda please add a fiddle with what you tried
Here is the fiddle : https://jsfiddle.net/1z28s9aq/1/
on line #43, 44, I added without success
pointDot: false,
pointLabelFontSize: 20
none of those two parameters are taken.. I cannot find official documentation about the fontSize and PointDot for labels
from http://stackoverflow.com/questions/31522001/chart-js-change-size-of-label-of-radar-chart
@magicyoda those options are for v1. I updated your fiddle here: https://jsfiddle.net/rpr2n9n7/2/
thanks a lot ! I tried this one also but certainly with error.. ;-)
@etimberg Hi, awesome answer there, I really wonder where did you get that information? I can't find any in the docs.
I need to change some configuration of the radar chart.
https://s19.postimg.org/67l7af6k3/config-radar.jpg
Here is my codepen https://codepen.io/AdiFahmi/pen/PKZQXJ
Thank you :)
options: {
scale: {
pointLabels: {
fontSize: 20
}
}
}
@chenhailun2006 Thanks to you, I did it !
Most helpful comment