Gianmaria Dal Maistro

updated .h with with hideValues property

@@ -49,6 +49,9 @@ @@ -49,6 +49,9 @@
49 49
50 @property (nonatomic, weak) id<PNChartDelegate> delegate; 50 @property (nonatomic, weak) id<PNChartDelegate> delegate;
51 51
  52 +/** Multiple selection */
  53 +@property (nonatomic, assign) BOOL enableMultipleSelection;
  54 +
52 - (void)strokeChart; 55 - (void)strokeChart;
53 56
54 @end 57 @end
@@ -57,11 +57,8 @@ @@ -57,11 +57,8 @@
57 _descriptionTextShadowOffset = CGSizeMake(0, 1); 57 _descriptionTextShadowOffset = CGSizeMake(0, 1);
58 _duration = 1.0; 58 _duration = 1.0;
59 _shouldHighlightSectorOnTouch = YES; 59 _shouldHighlightSectorOnTouch = YES;
60 -<<<<<<< Updated upstream  
61 -=======  
62 _enableMultipleSelection = NO; 60 _enableMultipleSelection = NO;
63 _hideValues = NO; 61 _hideValues = NO;
64 ->>>>>>> Stashed changes  
65 62
66 [super setupDefaultValues]; 63 [super setupDefaultValues];
67 [self loadDefault]; 64 [self loadDefault];