We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30160a2 commit bde267aCopy full SHA for bde267a
AAChartKitLib/AAOptionsModel/AADataLabels.m
@@ -33,20 +33,6 @@
33
#import "AADataLabels.h"
34
#import "NSString+toPureJSString.h"
35
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
-
50
AAChartDataLabelsShapeType const AAChartDataLabelsShapeTypeSquare = @"square";
51
AAChartDataLabelsShapeType const AAChartDataLabelsShapeTypeCallout = @"callout";
52
AAChartDataLabelsShapeType const AAChartDataLabelsShapeTypeCircle = @"circle";
0 commit comments