mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00:00
Fix chart background colours (#283)
This commit is contained in:
parent
192d77a6a8
commit
2b14b206ab
@ -84,6 +84,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
backgroundColor: '#fafafa',
|
||||||
legend: { position: 'top' },
|
legend: { position: 'top' },
|
||||||
interpolateNulls: true,
|
interpolateNulls: true,
|
||||||
titlePosition: 'none',
|
titlePosition: 'none',
|
||||||
|
@ -130,6 +130,8 @@ Polymer({
|
|||||||
});
|
});
|
||||||
|
|
||||||
chart.draw(dataTable, {
|
chart.draw(dataTable, {
|
||||||
|
backgroundColor: '#fafafa',
|
||||||
|
|
||||||
height: 55 + (numTimelines * 42),
|
height: 55 + (numTimelines * 42),
|
||||||
|
|
||||||
timeline: {
|
timeline: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user