Native AngularJS SVG chart directives with no other dependencies. Heavily inspired by the AngularJS bootstrap directives. The aim is to avoid large secondary downloads alongside AngularJS (such as D3 or HighCharts) and the inevitable integration headaches.
Please visit http://crudbetter.github.io/angular-charts/ to see the directives in action.
You can download all released versions from the gh-pages branch.
Once downloaded simply add dependencies to the AngularJS modules you require.
angular.module('myAppModule', ['piechart', 'linechart']);