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

Legend template #22

Closed enceladus closed 9 years ago

enceladus commented 10 years ago

Adding a legendTemplate parameter is not updating the legend at all. Is this supported?

elliottregan commented 9 years ago

Yea, I'm seeing the same thing in the most recent version, but it was working in a previous version.

elliottregan commented 9 years ago

I fixed this on my setup. Do you want a pull request, or do you have a solution?

txbm commented 9 years ago

Would love to see a PR thanks!

elliottregan commented 9 years ago

It's simple, but it worked for all of my cases.

https://github.com/petermelias/angular-chartjs/pull/29

txbm commented 9 years ago

merged #29.