Chart.js v2: space between doughnut inside doughnut
问题 I am using chart.js v2.5.0. I put doughnut inside doughnut. I want the disdance between 2 doughnuts( A ) to be larger without affecting the distance between slices inside the same doughnut( B ). Please see the following image: Currently I am using the property borderWidth . However, this also affects the width of B . Please see the following code: options: { elements: { arc: { borderWidth: 18, }, }, cutoutPercentage: 60, responsive: true, } I want the doughnuts to look like this: 回答1: The