[BUG] lineTension
doesn't work for Radar chart type.
#3591
Labels
Milestone
lineTension
doesn't work for Radar chart type.
#3591
Current Behavior
lineTension
option doesn't work for Radar chart type.tension
work.Setting of this chart is
lineTension
= 0.5Possible Solution
With this change, I think that this issue can be fixed.
https://github.com/chartjs/Chart.js/blob/master/src/controllers/controller.radar.js#L98
tension: custom.tension ? custom.tension : helpers.getValueOrDefault(dataset.lineTension, ....
Steps to Reproduce (for bugs)
jsfiddle
Environment
Chart.js version : 2.4.0
Browser name and version : Microsoft Edge 38.14393.0.0
Link to my project : https://jsfiddle.net/wzvhcpfy/2/
The text was updated successfully, but these errors were encountered: