The stroke-width scales with the size of the chart, which makes it very hard to spot, if the chart is smaller. I want to use the radial bar chart as a sort of indicator, so it would be pretty small. I know u can adjust the width of the track, but i couldn't find a solution on how to increase the stroke-width of the bar.

( left is size: 100, right is size: 50 )
Is there any possibility to manipulate the stroke-width of the bar? Would be more than happy if someone could give me a lead.
Try these settings to make the bars thick
plotOptions: {
radialBar: {
hollow: {
size: '30%', // percentage
},
track: {
margin: 1, // margin is in pixels
}
}
}
It's working just right. Thank you very much!
Most helpful comment
Try these settings to make the bars thick