Oleg Anghelov

initin arrays

@@ -30,6 +30,8 @@ @@ -30,6 +30,8 @@
30 self.clipsToBounds = YES; 30 self.clipsToBounds = YES;
31 _showLabel = YES; 31 _showLabel = YES;
32 _barBackgroundColor = PNLightGrey; 32 _barBackgroundColor = PNLightGrey;
  33 + _labels = [NSMutableArray array];
  34 + _bars = [NSMutableArray array];
33 } 35 }
34 36
35 return self; 37 return self;