You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One feature I could really use - to have the chart continously moving to the left when I add new values instead of redrawing when x is full.
This is what I mean:
When a new value is added - chart it on the right of the curve and move all other points to the left. So the most recent value is on the right, the older values are on the left.
When the screen is full the oldest values are just dismissed.
Best,
-T
The text was updated successfully, but these errors were encountered:
I have also recently found you library and find it really user friendly - thankyou!
Any thoughts on the implementing the scrolling graph feature request? It could be placed in the setup declarations as display.setScroll(true), for example.
Hi,
great library!
One feature I could really use - to have the chart continously moving to the left when I add new values instead of redrawing when x is full.
This is what I mean:
When a new value is added - chart it on the right of the curve and move all other points to the left. So the most recent value is on the right, the older values are on the left.
When the screen is full the oldest values are just dismissed.
Best,
-T
The text was updated successfully, but these errors were encountered: