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-15 15:45:54 -0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
42ec0931b1fff067128c2b37aed9ab30232ad0d0
42ec0931
2 parents
448aaea3
89bdbf5c
Merge pull request #9 from pj4533/master
Fixes nil context errors
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
PNChartDemo/PNChart/PNLineChart.m
PNChartDemo/PNChart/PNLineChart.m
View file @
42ec093
...
...
@@ -95,6 +95,7 @@
-
(
void
)
strokeChart
{
UIGraphicsBeginImageContext
(
self
.
frame
.
size
);
UIBezierPath
*
progressline
=
[
UIBezierPath
bezierPath
];
...
...
@@ -144,7 +145,7 @@
_chartLine
.
strokeEnd
=
1
.
0
;
UIGraphicsEndImageContext
();
}
...
...
Please
register
or
login
to post a comment