I am using MIT app inventor to plot the data received from BLE. I have already completed it.
Now I want to update the chart when it reach the maximum x value.
For example: I set the range x = 0 to 100. When x reach to 100, I want to remove the 1st x and add the 100th x. So it looks like a streaming data.