ChartsView-SwiftUI
ChartsView-SwiftUI copied to clipboard
Charts in SwiftUI for Telegram contest
Charts with SwiftUI
For this app Xcode 11 GM and MacOS Catalina GM are required.
It's ChartView:

which consists of:
- GraphsForChart,
- YTickerView,
- IndicatorView,
- TickerView,
- RangeView,
- CheckMarksView.
Combines several charts in three ways
List:

HStack with rotation3DEffect:

ZStack of CardViews:

More to come!