DonkeyKongJr/iOS-sensor-visualization

[Feature]Add charts to display sensor values over a period of time

DonkeyKongJr opened this issue · 1 comments

Consider using a chart library (probably https://github.com/danielgindi/Charts) to show historical values of sensor data.

After adding the charting remove the refresh button completely.
Add automatic refresh of data by defiend interval (60s as default value).

Decided to use https://github.com/gpbl/SwiftChart as first draft.