jjoe64 / GraphView

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

LineGraph stays visible while scrolling #283

Open bedzinsa opened 9 years ago

bedzinsa commented 9 years ago

I think i found a bug (not sure if you are aware of). While scrolling graph the grid with old data hides but sometimes the line goes on the Y axis insted (screenshot). graph

Thanks.

jjoe64 commented 9 years ago

thanks for reporting i will check

jjoe64 commented 9 years ago

I can not reproduce it. maybe you can provide a project where i can reproduce it?

Alexs784 commented 9 years ago

I have the same problem... I use this library for showing a graph, and two buttons to change between four graphs. When I change graph I have the bug like bedzinsa one. It happens specially on specified device (like Galaxy S3 or Galaxy S3 Neo) for example never happens on Xperia Z2 or Nexus 5. I tried also to remove and add view (and to set a new graph) on every click for change graph, but it is still present

jjoe64 commented 9 years ago

maybe you have some trouble in your data? the data has to be in correct order! If you can provide me an example where it i can reproduce it, i can look further