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

Dynamically updated values don't work on pie charts #14

Closed erpheus closed 10 years ago

erpheus commented 10 years ago

All charts update correctly if changing a value inside angular but the pie chart (which breaks indefinitely).

Example: http://embed.plnkr.co/b8lhOmu7kEvnZZVpISTa/preview

txbm commented 10 years ago

@erpheus fix coming in next 2 days with new release. Hang tight.

txbm commented 10 years ago

@ziscloud See my comment on #20.