I recently updated to ChartJS v4.0.1 and noticed a new option called tension
for curving the line chart. However, I'm not satisfied with how it looks.
The tension option ranges from 0 to 1, and I've experimented with different values to enhance the aesthetics of my Chart:
tension: 0.1
https://i.stack.imgur.com/udwsL.png
tension: 0.5
https://i.stack.imgur.com/vjkdR.png
tension: 1
https://i.stack.imgur.com/5pJid.png
My main question is, what steps can I take to make the chart appear more "smooth", similar to this example:
https://i.stack.imgur.com/XkF0E.png
Any input would be greatly appreciated!