Mercurial > public > lazybear
changeset 231:5bf2fcb7ad66
Add comment
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Mon, 01 Mar 2021 18:42:34 +0000 |
parents | 4a038a7e51fa |
children | 439e94a2200d |
files | LazyBear/UI/HistoricalPriceView.swift |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/LazyBear/UI/HistoricalPriceView.swift Mon Mar 01 18:42:20 2021 +0000 +++ b/LazyBear/UI/HistoricalPriceView.swift Mon Mar 01 18:42:34 2021 +0000 @@ -12,6 +12,8 @@ var symbol: String var chartHeight: CGFloat @State private var historicalPrices = [HistoricalPriceModel]() + + // Date picker var period = ["1W", "1M", "3M", "6M", "1Y", "2Y", "5Y"] @State var selectedPeriod = 2