Skip to content

Commit

Permalink
Decrease min_columns to 8 for hui-statistics-graph-card (#23639)
Browse files Browse the repository at this point in the history
Increase min_columns to 8 for hui-statistics-graph-card
  • Loading branch information
MindFreeze authored Jan 8, 2025
1 parent c6aec2d commit fc20716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/lovelace/cards/hui-statistics-graph-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class HuiStatisticsGraphCard extends LitElement implements LovelaceCard {
getGridOptions(): LovelaceGridOptions {
return {
columns: 12,
min_columns: 9,
min_columns: 8,
min_rows: 4,
};
}
Expand Down

0 comments on commit fc20716

Please sign in to comment.