使用PGBarChart
PGBarChart 是一款非常簡單靈活的柱狀統計圖。
- 支援滑動
- 支援按下某一條顯示內容資訊
- 可擴充套件性高
效果圖
- 可以換的的效果圖
- 不可以滑動的效果圖
使用 CocoaPods安裝
pod 'PGBarChart'
複製程式碼
使用
#import <PGBarChart.h>
PGBarChart *barChart = [[PGBarChart alloc]initWithFrame:self.view.frame];
[self.view addSubview:barChart];
複製程式碼
可以到github官方地址下載demo參考使用方法。
Github Address
https://github.com/xiaozhuxiong121/PGBarChart