ASPCircleChart 3.0.1

ASPCircleChart 3.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2020
SPMSupports SPM

Maintained by Andrei-Sergiu Pitis.



ASPCircleChart

CI Status codebeat badge codecov Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

aspcirclechart

let circleChart = ASPCircleChart(frame: CGRect(x: 0, y: 0, width: 200, height: 200))
circleChart.dataSource = dataSource

circleChart.reloadData()

Installation

ASPCircleChart is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ASPCircleChart"

Author

Andrei-Sergiu Pitis, [email protected]

License

ASPCircleChart is available under the MIT license. See the LICENSE file for more info.