WQCharts
WQCharts highly customizable and easy to use chart library for iOS.
Installation
There are four ways to use WQCharts in your project:
Installation with CocoaPods
pod 'WQCharts'
Installation with Swift Package Manager (Xcode 11+)
Swift Package Manager (SwiftPM) is a tool for managing the distribution of Swift code as well as C-family dependency. From Xcode 11, SwiftPM got natively integrated with Xcode.
WQCharts support SwiftPM from version 5.1.0. To use SwiftPM, you should use Xcode 11 to open your project. Click File
-> Swift Packages
-> Add Package Dependency
, enter WQCharts repo's URL. Or you can login Xcode with your GitHub account and just type WQCharts
to search.
Import
- Objective-C
- Swift
How to use WQCharts
Using ChartView
- Objective-C
- Swift
Using Chart
- Objective-C
- Swift
Using Animation
- Objective-C
- Swift
Architecture
Structure Diagram
Chart Class Diagram
View Class Diagram
Examples