https://github.com/ethanguan26/EGPieChart
A simple pie chart for iOS.
https://github.com/ethanguan26/EGPieChart
cgcontext cocoapods ios pie-chart swift
Last synced: about 1 year ago
JSON representation
A simple pie chart for iOS.
- Host: GitHub
- URL: https://github.com/ethanguan26/EGPieChart
- Owner: ethanguan26
- License: mit
- Created: 2021-11-17T04:02:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T07:26:59.000Z (over 4 years ago)
- Last Synced: 2025-03-13T14:15:58.532Z (about 1 year ago)
- Topics: cgcontext, cocoapods, ios, pie-chart, swift
- Language: Swift
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EGPieChart

[](https://cocoapods.org/pods/EGPieChart)
[](https://github.com/GuanyiLL/EGPieChart/releases)
[](https://cocoapods.org/pods/EGPieChart)
[](https://cocoapods.org/pods/EGPieChart)

## Installation
EGPieChart is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'EGPieChart'
```
**manual**
1. Drag the `EGPieChart.xcodeproj` to your project
2. Go to your target's settings, add EGPieChart.framework
3. `@import EGPieChart`
## Todo
Add slice spacing
Add Animation
Add icon supported
## Contributing
1. Fork
2. Commit changes to a branch in your fork
3. Push your code and make a pull request
## License
EGPieChart is available under the MIT license. See the LICENSE file for more info.