mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-26 08:54:55 +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: [
|
children: [
|
||||||
SizedBox(height: height * 0.45, child: const OccupancyEndSideBar()),
|
SizedBox(height: height * 0.45, child: const OccupancyEndSideBar()),
|
||||||
SizedBox(height: height * 0.5, child: const OccupancyChartBox()),
|
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