Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kevin
2013-11-16 07:47:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bca4c81c541cee5a9ddc45ee6074334814747705
bca4c81c
1 parent
42ec0931
This fix #7 for zero bar shape
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
PNChartDemo/PNChart/PNBar.m
PNChartDemo/PNChart/PNBar.m
View file @
bca4c81
...
...
@@ -17,7 +17,7 @@
if
(
self
)
{
// Initialization code
_chartLine
=
[
CAShapeLayer
layer
];
_chartLine
.
lineCap
=
kCALineCap
Square
;
_chartLine
.
lineCap
=
kCALineCap
Butt
;
_chartLine
.
fillColor
=
[[
UIColor
whiteColor
]
CGColor
];
_chartLine
.
lineWidth
=
self
.
frame
.
size
.
width
;
_chartLine
.
strokeEnd
=
0
.
0
;
...
...
Please
register
or
login
to post a comment