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 0490322 commit ec6e013Copy full SHA for ec6e013
AAInfographics/AAOptionsModel/AABoxplot.swift
@@ -48,7 +48,6 @@ public class AABoxplot: AAObject {
48
public var whiskerDashStyle: String?
49
public var whiskerLength: Any?
50
public var whiskerWidth: Float?
51
- public var grouping: Bool?
52
public var pointPadding: Float?
53
public var pointWidth: Float?
54
@@ -148,12 +147,6 @@ public class AABoxplot: AAObject {
148
147
return self
149
}
150
151
- @discardableResult
152
- public func grouping(_ prop: Bool?) -> AABoxplot {
153
- grouping = prop
154
- return self
155
- }
156
-
157
@discardableResult
158
public func pointPadding(_ prop: Float?) -> AABoxplot {
159
pointPadding = prop
0 commit comments