Bar chart spacing and width

I'm trying to find either the documentation or demo that shows: 
 Spacing and width
Customize spacing between two bars and the width of the bars. That is described at 

Vue Stacked Bar Chart & Graph | Vue Charts | Syncfusion

Can you point me in the right direction?

I need to make the either bar chart smaller and tighter

Thank You


3 Replies

DG Durga Gopalakrishnan Syncfusion Team October 4, 2021 12:26 PM UTC

Hi William, 

Greetings from Syncfusion. 

We request you to use columnWidth and columnSpacing properties to customize the width and space between columns. Please check with the below sample and snippet. 

<ejs-chart > 
            <e-series-collection> 
                <e-series columnWidth=1 columnSpacing=0.5 > </e-series> 
              //… 
            </e-series-collection> 
        </ejs-chart> 

 



Kindly revert us if you have any concerns. 

Regards, 
Durga G 



WM William Morgenweck October 5, 2021 12:03 PM UTC

Awesome-- Thanks



DG Durga Gopalakrishnan Syncfusion Team October 6, 2021 12:48 PM UTC

Hi William, 

Most welcome. Please get back to us if you need any further assistance. We are always happy in assisting you. 

Regards, 
Durga G

Loader.
Up arrow icon