Color the sleep chart row labels.

This commit is contained in:
Ian Gulliver
2016-01-06 16:24:29 -08:00
parent bb624bb93d
commit 7035605669

View File

@@ -1034,6 +1034,9 @@ BabyStats.prototype.updateDisplayPage_ = function() {
],
timeline: {
showBarLabels: false,
rowLabelStyle: {
color: '#490A3D',
},
},
avoidOverlappingGridLines: false,
};