Skip to content

Commit

Permalink
Remove unneeded chart insets
Browse files Browse the repository at this point in the history
  • Loading branch information
aydenp committed Dec 4, 2017
1 parent fac1c0a commit a5d1a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bank/Views/AccountHeaderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class AccountHeaderView: UIView {
chart.lineWidth = 3
chart.labelFont = .systemFont(ofSize: 0)
chart.labelColor = .clear
chart.topInset = 0
chart.bottomInset = 0
chartContainerView.addSubview(chart)
chartSegmentedControl.removeAllSegments()
ChartViewRange.allOptions.enumerated().forEach {
Expand Down

0 comments on commit a5d1a89

Please sign in to comment.