This PR includes updates for both the pie and bar charts. I added a debounce piece to both that prevents the charts' updateData functions from being called multiple times when their data sets are updated in close succession.
I also set the Search screen's tab bar md-no-disconnect to true so the tabs' scopes aren't disconnected. I think this may have been leading to some of our update problems.
This PR includes updates for both the pie and bar charts. I added a debounce piece to both that prevents the charts' updateData functions from being called multiple times when their data sets are updated in close succession.
I also set the Search screen's tab bar md-no-disconnect to true so the tabs' scopes aren't disconnected. I think this may have been leading to some of our update problems.