Gianmaria Dal Maistro

updated .h with with hideValues property

... ... @@ -49,6 +49,9 @@
@property (nonatomic, weak) id<PNChartDelegate> delegate;
/** Multiple selection */
@property (nonatomic, assign) BOOL enableMultipleSelection;
- (void)strokeChart;
@end
... ...
... ... @@ -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];
... ...