Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 491 Bytes

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!