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

Small fix for calculating minimum and maximum ChartDataSet values not… #2353

Closed
wants to merge 1 commit into from

Conversation

piotr-sekara
Copy link

Without this fix, ChartDataSet is calculating minimum and maximum values not for whole value array. The result is that the Bar (in my example) is outside the chart, because maximum value of the last object in array was skipped.

Before this change :
before

After this change :
after

@liuxuan30
Copy link
Member

liuxuan30 commented Apr 13, 2017

dup to #2229

@liuxuan30 liuxuan30 closed this Apr 13, 2017
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

Successfully merging this pull request may close these issues.

2 participants