🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Angular-Charts is a pure AngularJS directive helps you draw SVG based line chart or pie chart with ease.

Chart_Graph Plugins

Documentation

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

You May Also Like