Skip to content

SwiftUI Complex chart using SwiftUI 4.0 Charts API.

Notifications You must be signed in to change notification settings

gediyaprayag/SwiftUI-Chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages