Make charts end at current time, rather than the last data point.

This commit is contained in:
Ian Gulliver
2016-01-06 12:35:15 -08:00
parent 7c3a19bf89
commit 5afb09eea8

View File

@@ -968,6 +968,7 @@ BabyStats.prototype.updateDisplayPage_ = function() {
color: '#8A9B0F', color: '#8A9B0F',
}, },
viewWindow: { viewWindow: {
max: new Date(),
}, },
}, },
vAxis: { vAxis: {