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
PJ Gray
2013-11-15 14:11:22 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
89bdbf5cbd66a775ab02da6f7d24676b495e4562
89bdbf5c
1 parent
448aaea3
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 @
89bdbf5
...
...
@@ -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