Open xxfogs opened 4 months ago
Sure, as far as I know, this legend part is untouched. The only diff is here, that I merge pull requests and create immediate a new release
Do you maybe know any workarounds till a patch is released?
No. To solve this systematically, a new espresso test, which demonstrates the issue is required.
I tried to reproduce it https://github.com/AppDevNext/AndroidChart/pull/262 but here it's fine (at least for me) Please can you provide a running sample, best in this repo as a new sample ?
Yes, I will provide a sample repo, however can you please try moving the X axis in your test to bottom (chart.xAxis.position = XAxis.XAxisPosition.BOTTOM
)? Currently it's on top
Yes, I will provide a sample repo,
Better, to do it in this repo as a pull request. Or simply jump into https://github.com/AppDevNext/AndroidChart/pull/262
As I wrote https://github.com/AppDevNext/AndroidChart/pull/262#issuecomment-2260925482 I'm not able to reproduce
When chart legend gets disabled through
X-axis labels become just partially visible due to leaving the component bounds
I believe this issue has been inherited from the upstream as a similar issue has been filed recently