mycontroller-v1-legacy icon indicating copy to clipboard operation
mycontroller-v1-legacy copied to clipboard

Request: Make all graph x-axis a consistent range [current time - (hour,day,week...), current time]

Open jkandasa opened this issue 5 years ago • 0 comments

Source: https://forum.mycontroller.org/topic/354/request-make-all-graph-x-axis-a-consistent-range-current-time-hour-day-week-current-time

Originally reported by @nikolac

Problem

I have a chart that shows triggers (motion sensors, doors) in the "last 12 hours" . Every time I look at the chart, I have to look at the first and last point on the chart to determine how big of a window I'm looking at.

Right now, it appears the x-axis range on the the default graphs is [time of earliest datapoint in last (hour, day, week...), time of most recent data point in last (hour, day...)].

For example, I look at the chart at 10:00. There are two events on the graph: a motion event at 5:00 and a motion event at 5:10. The width of the graph represents 10 minutes.

The next day, I look at the chart at 10:00. There are two events on the graph: a motion event at 1:00, and a motion event at 9:30. In this instance, the width of the graph represents 8.5 hours.

Request

I believe a range [current time - (hour, day...year), current time], independent of the data within the range, would provide a more consistent experience. Also a more representative visualization.

jkandasa avatar Sep 22 '18 04:09 jkandasa