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

Bar chart some values < 0 #141

Closed
MihaelIsaev opened this issue Jun 10, 2015 · 2 comments
Closed

Bar chart some values < 0 #141

MihaelIsaev opened this issue Jun 10, 2015 · 2 comments

Comments

@MihaelIsaev
Copy link

Hello!

How to show values < 0 in BarChart?

@AlBirdie
Copy link
Contributor

Just set the chart's axis 'setStartAtZeroEnabled' to NO.
e.g.: [[chart getAxis:AxisDependencyRight] setStartAtZeroEnabled:NO]];

@danielgindi
Copy link
Collaborator

Thanks @AlBirdie :-)

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