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

Add legend before of after the graph or no legend #37

Open mamartins opened 9 years ago

mamartins commented 9 years ago

I added a new attribute to the charts directive allowing developers to select if they want the legend before or after the graph or no legend at all.

Also updated the dist file to reflect the latest changes.