项目介绍:
PGBarChart
一款非常简单灵活的柱状统计图。
效果图
可以滑动的的效果图
不可以滑动的效果图
Installation with CocoaPods
pod 'PGBarChart'
Usage
#import <PGBarChart.h>
PGBarChart *barChart = [[PGBarChart alloc]initWithFrame:self.view.frame];
[self.view addSubview:barChart];
可以下载demo参考使用方法
Github Address
https://github.com/xiaozhuxiong121/PGBarChart