Barchart-SwiftUI is easy and customizable chart.
- Works for both horizontal and vertical bar charts.
- Barchart with actual data
- Customizable - color, style and type, etc
BarChartView(data: marks, barColor: Color.black)
BarChartView(data: marks, barStyle: .round)
BarChartView(data: marks, barType: .horizontal)