Fix chart background colours (#283)

This commit is contained in:
Lewis Juggins 2017-05-16 05:29:04 +01:00 committed by Paulus Schoutsen
parent 192d77a6a8
commit 2b14b206ab
2 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,7 @@
}
options = {
backgroundColor: '#fafafa',
legend: { position: 'top' },
interpolateNulls: true,
titlePosition: 'none',

View File

@ -130,6 +130,8 @@ Polymer({
});
chart.draw(dataTable, {
backgroundColor: '#fafafa',
height: 55 + (numTimelines * 42),
timeline: {