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 crash when yMaxValue = 0 #26

Closed
leoreisbk opened this issue Jan 29, 2015 · 2 comments
Closed

Bar chart crash when yMaxValue = 0 #26

leoreisbk opened this issue Jan 29, 2015 · 2 comments

Comments

@leoreisbk
Copy link

var grade = value / yValueMax.

I want to show negative values in a bar chart, how can i do it?

@sudeepag
Copy link

Is there any fix to this? Getting the same error.

@gbmksquare
Copy link

You can prevent crashing by adding barChart.yMinValue = -10 when initiazliaing. But it doesn't seem to show minus value in downward direction.

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

4 participants