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
2014-08-27 16:19:37 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
63b0cf66c4de374b94ed2cb4b4bbac273171d0d6
63b0cf66
2 parents
bc4d7da4
9203a0d1
Merge pull request #100 from LumiaSaki/master
Fix wrong comment out code of yLabelSum
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
PNChart/PNBarChart.h
PNChart/PNBarChart.h
View file @
63b0cf6
...
...
@@ -109,7 +109,7 @@ typedef NSString *(^PNyLabelFromatter)(CGFloat yLabelValue);
@property
(
nonatomic
)
NSInteger
xLabelSkip
;
/*
yLabelSum define the label s
kip
number
yLabelSum define the label s
um
number
*/
@property
(
nonatomic
)
NSInteger
yLabelSum
;
...
...
Please
register
or
login
to post a comment