Azure / connectthedots

Connect tiny devices to Microsoft Azure services to build IoT solutions
http://connectthedots.io
MIT License
399 stars 274 forks source link

Website time axis #198

Closed spyrossak closed 7 years ago

spyrossak commented 8 years ago

User may need to select time scale for data to be displayed on CTD website, as well as starting date. For example, sensor may send data every 1 minute, in which case current website shows about 10 mins of data; however, user may want to see 1 hour averages over 10 hour period, or 1 day averages over longer period. It would be useful to add feature to website allowing user to select time period and starting date.

dinarisio commented 8 years ago

Tested scaling time window changing for online data - js changes only. Started implementing changes for historical data on js and reading from blob on backend.

dinarisio commented 8 years ago

Working on js part.

olivierbloch commented 7 years ago

Stale