Fix chart background colours (#283)
This commit is contained in:
committed by
Paulus Schoutsen
parent
192d77a6a8
commit
2b14b206ab
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user