Fix selection in power balance history
This commit is contained in:
parent
3afa6d269f
commit
14654a8ba2
@ -294,7 +294,7 @@ Item {
|
||||
// borderWidth: 2
|
||||
borderColor: color
|
||||
name: qsTr("From self production")
|
||||
// opacity: d.selectedSeries == null || d.selectedSeries == selfProductionConsumptionSeries ? 1 : 0.3
|
||||
opacity: d.selectedSeries == null || d.selectedSeries == selfProductionConsumptionSeries ? 1 : 0.3
|
||||
// visible: false
|
||||
|
||||
onClicked: d.selectedSeries(selfProductionConsumptionSeries)
|
||||
@ -445,7 +445,7 @@ Item {
|
||||
borderWidth: 0
|
||||
borderColor: color
|
||||
name: qsTr("From grid")
|
||||
// opacity: d.selectedSeries == null || d.selectedSeries == acquisitionSeries ? 1 : 0.3
|
||||
opacity: d.selectedSeries == null || d.selectedSeries == acquisitionSeries ? 1 : 0.3
|
||||
// visible: false
|
||||
|
||||
onClicked: d.selectSeries(acquisitionSeries)
|
||||
|
||||
Reference in New Issue
Block a user