- migrate sample to latest swift 3.x
- fixed
removePieceAtIndex:
- fixed
insertChartValue:atIndex:
setValues:
- deleted, usesetValue:pieceAtIndex:
- improved documentation for simple start
- added couple more examples
- JSON example
- fixed animations
- UIColor category included back for JSON reason
- fixed initWithFrame
- improved documentation for simple start
VBPiePiece
- made fully private, and all members arereadonly
- from float -> double
- some little more commnets
- UIColor+HexColor - moved out of pod
- new documentation for
VBPieChart
class - fixed issues with passing wrong data
- new
VBPieChartAnimationDefault
- new
insertChartValue:atIndex:
- reverted
- (NSArray *) chartValues;
- fixed accent vector
- some more Unit Tests
- fixed crash for empty
chartValues
- fixed
removePieceAtIndex:
if animations disabled - implemented some simple Tests
- travis updated
chartValues
moved to private, addedsetChartValues:
insteadsetValue:forIndex:
renamed tosetValue:pieceAtIndex:
- new
removePieceAtIndex:
- fixed Accent with different
startAngle
VBLabelBlock
now have one more parameterstrokeColor
andenableStrokeColor
DEPRECATEDenableInteractive
DEPRECATEDaccentVector
in VBPiePiece