Fixes #405 - added isFlingEnabled setting - #5045
lesniakania wants to merge 2 commits into
Conversation
[Fixes PhilJay#405] Add isFlingEnabled option to the chart
|
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! Code is full kotlin now! Make your pull requests here: |
|
Thanks a lot for this pull request, and sorry it never got merged. MPAndroidChart 4.0.0 is a complete rewrite in Kotlin (https://github.com/PhilJay/MPAndroidChart/releases/tag/v4.0.0), so this change no longer applies to the code base and I am closing it. If it is still relevant for 4.0, a new pull request against |
PR Checklist:
isDragEnabledso I didn't add mine too).PR Description
This adds
isFlingEnabledsetting soonChartFlingcan work properly.Fixes #405