Chart fixes

This commit is contained in:
Ilya Laktyushin
2020-03-26 00:52:54 +04:00
parent 28e7596534
commit 14510b11bb
8 changed files with 21 additions and 33 deletions

View File

@@ -170,9 +170,6 @@ class GeneralChartComponentController: ChartThemeContainer {
}
func chartInteractionDidBegin(point: CGPoint, manual: Bool = true) {
guard !ignoreInteraction else {
return
}
if manual && !isChartInteracting && detailsVisible {
self.hideDetailsView(animated: true)
ignoreInteraction = true