paulroehr / EazeGraph

An Android chart and graph library
Apache License 2.0
1.6k stars 269 forks source link

Chart edging left #47

Open pareeohnos opened 9 years ago

pareeohnos commented 9 years ago

I've run into an unusual issue with the chart I'm rendering. I've got a standard bar chart which is updated by adding one new bar every second. What I've noticed however is that every time a bar is added, the entire chart appears to shift to the left ever so slightly, perhaps 1 px every 2 bar additions. In the long run, this results in the chart being invisible as it is pushed off the side of the screen.

I've tried debugging the code but I'm unable to determine where the issue lies but it is quite a problem.