Fix chart size and clipping

This commit is contained in:
Ilya Laktyushin
2020-03-23 16:55:02 +04:00
parent 4f98fae2ef
commit 13cd7a2ab6
7 changed files with 14 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ import UIKit
enum BaseConstants {
static let defaultRange: ClosedRange<CGFloat> = 0...1
static let minimumAxisYLabelsDistance: CGFloat = 90
static let minimumAxisYLabelsDistance: CGFloat = 85
static let monthDayDateFormatter = DateFormatter.utc(format: "MMM d")
static let timeDateFormatter = DateFormatter.utc(format: "HH:mm")
static let headerFullRangeFormatter: DateFormatter = {