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
kevinzhow
2015-06-10 15:43:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5f7b01aa7db3442909266034c9988daa5193d5e
a5f7b01a
1 parent
e8aeb46a
Remove [self createTextLayer]
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
PNChart/PNLineChart.m
PNChart/PNLineChart.m
View file @
a5f7b01
...
...
@@ -463,9 +463,9 @@
[
pointPath
closePath
];
// text display text
CATextLayer
*
textLayer
=
[
self
createTextLayer
];
[
self
setGradeFrame
:
textLayer
grade
:
yValue
pointCenter
:
squareCenter
width
:
inflexionWidth
];
[
gradePathArray
addObject
:
textLayer
];
//
CATextLayer* textLayer = [self createTextLayer];
//
[self setGradeFrame:textLayer grade:yValue pointCenter:squareCenter width:inflexionWidth];
//
[gradePathArray addObject:textLayer];
if
(
i
!=
0
)
{
...
...
Please
register
or
login
to post a comment