Skip to content

crudbetter/angular-charts

Repository files navigation

angular-charts

Build Status

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.

Demo

Please visit http://crudbetter.github.io/angular-charts/ to see the directives in action.

Installation

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']);

About

Native AngularJS SVG chart directives with no other dependencies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published