Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 579 Bytes

SwiftUI Complex chart using SwiftUI 4.0 Charts API.

This demo app shows how to create complex Bar chart which has multiple bar markers. Something like below image.

Logo

As given in the image blue color is for swift , red is for obejctiveC, green is for java and orange is for kotlin language.

To separate swift/obejctiveC and java/kotlin bar I used .position(by: .value("position", dDatum.platform.rawValue))

You can customize if depend on your usage.