cyrus

Results 3 issues of cyrus

Do you have any plans to update this to Swift 3? Would be very nice to use this in Swift 3 projects!

PNRadarChart can not change plotColor. ``` self.radarChart.plotColor = [UIColor yellowColor]; ``` This is code in PNRadarChart.m (Release 0.8.9). ``` - (void)strokeChart { [self calculateChartPoints]; [self setNeedsDisplay]; [_detailLabel setHidden:YES]; //Draw plot...