Skip to content

Commit ebaa934

Browse files
committed
Clear barChart data after period VC disappears
1 parent fa4ebfd commit ebaa934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/MyStore/PeriodDataViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class PeriodDataViewController: UIViewController, IndicatorInfoProvider {
9999
override func viewDidDisappear(_ animated: Bool) {
100100
super.viewDidDisappear(animated)
101101
clearChartMarkers()
102+
barChartView?.clear()
102103
}
103104
}
104105

0 commit comments

Comments
 (0)