ChartJs – Round borders on a doughnut chart with multiple datasets – Photoshop
I have a regular Chartjs doughnut chart with multiple datasets, using this code for the dataset: datasets: [ { label: 'Bugs', data: [ 60 , 6.6666666666667 , 33.333333333333 ], backgroundColor: ['#25CFE4', '#92E7F1', '#eeeeee'], }, { label: 'Fixes', data: [ 60…