Merge PR #889: Fix occational duplicate entries in consumer stats

This commit is contained in:
jenkins 2022-09-24 13:28:43 +02:00
commit d8e4c7a089

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)
}
} }
} }