diff --git a/src/app/tasks.coffee b/src/app/tasks.coffee index 91daac794c..ddfd3dc889 100644 --- a/src/app/tasks.coffee +++ b/src/app/tasks.coffee @@ -135,8 +135,7 @@ module.exports.app = (appExports, model) -> options = { title: 'History' - #TODO use current background color: $(el).css('background-color), but convert to hex (see http://goo.gl/ql5pR) - backgroundColor: 'whiteSmoke' + backgroundColor: { fill:'transparent' } } chart = new google.visualization.LineChart(document.getElementById( chartSelector )) diff --git a/views/app/header.html b/views/app/header.html index fcd7af47a6..fba8d58202 100644 --- a/views/app/header.html +++ b/views/app/header.html @@ -16,15 +16,12 @@
- - diff --git a/views/app/index.html b/views/app/index.html index 38029dd15d..5fd2ec3382 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -41,6 +41,7 @@