kevinzhow

New calculateChartPath method

@@ -59,4 +59,10 @@ @@ -59,4 +59,10 @@
59 59
60 - (void)setXLabels:(NSArray *)xLabels withWidth:(CGFloat)width; 60 - (void)setXLabels:(NSArray *)xLabels withWidth:(CGFloat)width;
61 61
  62 +/**
  63 + * Update Chart Value
  64 + */
  65 +
  66 +- (void)updateChartData:(NSArray *)data;
  67 +
62 @end 68 @end
This diff is collapsed. Click to expand it.