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