feat(dashboard-zuhause): set column_span: 2 on chart-heavy sections
Behebt Layout-Lücken bei max_columns: 2, wenn Sections sehr unterschiedliche Höhen haben. Sections mit ApexCharts spannen jetzt volle Breite und brechen die parallele 2-Spalten-Anordnung: Klima-Tab: - Luftqualität pro Raum (chips + 24h Chart) → full-width - Temperatur-Verlauf 24h (Chart 6 Räume) → full-width Whirlpool-Tab: - Wasserchemie (chips + pH-Chart + ORP-Chart) → full-width - Energie (chips + Leistungs-Chart) → full-width Räume-Tab: alle 14 Sections bleiben Standard (sind kompakt genug).
This commit is contained in:
@@ -1212,7 +1212,8 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"column_span": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "grid",
|
"type": "grid",
|
||||||
@@ -1297,7 +1298,8 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"column_span": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -1496,7 +1498,8 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"column_span": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "grid",
|
"type": "grid",
|
||||||
@@ -1664,7 +1667,8 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"column_span": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "grid",
|
"type": "grid",
|
||||||
|
|||||||
Reference in New Issue
Block a user