mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Decrease min_columns to 8 for hui-statistics-graph-card (#23639)
Increase min_columns to 8 for hui-statistics-graph-card
This commit is contained in:
parent
c6aec2db7d
commit
fc20716ff2
@ -131,7 +131,7 @@ export class HuiStatisticsGraphCard extends LitElement implements LovelaceCard {
|
|||||||
getGridOptions(): LovelaceGridOptions {
|
getGridOptions(): LovelaceGridOptions {
|
||||||
return {
|
return {
|
||||||
columns: 12,
|
columns: 12,
|
||||||
min_columns: 9,
|
min_columns: 8,
|
||||||
min_rows: 4,
|
min_rows: 4,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user