access modified
This commit is contained in:
parent
f125d55962
commit
752ff76e79
@ -14,10 +14,10 @@ import Foundation
|
||||
// MARK: - Properties
|
||||
//--------------------------------------------------
|
||||
|
||||
var doughnutChart = DoughnutChart(frame: .zero)
|
||||
public var doughnutChart = DoughnutChart()
|
||||
var colorLablesStack = ColorViewLabelsStack()
|
||||
|
||||
var doughnutChartModel: DoughnutChartModel? {
|
||||
public var doughnutChartModel: DoughnutChartModel? {
|
||||
get { return model as? DoughnutChartModel }
|
||||
}
|
||||
|
||||
@ -94,6 +94,7 @@ import Foundation
|
||||
|
||||
// MARK: - MVMCoreUIViewConstrainingProtocol
|
||||
extension DoughnutChartView: MVMCoreUIViewConstrainingProtocol {
|
||||
|
||||
open func horizontalAlignment() -> UIStackView.Alignment {
|
||||
return .leading
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user