XJYChart
不僅好看,而且好用
XJYChart https://github.com/JunyiXie/XJYChart
iOS OC實現的圖表的代表作品是 PNChart, 但是 由於是4年前的專案了,UI有點陳舊,不再那麼引人注目,隨著iOS版本的迭代存在一些BUG,對於許多功能支援的也不好,比如圖表滾動,區域填充支援等 emmm.. 我嘗試著去給PNChart修了一些Bug,發現還是我自己的程式碼我修改的順手啊。。。於是我就寫了這樣一個圖表框架.
寫這個花了我不少時間去維護程式碼,思考怎麼作出好看的圖表,我也希望真正有人去用這個框架,如果喜歡 請點顆 Star ,我也會積極的去維護XJY Chart。
XJYChart - A High-performance, Elegant, Easy-to-integrate Charting Framework. The Best iOS Objc Charts.
- [x] chart more beautiful
- [x] support chart scroll
- [x] support chart area fill
- [x] support chart animation
- [x] support chart touch
- [x] support chart highlight
Installation
CocoaPods
XJYChart is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "XJYChart"
複製程式碼
Then, run the following command:
$ pod install
複製程式碼
How to Use
Qucikly Use
Eg:
https://github.com/JunyiXie/XJYChart