I have a few requests related to the dashboard that I’m working on to show measured weather data.
https://app.losant.com/#/dashboards/580446f8f953ff0100dc46f1?t=1480281823000
-
the upper plot shows data aggregated to 30 sec intervals, but my data is coming in every 15 sec. it would be nice to have a 15 sec aggregation level. The next option is 10 sec which tries to interpolate.
-
the two attribute gauges are set to 1 digit floating point precision. If I set to 0 (which I would prefer) I loose the thousand comma as well.
-
for the bottom plot I would like to show a 9 hour time range. Current options are 6 and 12.
When working on the bottom plot I had an idea for another type of timeseries plot. I’m not sure the terms to explain what I’m thinking of…
The current timeseries plot always shows the current time on the right and data flows across the chart. It would be nice to also have a plot that works like a bucket which fills over the set interval, so that data at the start of the period comes in at the left and fills to the right. In this plot the time axis should be static and the plot would reset every period interval.
Hopefully this makes some sense.