DDSpiderChart
Easy to use Spider (Radar) Chart library for iOS written in Swift.
Requirements
- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 8.x
- Swift 3.x
Installation
CocoaPods
DDSpiderChart is available through CocoaPods. To install
it, simply add the following line to your Podfile:
Usage
Styling in Interface Builder
You can use DDSpiderChartView within Interface Builder. Just drag & drop a UIView and set its class to DDSpiderChartView. The library supports IBDesignable protocol, so you will see your customized chart in Xcode.

Programmatically
To create a new instance of the chart:
To remove a data set from chart:
Customization:
Text Styling: (It just works by passing an array of NSAttributedString's as axes. You have a lot flexibility this way.)