I will remove border around the doughnut graph.
Is-it possible ?
Do you mean the white border between the segments? Or the border around?
@jerairrest the border around
Hey @n1c01a5
please use the follow option object to remove the border.
const options = {
elements: {
arc: {
borderWidth: 0
}
}
}
@jerairrest I tried with your option object doesn't seem to work for me
Most helpful comment
Hey @n1c01a5
please use the follow option object to remove the border.