Sign in to follow this  
kausikasa

ScrollCombi2D Graph Question

Recommended Posts

Hi,

I am using ScrollCombi2D.swf for our graph. Attached is the screen shot. Right now i have onlyfew data points. The size of the individual bars in the graph is too large. Can you please let me know how can i decrease the width of the bar.

Thanks for all the help

cb6958fc-b66a-48b9-bd5e-674.jpeg 

Share this post


Link to post
Share on other sites

Hi,

Could you please try using the attribute "plotSpacePercent" in the <chart> element?

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, it can be done using this attribute.

 

For example, if you wanted all columns to stick to each other without any space in between, you can set plotSpacePercent 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