Fix occational duplicate entries in consumer stats

This commit is contained in:
Michael Zanetti 2022-09-21 17:05:14 +02:00
parent a54dd4d757
commit 67d0991232

View File

@ -151,6 +151,9 @@ StatsBase {
barSet.borderColor = barSet.color barSet.borderColor = barSet.color
barSet.borderWith = 0 barSet.borderWith = 0
} }
Component.onDestruction: {
barSeries.remove(barset)
}
} }
} }