/JWBarCharts

柱状图

Primary LanguageObjective-CMIT LicenseMIT

JWBarCharts

项目中自研的一款柱状体,使用简单

123 123 123

JWBarChartsView *tempBarView = [JWBarChartsView new];
tempBarView.yMax = 24;
tempBarView.backgroundColor = [UIColor whiteColor];
tempBarView.marginTop = 10;
tempBarView.marginBottom = 20;
tempBarView.maskHide = YES;
tempBarView.yHide = YES;
tempBarView.xSeparatorHide = NO;
tempBarView.maskTextAlignment = NSTextAlignmentLeft;
tempBarView.barType = JWBarChartsBarTypeStacking;
tempBarView.barWidthMultiplied = 0.6;
tempBarView.barDefaultWidth = 50;
tempBarView.chartOpenItemSelected = YES;
[self.view addSubview:tempBarView];