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

Bar gets large while scrolling close to start of graph #576

Open dsuresh-ap opened 6 years ago

dsuresh-ap commented 6 years ago

Using version 4.2.2.

As you can see from the video the bar glitches and becomes bigger as you get close to the start of the graph.

There are only 2 points in the BarGraphSeries. (457025, -105) (457075, -105)

Recording

dsuresh-ap commented 6 years ago

Looks like its only the last bar of the series that gets affected by this issue.