Reenable energy views

This commit is contained in:
Michael Zanetti 2021-11-25 10:47:37 +01:00
parent c56e18e288
commit 8908f67716

View File

@ -97,54 +97,54 @@ MainViewBase {
columnSpacing: 0 columnSpacing: 0
// CurrentConsumptionBalancePieChart { CurrentConsumptionBalancePieChart {
// Layout.fillWidth: true Layout.fillWidth: true
// Layout.preferredHeight: width Layout.preferredHeight: width
// energyManager: energyManager energyManager: energyManager
// visible: producers.count > 0 visible: producers.count > 0
// } }
// CurrentProductionBalancePieChart { CurrentProductionBalancePieChart {
// Layout.fillWidth: true Layout.fillWidth: true
// Layout.preferredHeight: width Layout.preferredHeight: width
// energyManager: energyManager energyManager: energyManager
// visible: producers.count > 0 visible: producers.count > 0
// } }
// PowerConsumptionBalanceHistory { PowerConsumptionBalanceHistory {
// Layout.fillWidth: true Layout.fillWidth: true
// Layout.preferredHeight: width Layout.preferredHeight: width
// visible: producers.count > 0 visible: producers.count > 0
// } }
// PowerProductionBalanceHistory { PowerProductionBalanceHistory {
// Layout.fillWidth: true Layout.fillWidth: true
// Layout.preferredHeight: width Layout.preferredHeight: width
// visible: producers.count > 0 visible: producers.count > 0
// } }
// ConsumersBarChart { ConsumersBarChart {
// Layout.fillWidth: true Layout.fillWidth: true
// Layout.preferredHeight: width Layout.preferredHeight: width
// energyManager: energyManager energyManager: energyManager
// visible: consumers.count > 0 visible: consumers.count > 0
// } }
// ConsumersHistory { ConsumersHistory {
// Layout.fillWidth: true Layout.fillWidth: true
// Layout.preferredHeight: width Layout.preferredHeight: width
// visible: consumers.count > 0 visible: consumers.count > 0
// } }
PowerBalanceStats { PowerBalanceStats {
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredHeight: width Layout.preferredHeight: width
energyManager: energyManager energyManager: energyManager
} }
// ConsumerStats { ConsumerStats {
// Layout.fillWidth: true Layout.fillWidth: true
// Layout.preferredHeight: width Layout.preferredHeight: width
// energyManager: energyManager energyManager: energyManager
// visible: consumers.count > 0 visible: consumers.count > 0
// } }
} }
} }