blacklocus / anvil

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

don't connect gaps #28

Closed dirkraft closed 9 years ago

dirkraft commented 9 years ago

There's a big difference between no-data and "I'm not sure if this is data or flot is just connecting the dots"

There's a flot plugin that might work

http://joeloughton.com/blog/web-applications/flot-plugins-x-gap-threshold/

Set gaps threshold based on aggregation period, e.g. if aggregation periods of 15 minutes is selected, then a continuous set of data would have a point every 15 minutes. A gap is any consecutive pair of points more than 15 minutes apart.

chadbay commented 9 years ago

nice, this was hard to do with nvd3

amcclosky commented 9 years ago

:+1: