mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 04:16:34 +00:00
Fix chart background colours (#283)
This commit is contained in:
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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user