This commit is contained in:
Ilya Laktyushin 2020-03-26 03:08:02 +04:00
parent 16d3b66f64
commit 25f654389a
3 changed files with 50 additions and 28 deletions

View file

@ -158,7 +158,9 @@ class PieChartComponentController: GeneralChartComponentController {
visible: true)],
totalValue: nil,
tapAction: nil,
hideAction: nil)
hideAction: { [weak self] in
self?.deselectSegment(completion: {})
})
return viewModel
}