jjoe64 / GraphView

Android Graph Library for creating zoomable and scrollable line and bar graphs.
https://github.com/jjoe64/GraphView/wiki
Other
2.76k stars 811 forks source link

Series being drawn over the X-Axis label #662

Open skeleten opened 4 years ago

skeleten commented 4 years ago

When zooming in and scrolling, sometimes one of our Series gets drawn over the Labels for the X Axis:

Screenshot_1585655640

The code to create said series can be found here: https://gist.github.com/skeleten/64190cc597968afec97bc8b780d1b66c

We are using a simple LineGraphSeries, and are unsure where the problem lies, any help would be appreciated.

morganor commented 4 years ago

I have the same problem with BarGraphSeries Screenshot_20200404-122154_My collections of coins

andrewcccc commented 3 years ago

any suggestions and fix?