Skip to content

sparkouttech/Barchart-SwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Barchart-SwiftUI

Barchart-SwiftUI is easy and customizable chart.

Current Features

  • Works for both horizontal and vertical bar charts.
  • Barchart with actual data
  • Customizable - color, style and type, etc

Change bar color by

BarChartView(data: marks, barColor: Color.black)

Change bar style by

BarChartView(data: marks, barStyle: .round)

Change bar type by

BarChartView(data: marks, barType: .horizontal)

Demo

sreen1

Releases

No releases published

Packages

No packages published

Languages