I'm currently using AChartEngine library to dinamically draw my sensor data. It's working fine and when i receive new data the chart scroll and update Y axis values correctly. The problem is when i touch the chart to manually zoom, move or anything else: the chart loses his "auto following" intelligence and also the "center chart" button in the zoom controls does not center correctly entire chart (but it focus on "old data", before my first touch).
How can i solve?