Corrected touch target boundaries for various chart types#791
Corrected touch target boundaries for various chart types#791venkatbhoogarbh wants to merge 3 commits into
Conversation
|
Hm, I'm not sure if we bump minSdk to 24 only because of this. Please give me an argument to do so. |
|
according to https://apilevels.com/ |
|
I changed it appropriately to use a standard for-in loop, preserving full API 23 compatibility. Thank you for pointing that out! |
|
Thanks a lot for your afford. As forks can't makes screenshot compare test, I made a copy of this PR #794 to enable this. |
|
Hello, I have replaced the .forEach loops in both BubbleChartRenderer.kt and CandleStickChartRenderer.kt with standard for-in loops to ensure full backwards compatibility with API 23. |
…Bar charts, Pie charts, Stack charts, and many more
492f046 to
793eb42
Compare
|
I rebased it to recent master |
Maybe this will simplify the pull request process |

Fix: Corrected touch target boundaries and stack selection logic for Bar charts, Pie charts, Stack charts, and many more