Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanbaitaliuk/BarChart
SwiftUI Bar Chart
https://github.com/romanbaitaliuk/BarChart
bar-chart chart ios macos swift-library swift-package swiftui swiftui-example watchos
Last synced: 3 months ago
JSON representation
SwiftUI Bar Chart
- Host: GitHub
- URL: https://github.com/romanbaitaliuk/BarChart
- Owner: romanbaitaliuk
- License: mit
- Created: 2020-06-26T00:02:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T01:22:27.000Z (over 3 years ago)
- Last Synced: 2024-05-19T11:08:16.071Z (6 months ago)
- Topics: bar-chart, chart, ios, macos, swift-library, swift-package, swiftui, swiftui-example, watchos
- Language: Swift
- Homepage:
- Size: 603 KB
- Stars: 162
- Watchers: 6
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swiftui-libraries - BarChart - SwiftUI Bar Chart (Chart / Content)
README
## SwiftUI BarChart
Lightweight and easy to use SwiftUI chart library for all Apple platforms## Features
- Scaling on both axes
- Fully customizable axes (labels font, color, dashed lines)
- Custom gradient bars
- Reactive chart configuration
- Bar selection API
- **[WIP]** horizontal scrolling## Requirements
- iOS 13+ / macOS 10.15+ / watchOS 6+ / tvOS 13+
- Xcode 11.0+
- Swift 5+## Installation
### Swift Package Manager
Add this swift package to your project
```
https://github.com/dawigr/BarChart.git
```## Usage
[See Wiki](https://github.com/dawigr/BarChart/wiki) for usage details
## Help
If you like the library, you could:
- Contribute code, issues and pull requests
- Let other people know about it
- [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7D5E9VK2WYZUY) any amount to accelaerate new feature development## License
BarChart is released under the MIT license. [See LICENSE](https://github.com/dawigr/BarChart/blob/master/LICENSE) for details