Fix chart background colours (#283)

This commit is contained in:
Lewis Juggins
2017-05-15 21:29:04 -07:00
committed by Paulus Schoutsen
parent 192d77a6a8
commit 2b14b206ab
2 changed files with 3 additions and 0 deletions
@@ -84,6 +84,7 @@
}
options = {
backgroundColor: '#fafafa',
legend: { position: 'top' },
interpolateNulls: true,
titlePosition: 'none',
@@ -130,6 +130,8 @@ Polymer({
});
chart.draw(dataTable, {
backgroundColor: '#fafafa',
height: 55 + (numTimelines * 42),
timeline: {