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
Oleg Anghelov
2014-02-19 15:36:56 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
065112db7ad2a8a2a63cc030b301abdf53c0d4aa
065112db
1 parent
5e23b7c6
initin arrays
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
PNChart/PNBarChart.m
PNChart/PNBarChart.m
View file @
065112d
...
...
@@ -30,6 +30,8 @@
self
.
clipsToBounds
=
YES
;
_showLabel
=
YES
;
_barBackgroundColor
=
PNLightGrey
;
_labels
=
[
NSMutableArray
array
];
_bars
=
[
NSMutableArray
array
];
}
return
self
;
...
...
Please
register
or
login
to post a comment