ZingChart: How do you make a dial or ring chart have a thinner line or ring?
You can modify the width of the ring using the slice
attribute in the plot
object.
plot:{
slice:'35%'
}
Example: https://demos.zingchart.com/view/662GDKWB
Documentation