AnyChart / AnyChart-Android

AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
2.29k stars 369 forks source link

Live graph update for EEG display #222

Open rakadambi opened 3 years ago

rakadambi commented 3 years ago

Hello,

I am evaluating this library for plotting EEG values coming at 250 samples per second. This is a continuous graph.

I have looked at the way it is recommended to do live updates in Wiki: (https://github.com/AnyChart/AnyChart-Android/wiki/Chart-data-update)

For me the effect should be like scrolling on X axis. I show 4 seconds of data (hence 1000 points) in the graph. How do I plot the X axis values (since the wiki articles shows only constant X values). Is this possible?