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
Gianmaria Dal Maistro
2015-09-29 16:20:03 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
264c24be3994dfa6bf68b7246bb86288dbb65d3f
264c24be
1 parent
1be8954d
updated .h with with hideValues property
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
PNChart/PNPieChart.h
PNChart/PNPieChart.m
PNChart/PNPieChart.h
View file @
264c24b
...
...
@@ -49,6 +49,9 @@
@property
(
nonatomic
,
weak
)
id
<
PNChartDelegate
>
delegate
;
/** Multiple selection */
@property
(
nonatomic
,
assign
)
BOOL
enableMultipleSelection
;
-
(
void
)
strokeChart
;
@end
...
...
PNChart/PNPieChart.m
View file @
264c24b
...
...
@@ -57,11 +57,8 @@
_descriptionTextShadowOffset
=
CGSizeMake
(
0
,
1
);
_duration
=
1
.
0
;
_shouldHighlightSectorOnTouch
=
YES
;
<<<<<<<
Updated
upstream
=======
_enableMultipleSelection
=
NO
;
_hideValues
=
NO
;
>>>>>>>
Stashed
changes
[
super
setupDefaultValues
];
[
self
loadDefault
];
...
...
Please
register
or
login
to post a comment