Skip to content

Commit ec6e013

Browse files
committed
Update AABoxplot.swift
1 parent 0490322 commit ec6e013

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

AAInfographics/AAOptionsModel/AABoxplot.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public class AABoxplot: AAObject {
4848
public var whiskerDashStyle: String?
4949
public var whiskerLength: Any?
5050
public var whiskerWidth: Float?
51-
public var grouping: Bool?
5251
public var pointPadding: Float?
5352
public var pointWidth: Float?
5453

@@ -148,12 +147,6 @@ public class AABoxplot: AAObject {
148147
return self
149148
}
150149

151-
@discardableResult
152-
public func grouping(_ prop: Bool?) -> AABoxplot {
153-
grouping = prop
154-
return self
155-
}
156-
157150
@discardableResult
158151
public func pointPadding(_ prop: Float?) -> AABoxplot {
159152
pointPadding = prop

0 commit comments

Comments
 (0)