I'm trying to make a radar chart with smooth edges as in the Chart JS sample of a radar chart
http://www.chartjs.org/samples/latest/charts/area/radar.html
I tried looking for it in the documentation and figured that it could be lineTension property however I still couldn't make it work. I'm new to JS so i'm probably doing something wrong. Can someone show me an example?