Fix occational duplicate entries in consumer stats

pull/889/head
Michael Zanetti 2022-09-21 17:05:14 +02:00
parent a54dd4d757
commit 67d0991232
1 changed files with 3 additions and 0 deletions

View File

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