reactjsfusioncharts

React Fusion-Charts bar width


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? enter image description here


Solution

  • 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
    }
    

    Demo: https://jsfiddle.net/ar9t485c/