I can't seem to find the prop that changes a bar width. I want it to be much thinner. How can I change this?
You can set the width of the bars by using the "plotSpacePercent" chart attribute. Please find the link to the demo which has the same attribute implemented. Kindly try this at your end and let us know if you still face any issues.
chart :{
plotSpacePercent: 70
}