MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Fix offsets not adjusted on autoscale

Open yaugenka opened this issue 4 years ago • 1 comments

Fixes #5237, Fixes #2826.

calculateOffsets needs to be called after computeAxis because the size of labels can change after the latter. Also the view port handler needs to be refreshed after that to take the new offsets into account.

yaugenka avatar Jan 26 '22 10:01 yaugenka

I really like this library and using it in my apps, I would like to call people to continue with this awesome thing. I have forked the repo and started working on it! So I am ready as well to accept pull requests, I'll notify other people from here as well! Would be more than happy if we continue with this awesome project.

Code is full kotlin now!

Make your pull requests here: https://github.com/Paget96/MPAndroidChart

Paget96 avatar Dec 11 '22 01:12 Paget96