[Chartjs]-Chartjs with Vue, Bar Chart Border Radius not working

2👍

You are using V2 of the lib, borderradius was only introduced in V3 of the lib so you will need to update chart.js. although the Vue wrapper is not compatible with chart.js V3 so you will need to implement chart.js yourself

Leave a comment