mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
shows OccupancyHeatMapBox
instead of a Placeholder
in vertical srcollable AnalyticsOccupancyView
.
This commit is contained in:
@ -22,7 +22,7 @@ class AnalyticsOccupancyView extends StatelessWidget {
|
||||
children: [
|
||||
SizedBox(height: height * 0.45, child: const OccupancyEndSideBar()),
|
||||
SizedBox(height: height * 0.5, child: const OccupancyChartBox()),
|
||||
SizedBox(height: height * 0.5, child: const Placeholder()),
|
||||
SizedBox(height: height * 0.5, child: const OccupancyHeatMapBox()),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user