Switch temperature to a scatter chart; the lines are meaningless.

This commit is contained in:
Ian Gulliver
2016-01-12 18:30:03 -08:00
parent 3897ec0ca5
commit 24026ce308

View File

@@ -732,7 +732,7 @@ BabyStats.prototype.buildLayout_ = function() {
this.displayTemp_ = document.createElement('babyStatsDisplayTemp');
back.appendChild(this.displayTemp_);
this.tempChart_ = new google.visualization.LineChart(this.displayTemp_);
this.tempChart_ = new google.visualization.ScatterChart(this.displayTemp_);
this.displaySleep_ = document.createElement('babyStatsDisplaySleep');
back.appendChild(this.displaySleep_);