ChartsView-SwiftUI icon indicating copy to clipboard operation
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:

ChartView

which consists of:

  • GraphsForChart,
  • YTickerView,
  • IndicatorView,
  • TickerView,
  • RangeView,
  • CheckMarksView.

Combines several charts in three ways

List:

List

HStack with rotation3DEffect:

HStack with rotation3DEffect

ZStack of CardViews:

ZStack of CardViews

More to come!