From 8e680a1593ca22c8d3fb8a79180f06df4c4ca681 Mon Sep 17 00:00:00 2001 From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local> Date: Wed, 22 Feb 2017 16:07:22 +0800 Subject: [PATCH] 相册拍照图片分享demo --- JHChart/JHChartDemo/JHChart/JHLineChart.m | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JHChart/JHChartDemo/JHChart/JHLineChart.m b/JHChart/JHChartDemo/JHChart/JHLineChart.m index 1cb3d16..7d88e41 100755 --- a/JHChart/JHChartDemo/JHChart/JHLineChart.m +++ b/JHChart/JHChartDemo/JHChart/JHLineChart.m @@ -40,7 +40,7 @@ if (self = [super initWithFrame:frame]) { self.backgroundColor = [UIColor colorWithRed:0.2 green:0.7 blue:0.2 alpha:0.3]; _lineType = lineChartType; - _lineWidth = 0.5; + _lineWidth = 5; // ������������ self.contentInsets = UIEdgeInsetsMake(10, 20, 10, 10); _yLineDataArr = @[@"1",@"2",@"3",@"4",@"5",@"6",@"7"]; _xLineDataArr = @[@"0",@"1",@"2",@"3",@"4",@"5",@"6",@"7"]; @@ -891,7 +891,7 @@ UIColor *color = (_valueLineColorArr.count==_drawDataArr.count?(_valueLineColorArr[colorIndex]):([UIColor orangeColor])); shapeLayer.strokeColor = color.CGColor; shapeLayer.fillColor = [UIColor clearColor].CGColor; - shapeLayer.lineWidth = (_animationPathWidth<=0?2:_animationPathWidth); + shapeLayer.lineWidth = [self lineWidth];// (_animationPathWidth<=0?5:_animationPathWidth); //��������������� -- Gitblit v1.8.0