txbm / angular-chartjs

Directive set for the ChartJS library. Supports data bindings and attribute-level specification for chart specific options. The only Angular ChartJS module that supports ALL chart options as HTML5 attributes :)
MIT License
146 stars 37 forks source link

Can't use dynamic data #21

Closed syropian closed 10 years ago

syropian commented 10 years ago

I noticed you have to essentially set a big "skeleton" object for it to work at all, and if you pull data using $http and update the scope variable, that Chart doesn't update. Seems like this should be a fundamental part of an Angular style charting directive.

txbm commented 10 years ago

Fix coming in next release. 2 days.

txbm commented 10 years ago

Fixed sooner than anticipated ;)