In chart.js@2.2.2 (haven’t tested for chart.js@2.x.x):
const options = {
elements: {
arc: {
borderWidth: 0
}
}
};
In chart.js@2.2.2 (haven’t tested for chart.js@2.x.x):
const options = {
elements: {
arc: {
borderWidth: 0
}
}
};