carlcraig / tc-angular-chartjs

AngularJS directives for Chart.js
http://carlcraig.github.io/tc-angular-chartjs/
Other
233 stars 83 forks source link

Options are not beign watched #76

Closed Zeioth closed 8 years ago

Zeioth commented 8 years ago

The graph is re-created after the data change, but ignores the new options. This is solved changing the line

$scope.$watch('data', function(value) {

by

$scope.$watch('[data, options]', function(value) {
carlcraig commented 8 years ago

Hiya, would you be able to create a PR for this by any chance?

carlcraig commented 8 years ago

This is fixed in 2.1.1