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

How to show labels? #30

Closed alenzhangym closed 9 years ago

alenzhangym commented 9 years ago

As chartjs have such setting: label: { visible: true } How here we should do ?

elliottregan commented 9 years ago

I submitted a pull request that does this. Check it out and let me know if it can be cleaned up!

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

txbm commented 9 years ago

merged #29 sorry for delay. @elliottregan thank you.