jardilio-kpmg / ads-rfq-prototype

http://ec2-52-1-174-71.compute-1.amazonaws.com:8888/origin/master
Other
2 stars 1 forks source link

Issue 56 - Bar and Pie chart redraw updates #69

Closed jcornwell-kpmg closed 9 years ago

jcornwell-kpmg commented 9 years ago

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.