Sign in to follow this  
qasimraza1979

how to set the width of a category area in 2d multiseries chart

Recommended Posts

Hi

 

I have a chart where I am facing problem in having to much space for the category. Please see the attached image.

 

 

Best Regards,

 

Qasim

Hi,

 

Please note that you can not explicitly specify the width of the columns in the Column chart.

 

However, on a column chart, there is spacing defined between two columns. By default, the spacing is set to 20% of canvas width. If you intend to increase or decrease the spacing between columns, you can do so using this attribute.

 

For example, if you wanted all columns to stick to each other without any space in between, you can set "plotSpacePercent" attribute to '0'. Similarly, if you want very thin columns, you can set "plotSpacePercent" to its max value of '80'.

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this