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 do you use the 'advanced' features, specifically .generateLegend()? #13

Closed elliottregan closed 9 years ago

elliottregan commented 10 years ago

I am trying to generate a legend, but I can't find the spot to do that in. Is this not supported at the moment?

txbm commented 10 years ago

Currently not supported-- will be soon.

txbm commented 10 years ago

The plan for this is to expose directive options for legends as well as perhaps supporting an ng-model binding with methods for calling through to some of the Chart.js methods.

This will be coming the next release in the next few weeks.

aneesck commented 10 years ago

Can we expect this soon?

txbm commented 9 years ago

closed #29