Chart fixes

This commit is contained in:
Ilya Laktyushin
2020-03-25 20:44:20 +04:00
parent 79024f66f1
commit e854d7b4fa
27 changed files with 143 additions and 61 deletions

View File

@@ -83,6 +83,10 @@ class ChartStackSection: UIView, ChartThemeContainer {
backButton.setVisible(false, animated: false)
}
public func resetDetailsView() {
controller?.cancelChartInteraction()
}
func apply(theme: ChartTheme, animated: Bool) {
self.theme = theme