Skip to content

Commit bde267a

Browse files
committed
Update AADataLabels.m
1 parent 30160a2 commit bde267a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

AAChartKitLib/AAOptionsModel/AADataLabels.m

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,6 @@
3333
#import "AADataLabels.h"
3434
#import "NSString+toPureJSString.h"
3535

36-
//public enum AAChartDataLabelsShapeType: String {
37-
// case square
38-
// case callout
39-
// case circle
40-
// case diamond
41-
// case triangle
42-
//}
43-
//
44-
//public enum AAChartDataLabelsOverflowType: String {
45-
// case none = "none"
46-
// case allow
47-
// case justify
48-
//}
49-
5036
AAChartDataLabelsShapeType const AAChartDataLabelsShapeTypeSquare = @"square";
5137
AAChartDataLabelsShapeType const AAChartDataLabelsShapeTypeCallout = @"callout";
5238
AAChartDataLabelsShapeType const AAChartDataLabelsShapeTypeCircle = @"circle";

0 commit comments

Comments
 (0)