Skip to content

Commit 3e7629d

Browse files
authored
Merge pull request #294 from woocommerce/fix/292-chart-animation
Dashboard: Fix chart "flash" when switching tabs
2 parents 220bbce + ebaa934 commit 3e7629d

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)