Mercurial > public > stock-charts
diff Sources/StockCharts/LineChart/LineChartView.swift @ 98:46e874c1f459 1.2.4
Remove padding
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 22 Jun 2021 16:11:26 +0200 |
parents | b9aa9d7b030d |
children | f53d8b9ca92b |
line wrap: on
line diff
--- a/Sources/StockCharts/LineChart/LineChartView.swift Wed Jun 16 16:07:02 2021 +0200 +++ b/Sources/StockCharts/LineChart/LineChartView.swift Tue Jun 22 16:11:26 2021 +0200 @@ -29,7 +29,6 @@ if dragGesture ?? true { ChartLabel(data: data, dates: dates, hours: hours, indexPosition: $indexPosition) .opacity(showingIndicators ? 1: 0) - .padding(.vertical) } LineView(data: data, dates: dates, hours: hours, dragGesture: dragGesture, showingIndicators: $showingIndicators, indexPosition: $indexPosition)