Merge PR #889: Fix occational duplicate entries in consumer stats
This commit is contained in:
commit
d8e4c7a089
@ -151,6 +151,9 @@ StatsBase {
|
|||||||
barSet.borderColor = barSet.color
|
barSet.borderColor = barSet.color
|
||||||
barSet.borderWith = 0
|
barSet.borderWith = 0
|
||||||
}
|
}
|
||||||
|
Component.onDestruction: {
|
||||||
|
barSeries.remove(barset)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user