Trying to round the bars on bar chart as found in this post that works as displayed in the jsFiddle provided. This is for version 1.
In the chart that I am using, i
Checkout chartjs-top-round-bar a usefull
You just need to
import 'chartjs-top-round-bar';
...
new Chart('myChart', { options: { barRoundness: 0.3 } }