Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce height of grids #1198

Closed
Prathame5h opened this issue Jun 30, 2016 · 4 comments
Closed

reduce height of grids #1198

Prathame5h opened this issue Jun 30, 2016 · 4 comments

Comments

@Prathame5h
Copy link

Prathame5h commented Jun 30, 2016

screen shot 2016-06-30 at 11 52 32 am
I want to reduce grids height in chart, how can I?
plz help me

@liuxuan30
Copy link
Member

you mean x axis or y axis? you are giving a horizontal bar chart, so height and width is flipped..

@Prathame5h
Copy link
Author

screen shot 2016-06-30 at 11 52 32 am

can we manage this height which in circle?

@liuxuan30
Copy link
Member

liuxuan30 commented Jul 4, 2016

hmm, I don't think so... this is calculated, and related to your view's height.
like section width = total width / count
the idea is the chart will try to make use of the whole view size.
what you can do is increase each section's empty space, by using groupSpace, barSpace

@danielgindi
Copy link
Collaborator

Each grid strip width equals 1.0 on the X axis and 1.0 on the Y axis.
If you want the Bars to be wider relative to those strips, you could adjust the barWidth (or barSpacing, in Charts 2.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants