Is there a way to remove the white border from the pie chart slices by adding an option to the library? I am looking for the Vue version of this answer: Rails: Remove white border from Pie Chart using Chartkick Gem
Code I am using.
<pie-chart :data="donutChartData" :donut="true" :colors="colorsData" :download="true" :library="{cutoutPercentage: 50}" ></pie-chart>
Any ideas how to do that in Vue?
Thanks in advance!