WealthBar / angular-d3

AngularJS directives for declaratively using D3
http://wealthbar.github.io/angular-d3/
MIT License
156 stars 39 forks source link

Fix timing issues with chart loading #31

Closed chrisnicola closed 8 years ago

chrisnicola commented 8 years ago

This was caused by some changes to how we were binding to scope and the watches necessary to update the chart when changes are detected. The watches no longer matched the new scope settings and in come cases were missing altogether.