From 7035605669d9ee802f666cc4039b33fde7b15415 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 6 Jan 2016 16:24:29 -0800 Subject: [PATCH] Color the sleep chart row labels. --- static/babystats.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/babystats.js b/static/babystats.js index 9ae9431..0b25b8e 100644 --- a/static/babystats.js +++ b/static/babystats.js @@ -1034,6 +1034,9 @@ BabyStats.prototype.updateDisplayPage_ = function() { ], timeline: { showBarLabels: false, + rowLabelStyle: { + color: '#490A3D', + }, }, avoidOverlappingGridLines: false, };