diff --git a/Classes/ScrollableGraphView.swift b/Classes/ScrollableGraphView.swift index 9dc5d18..c99e8c5 100644 --- a/Classes/ScrollableGraphView.swift +++ b/Classes/ScrollableGraphView.swift @@ -96,7 +96,7 @@ import UIKit private var labelPool = LabelPool() // Data Source - weak open var dataSource: ScrollableGraphViewDataSource? { + open var dataSource: ScrollableGraphViewDataSource? { didSet { if(plots.count > 0) { reload()