blacklocus / anvil

(experimental) Linkable CloudWatch metrics graphs
https://anvil.blacklocus.com
4 stars 1 forks source link

explicitly set x-axis range #35

Closed dirkraft closed 8 years ago

dirkraft commented 9 years ago

Currently the x-axis is the min/max datetime of data points. If the window is set to 12 hours, but the series only go as far as 2 hours back, the x-axis starts 2 hours ago, which can be confusing since the window is set to 12.

Explicitly set the range of the x-axis to [now - window, now]

Brent-Knight-BL commented 8 years ago

@dirkraft fixed this already:

screen shot 2016-07-08 at 2 16 42 pm
Brent-Knight-BL commented 8 years ago

Closing #35