Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 616 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 616 Bytes

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